public class Java13TrustManagerWrapper extends Object implements com.sun.net.ssl.X509TrustManager
| Constructor and Description |
|---|
Java13TrustManagerWrapper(com.sun.net.ssl.X509TrustManager m,
TrustChain tc,
SSL h) |
| Modifier and Type | Method and Description |
|---|---|
X509Certificate[] |
getAcceptedIssuers() |
boolean |
isClientTrusted(X509Certificate[] chain) |
boolean |
isServerTrusted(X509Certificate[] chain) |
public Java13TrustManagerWrapper(com.sun.net.ssl.X509TrustManager m,
TrustChain tc,
SSL h)
public boolean isClientTrusted(X509Certificate[] chain)
isClientTrusted in interface com.sun.net.ssl.X509TrustManagerpublic boolean isServerTrusted(X509Certificate[] chain)
isServerTrusted in interface com.sun.net.ssl.X509TrustManagerpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface com.sun.net.ssl.X509TrustManagerCopyright © 2019. All rights reserved.