public class TrustAllManager extends Object implements X509TrustManager
Modifier and Type | Class and Description |
---|---|
static class |
TrustAllManager.Heaplet
Creates and initializes a trust-all manager in a heap environment.
|
Constructor and Description |
---|
TrustAllManager() |
Modifier and Type | Method and Description |
---|---|
void |
checkClientTrusted(X509Certificate[] certificates,
String authType) |
void |
checkServerTrusted(X509Certificate[] certificates,
String authType) |
X509Certificate[] |
getAcceptedIssuers() |
public void checkClientTrusted(X509Certificate[] certificates, String authType) throws CertificateException
checkClientTrusted
in interface X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] certificates, String authType) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Copyright © 2025 Open Identity Platform Community. All rights reserved.