public class MultiX509TrustManager extends Object implements X509TrustManager
| Constructor and Description |
|---|
MultiX509TrustManager(List<X509TrustManager> managers) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] x509Certificates,
String authType) |
void |
checkServerTrusted(X509Certificate[] x509Certificates,
String authType) |
X509Certificate[] |
getAcceptedIssuers() |
public MultiX509TrustManager(List<X509TrustManager> managers)
public void checkClientTrusted(X509Certificate[] x509Certificates, String authType) throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] x509Certificates, String authType) throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerCopyright © 2012-2018. All Rights Reserved.