com.jurismarches.vradi.util
Class SSLUtils.SSLUtilsTrustManager
java.lang.Object
com.jurismarches.vradi.util.SSLUtils.SSLUtilsTrustManager
- All Implemented Interfaces:
- javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
- Enclosing class:
- SSLUtils
protected static class SSLUtils.SSLUtilsTrustManager
- extends java.lang.Object
- implements javax.net.ssl.X509TrustManager
Trusted manager : accept every things.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLUtils.SSLUtilsTrustManager
protected SSLUtils.SSLUtilsTrustManager()
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers in interface javax.net.ssl.X509TrustManager
checkClientTrusted
public void checkClientTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
- Specified by:
checkClientTrusted in interface javax.net.ssl.X509TrustManager
checkServerTrusted
public void checkServerTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
- Specified by:
checkServerTrusted in interface javax.net.ssl.X509TrustManager
Copyright © 2009-2010 JurisMarches. All Rights Reserved.