public class ZKTrustManager extends X509ExtendedTrustManager
| Modifier and Type | Method and Description | 
|---|---|
void | 
checkClientTrusted(X509Certificate[] chain,
                  String authType)  | 
void | 
checkClientTrusted(X509Certificate[] chain,
                  String authType,
                  Socket socket)  | 
void | 
checkClientTrusted(X509Certificate[] chain,
                  String authType,
                  SSLEngine engine)  | 
void | 
checkServerTrusted(X509Certificate[] chain,
                  String authType)  | 
void | 
checkServerTrusted(X509Certificate[] chain,
                  String authType,
                  Socket socket)  | 
void | 
checkServerTrusted(X509Certificate[] chain,
                  String authType,
                  SSLEngine engine)  | 
X509Certificate[] | 
getAcceptedIssuers()  | 
public X509Certificate[] getAcceptedIssuers()
public void checkClientTrusted(X509Certificate[] chain, String authType, Socket socket) throws CertificateException
checkClientTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] chain, String authType, Socket socket) throws CertificateException
checkServerTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkClientTrusted(X509Certificate[] chain, String authType, SSLEngine engine) throws CertificateException
checkClientTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] chain, String authType, SSLEngine engine) throws CertificateException
checkServerTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException
CertificateExceptionpublic void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException
CertificateExceptionCopyright © 2008–2021 The Apache Software Foundation. All rights reserved.