public static class AdditionalKeyStoresSSLSocketFactory.AdditionalKeyStoresTrustManager extends Object implements X509TrustManager
Modifier and Type | Field and Description |
---|---|
protected ArrayList<X509TrustManager> |
x509TrustManagers |
Modifier | Constructor and Description |
---|---|
protected |
AdditionalKeyStoresSSLSocketFactory.AdditionalKeyStoresTrustManager(KeyStore... additionalkeyStores) |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] chain,
String authType) |
void |
checkServerTrusted(X509Certificate[] chain,
String authType) |
X509Certificate[] |
getAcceptedIssuers() |
protected ArrayList<X509TrustManager> x509TrustManagers
protected AdditionalKeyStoresSSLSocketFactory.AdditionalKeyStoresTrustManager(KeyStore... additionalkeyStores)
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkClientTrusted
in interface X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager