| Methods in org.apache.http.ssl that return SSLContextBuilder |
static SSLContextBuilder |
SSLContextBuilder.create()
|
static SSLContextBuilder |
SSLContexts.custom()
Creates custom SSL context. |
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(File file,
char[] storePassword,
char[] keyPassword)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(File file,
char[] storePassword,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(URL url,
char[] storePassword,
char[] keyPassword)
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(URL url,
char[] storePassword,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(File file,
char[] storePassword)
|
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)
|
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(URL url,
char[] storePassword,
TrustStrategy trustStrategy)
|
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom)
|
SSLContextBuilder |
SSLContextBuilder.useProtocol(String protocol)
|