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