public class RelaxedTrustStrategy extends Object implements org.apache.http.conn.ssl.TrustStrategy
Constructor and Description |
---|
RelaxedTrustStrategy(boolean ignoreSSLValidityDates) |
Modifier and Type | Method and Description |
---|---|
boolean |
isTrusted(X509Certificate[] certificates,
String authType) |
public RelaxedTrustStrategy(boolean ignoreSSLValidityDates)
public boolean isTrusted(X509Certificate[] certificates, String authType) throws CertificateException
isTrusted
in interface org.apache.http.ssl.TrustStrategy
CertificateException
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.