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 TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] chain, String authType) voidcheckServerTrusted(X509Certificate[] chain, String authType)  
- 
Constructor Details
- 
TrustAllX509TrustManager
public TrustAllX509TrustManager() 
 - 
 - 
Method Details
- 
checkClientTrusted
- Specified by:
 checkClientTrustedin interfaceX509TrustManager
 - 
checkServerTrusted
- Specified by:
 checkServerTrustedin interfaceX509TrustManager
 - 
getAcceptedIssuers
- Specified by:
 getAcceptedIssuersin interfaceX509TrustManager
 
 -