public class DefaultX509TrustManager extends Object implements X509TrustManager
Modifier and Type | Field and Description |
---|---|
static X509TrustManager |
DEFAULT_X509_TRUST_MANAGER |
Constructor and Description |
---|
DefaultX509TrustManager() |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] x509Certificates,
String s) |
void |
checkServerTrusted(X509Certificate[] x509Certificates,
String s) |
X509Certificate[] |
getAcceptedIssuers() |
public static final X509TrustManager DEFAULT_X509_TRUST_MANAGER
public void checkClientTrusted(X509Certificate[] x509Certificates, String s)
checkClientTrusted
in interface X509TrustManager
public void checkServerTrusted(X509Certificate[] x509Certificates, String s)
checkServerTrusted
in interface X509TrustManager
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Copyright © 2024. All rights reserved.