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 TypeClassDescriptionclassA trust strategy that accepts all certificates as trusted.classA trust strategy that accepts self-signed certificates as trusted.Fields in org.apache.http.conn.ssl declared as TrustStrategyModifier and TypeFieldDescriptionprivate final TrustStrategySSLContextBuilder.TrustManagerDelegate.trustStrategyMethods 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.(package private)TrustManagerDelegate(X509TrustManager trustManager, TrustStrategy trustStrategy)