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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcheckClientTrusted(X509Certificate[] chain, String authType) voidcheckServerTrusted(X509Certificate[] chain, String authType)  
- 
Constructor Details
- 
TrustAllX509TrustManager
protected TrustAllX509TrustManager() 
 - 
 - 
Method Details
- 
checkClientTrusted
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
 checkClientTrustedin interfaceX509TrustManager- Throws:
 CertificateException
 - 
checkServerTrusted
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException - Specified by:
 checkServerTrustedin interfaceX509TrustManager- Throws:
 CertificateException
 - 
getAcceptedIssuers
- Specified by:
 getAcceptedIssuersin interfaceX509TrustManager
 
 -