Uses of Interface
org.apache.http.conn.ssl.TrustStrategy
Packages that use TrustStrategy
-
Uses of TrustStrategy in org.apache.http.conn.ssl
Classes in org.apache.http.conn.ssl that implement TrustStrategyModifier and TypeClassDescriptionclass
A trust strategy that accepts all certificates as trusted.class
A trust strategy that accepts self-signed certificates as trusted.Methods in org.apache.http.conn.ssl with parameters of type TrustStrategyModifier and TypeMethodDescriptionSSLContextBuilder.loadTrustMaterial
(KeyStore truststore, TrustStrategy trustStrategy) Deprecated.Constructors in org.apache.http.conn.ssl with parameters of type TrustStrategyModifierConstructorDescriptionSSLSocketFactory
(String algorithm, KeyStore keystore, String keyPassword, KeyStore truststore, SecureRandom random, TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier) Deprecated.SSLSocketFactory
(TrustStrategy trustStrategy) Deprecated.SSLSocketFactory
(TrustStrategy trustStrategy, X509HostnameVerifier hostnameVerifier) Deprecated.