Uses of Interface
org.apache.http.conn.ssl.TrustStrategy

Packages that use TrustStrategy
org.apache.http.conn.ssl TLS/SSL specific API. 
 

Uses of TrustStrategy in org.apache.http.conn.ssl
 

Classes in org.apache.http.conn.ssl that implement TrustStrategy
 class TrustSelfSignedStrategy
          A trust strategy that accepts self-signed certificates as trusted.
 

Constructors in org.apache.http.conn.ssl with parameters of type TrustStrategy
SSLSocketFactory(String algorithm, KeyStore keystore, char[] keystorePassword, KeyStore truststore, SecureRandom random, TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier)
           
SSLSocketFactory(String algorithm, KeyStore keystore, String keystorePassword, KeyStore truststore, SecureRandom random, TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier)
          Deprecated. (4.3) Use SSLSocketFactory.SSLSocketFactory(String, KeyStore, char[], KeyStore, SecureRandom, TrustStrategy, X509HostnameVerifier)
SSLSocketFactory(TrustStrategy trustStrategy)
           
SSLSocketFactory(TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier)
           
 



Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.