| Interface | Description |
|---|---|
| PrivateKeyStrategy |
A strategy allowing for a choice of an alias during SSL authentication.
|
| TrustStrategy |
A strategy to establish trustworthiness of certificates without consulting the trust manager
configured in the actual SSL context.
|
| X509HostnameVerifier | Deprecated
(4.4) Use
HostnameVerifier. |
| Class | Description |
|---|---|
| AbstractVerifier | Deprecated
(4.4) use an implementation of
HostnameVerifier or
DefaultHostnameVerifier. |
| AllowAllHostnameVerifier | Deprecated
(4.4) Use
NoopHostnameVerifier |
| BrowserCompatHostnameVerifier | Deprecated
(4.4) Use
DefaultHostnameVerifier |
| DefaultHostnameVerifier |
Default
HostnameVerifier implementation. |
| NoopHostnameVerifier |
The NO_OP HostnameVerifier essentially turns hostname verification
off.
|
| PrivateKeyDetails |
Private key details.
|
| SSLConnectionSocketFactory |
Layered socket factory for TLS/SSL connections.
|
| SSLContextBuilder |
Builder for
SSLContext instances. |
| SSLContexts |
SSLContext factory methods. |
| SSLSocketFactory | Deprecated
(4.3) use
SSLConnectionSocketFactory. |
| StrictHostnameVerifier | Deprecated
(4.4) Use
DefaultHostnameVerifier |
| TrustSelfSignedStrategy |
A trust strategy that accepts self-signed certificates as trusted.
|
| Exception | Description |
|---|---|
| SSLInitializationException |
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.