public class DefaultX509TrustManager extends Object implements X509TrustManager
| Modifier and Type | Field and Description |
|---|---|
static X509TrustManager |
DEFAULT_X509_TRUST_MANAGER |
static X509TrustManager[] |
DEFAULT_X509_TRUST_MANAGERS |
| 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 static final X509TrustManager[] DEFAULT_X509_TRUST_MANAGERS
public void checkClientTrusted(X509Certificate[] x509Certificates, String s)
checkClientTrusted in interface X509TrustManagerpublic void checkServerTrusted(X509Certificate[] x509Certificates, String s)
checkServerTrusted in interface X509TrustManagerpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerCopyright © 2025. All rights reserved.