Class TrustAllX509TrustManager
java.lang.Object
com.inductiveautomation.ignition.common.util.TrustAllX509TrustManager
- All Implemented Interfaces:
TrustManager
,X509TrustManager
Simple implementation of
X509TrustManager
that trusts all certificates.
Generally not recommended to use in production code unless you know what you're doing.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
checkClientTrusted
(X509Certificate[] chain, String authType) void
checkServerTrusted
(X509Certificate[] chain, String authType)
-
Constructor Details
-
TrustAllX509TrustManager
public TrustAllX509TrustManager()
-
-
Method Details
-
checkClientTrusted
- Specified by:
checkClientTrusted
in interfaceX509TrustManager
-
checkServerTrusted
- Specified by:
checkServerTrusted
in interfaceX509TrustManager
-
getAcceptedIssuers
- Specified by:
getAcceptedIssuers
in interfaceX509TrustManager
-