| Package | Description |
|---|---|
| org.apache.http.conn.ssl |
Client TLS/SSL support.
|
| Modifier and Type | Field and Description |
|---|---|
private PrivateKeyStrategy |
SSLContextBuilder.KeyManagerDelegate.aliasStrategy |
| Modifier and Type | Method and Description |
|---|---|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(java.security.KeyStore keystore,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy)
Deprecated.
|
| Constructor and Description |
|---|
KeyManagerDelegate(javax.net.ssl.X509KeyManager keyManager,
PrivateKeyStrategy aliasStrategy) |