|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SSLContextBuilder | |
|---|---|
| org.apache.http.ssl | Utility classes for trust and key material management and TLS/SSL context initialization. |
| Uses of SSLContextBuilder in org.apache.http.ssl |
|---|
| Methods in org.apache.http.ssl that return SSLContextBuilder | |
|---|---|
static SSLContextBuilder |
SSLContexts.custom()
Creates custom SSL context. |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(File file,
char[] keyPassword)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file,
char[] password)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy)
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
|
SSLContextBuilder |
SSLContextBuilder.useProtocol(String protocol)
|
SSLContextBuilder |
SSLContextBuilder.useSSL()
|
SSLContextBuilder |
SSLContextBuilder.useTLS()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||