Uses of Interface
org.apache.hc.core5.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.hc.core5.ssl
Fields in org.apache.hc.core5.ssl declared as TrustStrategyModifier and TypeFieldDescriptionprivate final TrustStrategySSLContextBuilder.TrustManagerDelegate.trustStrategyMethods in org.apache.hc.core5.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(Path file, char[] storePassword, TrustStrategy trustStrategy, OpenOption... openOptions) SSLContextBuilder.loadTrustMaterial(KeyStore trustStore, TrustStrategy trustStrategy) SSLContextBuilder.loadTrustMaterial(TrustStrategy trustStrategy) Constructors in org.apache.hc.core5.ssl with parameters of type TrustStrategyModifierConstructorDescription(package private)TrustManagerDelegate(X509TrustManager trustManager, TrustStrategy trustStrategy)