Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
org.apache.http.ssl |
Utility classes for trust and key material management
and TLS/SSL context initialization.
|
Class and Description |
---|
TrustStrategy
A strategy to establish trustworthiness of certificates without consulting the trust manager
configured in the actual SSL context.
|
Class and Description |
---|
PrivateKeyDetails
Private key details.
|
PrivateKeyStrategy
A strategy allowing for a choice of an alias during SSL authentication.
|
SSLContextBuilder
Builder for
SSLContext instances. |
SSLInitializationException |
TrustStrategy
A strategy to establish trustworthiness of certificates without consulting the trust manager
configured in the actual SSL context.
|