public static class UrlReadFunction.X509TrustAllManager
extends java.lang.Object
implements javax.net.ssl.X509TrustManager
| Constructor and Description |
|---|
X509TrustAllManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(java.security.cert.X509Certificate[] xcs,
java.lang.String string) |
void |
checkServerTrusted(java.security.cert.X509Certificate[] xcs,
java.lang.String string) |
java.security.cert.X509Certificate[] |
getAcceptedIssuers() |
static void |
setDefaultSSLSocketFactory() |
public static void setDefaultSSLSocketFactory()
throws java.security.NoSuchAlgorithmException,
java.security.KeyManagementException
java.security.NoSuchAlgorithmExceptionjava.security.KeyManagementExceptionpublic void checkClientTrusted(java.security.cert.X509Certificate[] xcs,
java.lang.String string)
throws java.security.cert.CertificateException
checkClientTrusted in interface javax.net.ssl.X509TrustManagerjava.security.cert.CertificateExceptionpublic void checkServerTrusted(java.security.cert.X509Certificate[] xcs,
java.lang.String string)
throws java.security.cert.CertificateException
checkServerTrusted in interface javax.net.ssl.X509TrustManagerjava.security.cert.CertificateExceptionpublic java.security.cert.X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface javax.net.ssl.X509TrustManager