org.jclouds.http.config
Class SSLModule.TrustAllCerts
java.lang.Object
org.jclouds.http.config.SSLModule.TrustAllCerts
- All Implemented Interfaces:
- TrustManager, X509TrustManager
- Enclosing class:
- SSLModule
@Singleton
public static class SSLModule.TrustAllCerts
- extends Object
- implements X509TrustManager
Used to trust all certs
- Author:
- Adrian Cole
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLModule.TrustAllCerts
public SSLModule.TrustAllCerts()
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers in interface X509TrustManager
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certs,
String authType)
- Specified by:
checkClientTrusted in interface X509TrustManager
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certs,
String authType)
- Specified by:
checkServerTrusted in interface X509TrustManager
Copyright © 2009-2013 jclouds. All Rights Reserved.