Search Java Classes and Packages
Search Java Frameworks and Libraries
#Org.apache.http.conn.ssl Classes and Interfaces - 14 results found.
| Name | Description | Type | Package | Framework |
| AbstractVerifier | | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| AllowAllHostnameVerifier | The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| BrowserCompatHostnameVerifier | The HostnameVerifier that works the same way as Curl and Firefox. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| PrivateKeyDetails | Private key details. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| PrivateKeyStrategy | A strategy allowing for a choice of an alias during SSL authentication. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLConnectionSocketFactory | Layered socket factory for TLS/SSL connections. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLContextBuilder | Builder for SSLContext instances. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLContexts | SSLContext factory methods. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLInitializationException | | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLSocketFactory | Layered socket factory for TLS/SSL connections. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| StrictHostnameVerifier | The Strict HostnameVerifier works the same way as Sun Java 1. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| TrustSelfSignedStrategy | A trust strategy that accepts self-signed certificates as trusted. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| TrustStrategy | A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| X509HostnameVerifier | Interface for checking if a hostname matches the names stored inside the server's X. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |