Uses of Package
org.apache.http.conn.ssl

Packages that use org.apache.http.conn.ssl
org.apache.http.conn.ssl Client TLS/SSL support. 
org.apache.http.impl.client Default HTTP client implementation. 
 

Classes in org.apache.http.conn.ssl used by org.apache.http.conn.ssl
AbstractVerifier
          Abstract base class for all standard X509HostnameVerifier implementations.
PrivateKeyDetails
          Private key details.
PrivateKeyStrategy
          A strategy allowing for a choice of an alias during SSL authentication.
SSLConnectionSocketFactory
          Layered socket factory for TLS/SSL connections.
SSLContextBuilder
          Builder for SSLContext instances.
SSLInitializationException
           
SSLSocketFactory
          Deprecated. (4.3) use SSLConnectionSocketFactory.
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.
 

Classes in org.apache.http.conn.ssl used by org.apache.http.impl.client
X509HostnameVerifier
          Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.
 



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