public final class X509TrustAllManager extends Object implements X509TrustManager
| Constructor and Description |
|---|
X509TrustAllManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] xcs,
String string) |
void |
checkServerTrusted(X509Certificate[] xcs,
String string) |
X509Certificate[] |
getAcceptedIssuers() |
public void checkClientTrusted(X509Certificate[] xcs, String string) throws CertificateException
checkClientTrusted in interface X509TrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] xcs, String string) throws CertificateException
checkServerTrusted in interface X509TrustManagerCertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerCopyright © 2015–2024 Frank Stock. All rights reserved.