org.apache.http.conn.ssl
Class TrustSelfSignedStrategy
java.lang.Object
   org.apache.http.conn.ssl.TrustSelfSignedStrategy
org.apache.http.conn.ssl.TrustSelfSignedStrategy
- All Implemented Interfaces: 
- org.apache.http.ssl.TrustStrategy
- public class TrustSelfSignedStrategy 
- extends Object- implements TrustStrategy
A trust strategy that accepts self-signed certificates as trusted. Verification of all other
 certificates is done by the trust manager configured in the SSL context.
- Since:
- 4.1
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
INSTANCE
public static final TrustSelfSignedStrategy INSTANCE
TrustSelfSignedStrategy
public TrustSelfSignedStrategy()
isTrusted
public boolean isTrusted(X509Certificate[] chain,
                         String authType)
                  throws CertificateException
- 
- Specified by:
- isTrustedin interface- org.apache.http.ssl.TrustStrategy
 
- 
- Throws:
- CertificateException
 
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.