public static class EasySSLProtocolSocketFactory.EasyX509TrustManager extends Object implements X509TrustManager
Constructor and Description |
---|
EasySSLProtocolSocketFactory.EasyX509TrustManager() |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] arg0,
String arg1) |
void |
checkServerTrusted(X509Certificate[] arg0,
String arg1) |
X509Certificate[] |
getAcceptedIssuers() |
public EasySSLProtocolSocketFactory.EasyX509TrustManager()
public void checkClientTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
checkClientTrusted
in interface X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Copyright © 2008-2014 Logical Objects. All Rights Reserved.