public class TrustAllStrategy extends java.lang.Object implements TrustStrategy
| Modifier and Type | Field and Description |
|---|---|
static TrustAllStrategy |
INSTANCE |
| Constructor and Description |
|---|
TrustAllStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isTrusted(java.security.cert.X509Certificate[] chain,
java.lang.String authType) |
public static final TrustAllStrategy INSTANCE