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