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