Package org.apache.http.conn.ssl

Client TLS/SSL support.

See:
          Description

Interface Summary
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 Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.
 

Class Summary
AbstractBaseHostnameVerifier Abstract base class for all standard X509HostnameVerifier implementations that provides common methods extracting X509Certificate instance to be verified from either SSLSocket or SSLSession.
AbstractCommonHostnameVerifier /** Abstract base class for all standard X509HostnameVerifier implementations that provides methods to extract Common Name (CN) and alternative subjects (subjectAlt) from X509Certificate being validated as well as AbstractCommonHostnameVerifier.verify(String, String[], String[], boolean) method that implements common certificate subject validation logic.
AbstractVerifier Deprecated. (4.4) use AbstractBaseHostnameVerifier or AbstractCommonHostnameVerifier
AllowAllHostnameVerifier The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
BrowserCompatHostnameVerifier 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.
SSLSocketFactory Deprecated. (4.3) use SSLConnectionSocketFactory.
StrictHostnameVerifier 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 Summary
SSLInitializationException  
 

Package org.apache.http.conn.ssl Description

Client TLS/SSL support.



Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.