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