| Package | Description |
|---|---|
| org.apache.http.ssl |
Utility classes for trust and key material management
and TLS/SSL context initialization.
|
| Modifier and Type | Method | Description |
|---|---|---|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(java.io.File file,
char[] storePassword,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy) |
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(java.net.URL url,
char[] storePassword,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy) |
|
SSLContextBuilder |
SSLContextBuilder.loadKeyMaterial(java.security.KeyStore keystore,
char[] keyPassword,
PrivateKeyStrategy aliasStrategy) |