Class HttpUtils.TrustAllX509TrustManager
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.util.HttpUtils.TrustAllX509TrustManager
 
- 
- All Implemented Interfaces:
- javax.net.ssl.TrustManager,- javax.net.ssl.X509TrustManager
 - Enclosing class:
- HttpUtils
 
 protected static class HttpUtils.TrustAllX509TrustManager extends java.lang.Object implements javax.net.ssl.X509TrustManager
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedTrustAllX509TrustManager()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckClientTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType)voidcheckServerTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType)java.security.cert.X509Certificate[]getAcceptedIssuers()
 
- 
- 
- 
Method Detail- 
checkClientTrustedpublic void checkClientTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) throws java.security.cert.CertificateException- Specified by:
- checkClientTrustedin interface- javax.net.ssl.X509TrustManager
- Throws:
- java.security.cert.CertificateException
 
 - 
checkServerTrustedpublic void checkServerTrusted(java.security.cert.X509Certificate[] chain, java.lang.String authType) throws java.security.cert.CertificateException- Specified by:
- checkServerTrustedin interface- javax.net.ssl.X509TrustManager
- Throws:
- java.security.cert.CertificateException
 
 - 
getAcceptedIssuerspublic java.security.cert.X509Certificate[] getAcceptedIssuers() - Specified by:
- getAcceptedIssuersin interface- javax.net.ssl.X509TrustManager
 
 
- 
 
-