public class LenientTrustManager extends X509ExtendedTrustManager
| Constructor and Description |
|---|
LenientTrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] xcs,
String string) |
void |
checkClientTrusted(X509Certificate[] xcs,
String string,
Socket socket) |
void |
checkClientTrusted(X509Certificate[] xcs,
String string,
SSLEngine ssle) |
void |
checkServerTrusted(X509Certificate[] xcs,
String string) |
void |
checkServerTrusted(X509Certificate[] xcs,
String string,
Socket socket) |
void |
checkServerTrusted(X509Certificate[] xcs,
String string,
SSLEngine ssle) |
X509Certificate[] |
getAcceptedIssuers() |
public void checkClientTrusted(X509Certificate[] xcs, String string, Socket socket) throws CertificateException
checkClientTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] xcs, String string, Socket socket) throws CertificateException
checkServerTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkClientTrusted(X509Certificate[] xcs, String string, SSLEngine ssle) throws CertificateException
checkClientTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] xcs, String string, SSLEngine ssle) throws CertificateException
checkServerTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkClientTrusted(X509Certificate[] xcs, String string) throws CertificateException
CertificateExceptionpublic void checkServerTrusted(X509Certificate[] xcs, String string) throws CertificateException
CertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
Copyright © 2019. All rights reserved.