Class DummyTrustManager
java.lang.Object
javax.net.ssl.X509ExtendedTrustManager
de.hybris.platform.sap.productconfig.integrationtests.util.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
- Throws:
CertificateException
-
checkServerTrusted
- Throws:
CertificateException
-
getAcceptedIssuers
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] arg0, String arg1, Socket arg2) throws CertificateException - Specified by:
checkClientTrustedin classX509ExtendedTrustManager- Throws:
CertificateException
-
checkClientTrusted
public void checkClientTrusted(X509Certificate[] arg0, String arg1, SSLEngine arg2) throws CertificateException - Specified by:
checkClientTrustedin classX509ExtendedTrustManager- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] arg0, String arg1, Socket arg2) throws CertificateException - Specified by:
checkServerTrustedin classX509ExtendedTrustManager- Throws:
CertificateException
-
checkServerTrusted
public void checkServerTrusted(X509Certificate[] arg0, String arg1, SSLEngine arg2) throws CertificateException - Specified by:
checkServerTrustedin classX509ExtendedTrustManager- Throws:
CertificateException
-