|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TrustStrategy | |
|---|---|
| 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 |
|---|
| Methods in org.apache.http.ssl with parameters of type TrustStrategy | |
|---|---|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file,
char[] storePassword,
TrustStrategy trustStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(TrustStrategy trustStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(URL url,
char[] storePassword,
TrustStrategy trustStrategy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||