Package | Description |
---|---|
org.apache.http.conn.ssl |
TLS/SSL specific API.
|
Modifier and Type | Method and Description |
---|---|
static SSLContextBuilder |
SSLContexts.custom()
Creates custom SSL context.
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(KeyStore keystore,
char[] keyPassword) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
char[] truststorePassword,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.loadTrustMaterial(KeyStore truststore,
TrustStrategy trustStrategy) |
SSLContextBuilder |
SSLContextBuilder.setSecureRandom(SecureRandom secureRandom) |
SSLContextBuilder |
SSLContextBuilder.useProtocol(String protocol) |
SSLContextBuilder |
SSLContextBuilder.useSSL() |
SSLContextBuilder |
SSLContextBuilder.useTLS() |
Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.