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)
checkClientTrusted
in interface X509TrustManager
public void checkServerTrusted(X509Certificate[] certificates, String authType)
checkServerTrusted
in interface X509TrustManager
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
Copyright 2011-2017 ForgeRock AS.