Package org.apache.http.conn.ssl
package org.apache.http.conn.ssl
Client TLS/SSL support.
-
ClassDescriptionAbstract base class for all standard
X509HostnameVerifierimplementations.The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.The HostnameVerifier that works the same way as Curl and Firefox.Private key details.A strategy allowing for a choice of an alias during SSL authentication.Layered socket factory for TLS/SSL connections.Builder forSSLContextinstances.SSLContextfactory methods.The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc.A trust strategy that accepts self-signed certificates as trusted.A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.