public class BypassTrustManager extends Object implements X509TrustManager
Constructor and Description |
---|
BypassTrustManager() |
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 X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] xcs, String string) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Copyright © 2010–2020. All rights reserved.