public class TrustManagerTrustAll extends Object implements X509TrustManager
| Constructor and Description |
|---|
TrustManagerTrustAll() |
TrustManagerTrustAll(boolean bDebug) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] aChain,
String sAuthType) |
void |
checkServerTrusted(X509Certificate[] aChain,
String sAuthType) |
X509Certificate[] |
getAcceptedIssuers() |
boolean |
isDebug() |
String |
toString() |
public TrustManagerTrustAll()
public TrustManagerTrustAll(boolean bDebug)
public boolean isDebug()
@Nullable public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerpublic void checkServerTrusted(X509Certificate[] aChain, String sAuthType)
checkServerTrusted in interface X509TrustManagerpublic void checkClientTrusted(X509Certificate[] aChain, String sAuthType)
checkClientTrusted in interface X509TrustManagerCopyright © 2014–2022 Philip Helger. All rights reserved.