public class AnyServerX509TrustManager extends Object implements X509TrustManager
| Constructor and Description | 
|---|
AnyServerX509TrustManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
checkClientTrusted(X509Certificate[] certs,
                  String authType)  | 
void | 
checkServerTrusted(X509Certificate[] certs,
                  String authType)  | 
X509Certificate[] | 
getAcceptedIssuers()  | 
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerpublic void checkClientTrusted(X509Certificate[] certs, String authType) throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] certs, String authType) throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionCopyright © 2020. All rights reserved.