Class InsecureTrustAllManager
java.lang.Object
de.gematik.test.tiger.testenvmgr.util.InsecureTrustAllManager
- All Implemented Interfaces:
TrustManager,X509TrustManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidallowAllSsl(URLConnection urlConnection) voidcheckClientTrusted(X509Certificate[] x509Certificates, String s) voidcheckServerTrusted(X509Certificate[] x509Certificates, String s)
-
Constructor Details
-
InsecureTrustAllManager
public InsecureTrustAllManager()
-
-
Method Details
-
allowAllSsl
-
checkClientTrusted
- Specified by:
checkClientTrustedin interfaceX509TrustManager
-
checkServerTrusted
- Specified by:
checkServerTrustedin interfaceX509TrustManager
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuersin interfaceX509TrustManager
-