|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TrustStrategy | |
---|---|
org.apache.http.conn.ssl | Client TLS/SSL support. |
Uses of TrustStrategy in org.apache.http.conn.ssl |
---|
Methods in org.apache.http.conn.ssl with parameters of type TrustStrategy | |
---|---|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy)
Deprecated. |
Constructors in org.apache.http.conn.ssl with parameters of type TrustStrategy | |
---|---|
SSLSocketFactory(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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |