| 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.
|
| Class | Description |
|---|---|
| AbstractVerifierHC4 |
Abstract base class for all standard
X509HostnameVerifier
implementations. |
| AllowAllHostnameVerifierHC4 |
The ALLOW_ALL HostnameVerifier essentially turns hostname verification
off.
|
| BrowserCompatHostnameVerifierHC4 |
The HostnameVerifier that works the same way as Curl and Firefox.
|
| PrivateKeyDetails |
Private key details.
|
| SSLConnectionSocketFactory |
Layered socket factory for TLS/SSL connections.
|
| SSLContextBuilder |
Builder for
SSLContext instances. |
| SSLContexts |
SSLContext factory methods. |
| StrictHostnameVerifierHC4 |
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun
Java 5, Sun Java 6-rc.
|
| TrustSelfSignedStrategy |
A trust strategy that accepts self-signed certificates as trusted.
|
| Exception | Description |
|---|---|
| SSLInitializationException |
Copyright © 1999-2015 The Apache Software Foundation. All rights reserved.