Uses of Interface
org.apache.http.ssl.TrustStrategy
Packages that use TrustStrategy
Package
Description
Utility classes for trust and key material management
and TLS/SSL context initialization.
-
Uses of TrustStrategy in org.apache.http.ssl
Methods in org.apache.http.ssl with parameters of type TrustStrategyModifier and TypeMethodDescriptionSSLContextBuilder.loadTrustMaterial
(File file, char[] storePassword, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial
(URL url, char[] storePassword, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial
(KeyStore truststore, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial
(TrustStrategy trustStrategy)