com.vmware.sso.client.utils
Class TrustAllTrustManager
java.lang.Object
com.vmware.sso.client.utils.TrustAllTrustManager
- All Implemented Interfaces:
- javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
public class TrustAllTrustManager
- extends java.lang.Object
- implements javax.net.ssl.TrustManager, javax.net.ssl.X509TrustManager
Custom TrustManager
implementation to ignore all certificate
validations
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrustAllTrustManager
public TrustAllTrustManager()
getAcceptedIssuers
public java.security.cert.X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface javax.net.ssl.X509TrustManager
isServerTrusted
public boolean isServerTrusted(java.security.cert.X509Certificate[] certs)
isClientTrusted
public boolean isClientTrusted(java.security.cert.X509Certificate[] certs)
checkServerTrusted
public void checkServerTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
throws java.security.cert.CertificateException
- Specified by:
checkServerTrusted
in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException
checkClientTrusted
public void checkClientTrusted(java.security.cert.X509Certificate[] certs,
java.lang.String authType)
throws java.security.cert.CertificateException
- Specified by:
checkClientTrusted
in interface javax.net.ssl.X509TrustManager
- Throws:
java.security.cert.CertificateException