public static class YesSSLSocketFactory.YesTrustManager extends Object implements X509TrustManager
Constructor and Description |
---|
YesTrustManager() |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] cert,
String authType) |
void |
checkServerTrusted(X509Certificate[] cert,
String authType) |
X509Certificate[] |
getAcceptedIssuers() |
public void checkClientTrusted(X509Certificate[] cert, String authType)
checkClientTrusted
in interface X509TrustManager
public void checkServerTrusted(X509Certificate[] cert, String authType)
checkServerTrusted
in interface X509TrustManager
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly