Class HttpUtils.TrustAllX509TrustManager
java.lang.Object
com.inductiveautomation.ignition.common.util.HttpUtils.TrustAllX509TrustManager
- All Implemented Interfaces:
- TrustManager,- X509TrustManager
- Enclosing class:
- HttpUtils
protected static class HttpUtils.TrustAllX509TrustManager
extends Object
implements X509TrustManager
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] chain, String authType) voidcheckServerTrusted(X509Certificate[] chain, String authType) 
- 
Constructor Details- 
TrustAllX509TrustManagerprotected TrustAllX509TrustManager()
 
- 
- 
Method Details- 
checkClientTrustedpublic void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
- checkClientTrustedin interface- X509TrustManager
- Throws:
- CertificateException
 
- 
checkServerTrustedpublic void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
- checkServerTrustedin interface- X509TrustManager
- Throws:
- CertificateException
 
- 
getAcceptedIssuers- Specified by:
- getAcceptedIssuersin interface- X509TrustManager
 
 
-