Uses of Interface
org.apache.hc.core5.ssl.TrustStrategy
-
Packages that use TrustStrategy Package Description org.apache.hc.core5.ssl 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 TrustStrategy Modifier and Type Field Description private TrustStrategySSLContextBuilder.TrustManagerDelegate. trustStrategyMethods in org.apache.hc.core5.ssl with parameters of type TrustStrategy Modifier and Type Method Description SSLContextBuilderSSLContextBuilder. loadTrustMaterial(java.io.File file, char[] storePassword, TrustStrategy trustStrategy)SSLContextBuilderSSLContextBuilder. loadTrustMaterial(java.net.URL url, char[] storePassword, TrustStrategy trustStrategy)SSLContextBuilderSSLContextBuilder. loadTrustMaterial(java.nio.file.Path file, char[] storePassword, TrustStrategy trustStrategy, java.nio.file.OpenOption... openOptions)SSLContextBuilderSSLContextBuilder. loadTrustMaterial(java.security.KeyStore trustStore, TrustStrategy trustStrategy)SSLContextBuilderSSLContextBuilder. loadTrustMaterial(TrustStrategy trustStrategy)Constructors in org.apache.hc.core5.ssl with parameters of type TrustStrategy Constructor Description TrustManagerDelegate(javax.net.ssl.X509TrustManager trustManager, TrustStrategy trustStrategy)
-