Class DoubleSSLTrustManager
java.lang.Object
com.atlassian.bamboo.agent.elastic.tunnel.DoubleSSLTrustManager
- All Implemented Interfaces:
TrustManager
,X509TrustManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] x509Certificates, String s) void
checkServerTrusted
(X509Certificate[] x509Certificates, String s)
-
Constructor Details
-
DoubleSSLTrustManager
public DoubleSSLTrustManager()
-
-
Method Details
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] x509Certificates, String s) throws CertificateException - Specified by:
checkClientTrusted
in interfaceX509TrustManager
- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] x509Certificates, String s) throws CertificateException - Specified by:
checkServerTrusted
in interfaceX509TrustManager
- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuers
in interfaceX509TrustManager
-