| Interface | Description |
|---|---|
| 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.
|
| SSLConnectionSocketFactory |
Layered socket factory for TLS/SSL connections.
|
| StrictHostnameVerifier | Deprecated
(4.4) Use
DefaultHostnameVerifier |
| TrustSelfSignedStrategy |
A trust strategy that accepts self-signed certificates as trusted.
|
| Exception | Description |
|---|---|
| SSLInitializationException |
Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.