Package org.apache.http.conn.ssl
package org.apache.http.conn.ssl
Client TLS/SSL support.
-
ClassDescriptionDeprecated.(4.4) use an implementation of
HostnameVerifier
orDefaultHostnameVerifier
.Deprecated.(4.4) UseNoopHostnameVerifier
Deprecated.(4.4) UseDefaultHostnameVerifier
DefaultHostnameVerifier
implementation.The NO_OP HostnameVerifier essentially turns hostname verification off.Deprecated.(4.4) usePrivateKeyDetails
.Deprecated.(4.4) usePrivateKeyStrategy
.Layered socket factory for TLS/SSL connections.Deprecated.(4.4) useSSLContextBuilder
.Deprecated.(4.4) useSSLContexts
.Deprecated.(4.3) useSSLConnectionSocketFactory
.Deprecated.(4.4) UseDefaultHostnameVerifier
A trust strategy that accepts all certificates as trusted.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.Deprecated.(4.4) UseHostnameVerifier
.