Class DummyTrustManager
java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
de.hybris.platform.webservicescommons.testsupport.client.DummyTrustManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] arg0, String arg1) voidcheckClientTrusted(X509Certificate[] arg0, String arg1, Socket arg2) voidcheckClientTrusted(X509Certificate[] arg0, String arg1, SSLEngine arg2) voidcheckServerTrusted(X509Certificate[] arg0, String arg1) voidcheckServerTrusted(X509Certificate[] arg0, String arg1, Socket arg2) voidcheckServerTrusted(X509Certificate[] arg0, String arg1, SSLEngine arg2)
-
Constructor Details
-
DummyTrustManager
public DummyTrustManager()
-
-
Method Details
-
checkClientTrusted
-
checkServerTrusted
-
getAcceptedIssuers
-
checkClientTrusted
- Specified by:
checkClientTrustedin classX509ExtendedTrustManager
-
checkClientTrusted
- Specified by:
checkClientTrustedin classX509ExtendedTrustManager
-
checkServerTrusted
- Specified by:
checkServerTrustedin classX509ExtendedTrustManager
-
checkServerTrusted
- Specified by:
checkServerTrustedin classX509ExtendedTrustManager
-