public class TrustAllStrategy extends Object implements TrustStrategy
Modifier and Type | Field and Description |
---|---|
static TrustAllStrategy |
INSTANCE |
Constructor and Description |
---|
TrustAllStrategy() |
public static final TrustAllStrategy INSTANCE
public boolean isTrusted(X509Certificate[] chain, String authType) throws CertificateException
isTrusted
in interface org.apache.http.ssl.TrustStrategy
CertificateException
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.