public class DummyTrustManager extends X509ExtendedTrustManager
| Constructor and Description |
|---|
DummyTrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] arg0,
String arg1) |
void |
checkClientTrusted(X509Certificate[] arg0,
String arg1,
Socket arg2) |
void |
checkClientTrusted(X509Certificate[] arg0,
String arg1,
SSLEngine arg2) |
void |
checkServerTrusted(X509Certificate[] arg0,
String arg1) |
void |
checkServerTrusted(X509Certificate[] arg0,
String arg1,
Socket arg2) |
void |
checkServerTrusted(X509Certificate[] arg0,
String arg1,
SSLEngine arg2) |
X509Certificate[] |
getAcceptedIssuers() |
public void checkClientTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
CertificateExceptionpublic void checkServerTrusted(X509Certificate[] arg0, String arg1) throws CertificateException
CertificateExceptionpublic X509Certificate[] getAcceptedIssuers()
public void checkClientTrusted(X509Certificate[] arg0, String arg1, Socket arg2) throws CertificateException
checkClientTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkClientTrusted(X509Certificate[] arg0, String arg1, SSLEngine arg2) throws CertificateException
checkClientTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] arg0, String arg1, Socket arg2) throws CertificateException
checkServerTrusted in class X509ExtendedTrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] arg0, String arg1, SSLEngine arg2) throws CertificateException
checkServerTrusted in class X509ExtendedTrustManagerCertificateExceptionCopyright © 2017 SAP SE. All Rights Reserved.