public static class HttpTool.TrustAllStrategy
extends java.lang.Object
implements org.apache.http.conn.ssl.TrustStrategy
 For generic java HTTP usage, see SslTrustUtils.trustAll(java.net.URLConnection) 
 and static constants in the same class.
| Constructor and Description | 
|---|
TrustAllStrategy()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isTrusted(java.security.cert.X509Certificate[] chain,
         java.lang.String authType)  |