Package io.bdeploy.jersey
Class TrustAllServersTrustManager
java.lang.Object
io.bdeploy.jersey.TrustAllServersTrustManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] arg0, String arg1) voidcheckServerTrusted(X509Certificate[] arg0, String arg1)
-
Constructor Details
-
TrustAllServersTrustManager
public TrustAllServersTrustManager()
-
-
Method Details
-
checkClientTrusted
- Specified by:
checkClientTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
checkServerTrusted
- Specified by:
checkServerTrustedin interfaceX509TrustManager- Throws:
CertificateException
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-