Uses of Interface
org.apache.http.ssl.TrustStrategy
-
Packages that use TrustStrategy Package Description org.apache.http.ssl Utility classes for trust and key material management and TLS/SSL context initialization. -
-
Uses of TrustStrategy in org.apache.http.ssl
Fields in org.apache.http.ssl declared as TrustStrategy Modifier and Type Field Description private TrustStrategy
SSLContextBuilder.TrustManagerDelegate. trustStrategy
Methods in org.apache.http.ssl with parameters of type TrustStrategy Modifier and Type Method Description SSLContextBuilder
SSLContextBuilder. loadTrustMaterial(java.io.File file, char[] storePassword, TrustStrategy trustStrategy)
SSLContextBuilder
SSLContextBuilder. loadTrustMaterial(java.net.URL url, char[] storePassword, TrustStrategy trustStrategy)
SSLContextBuilder
SSLContextBuilder. loadTrustMaterial(java.security.KeyStore truststore, TrustStrategy trustStrategy)
SSLContextBuilder
SSLContextBuilder. loadTrustMaterial(TrustStrategy trustStrategy)
Constructors in org.apache.http.ssl with parameters of type TrustStrategy Constructor Description TrustManagerDelegate(javax.net.ssl.X509TrustManager trustManager, TrustStrategy trustStrategy)
-