public class RelaxedTrustStrategy
extends java.lang.Object
implements org.apache.http.conn.ssl.TrustStrategy
Modifier and Type | Field and Description |
---|---|
private boolean |
ignoreSSLValidityDates |
Constructor and Description |
---|
RelaxedTrustStrategy(boolean ignoreSSLValidityDates) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTrusted(java.security.cert.X509Certificate[] certificates,
java.lang.String authType) |