Package | Description |
---|---|
org.apache.hc.client5.http.ssl |
Client TLS/SSL support.
|
Class and Description |
---|
ClientTlsStrategyBuilder
Builder for client
TlsStrategy instances. |
HttpClientHostnameVerifier
Extended
HostnameVerifier interface. |
NoopHostnameVerifier
The NO_OP HostnameVerifier essentially turns hostname verification
off.
|
SSLConnectionSocketFactory
Layered socket factory for TLS/SSL connections.
|
SSLConnectionSocketFactoryBuilder
Builder for
SSLConnectionSocketFactory instances. |
TrustAllStrategy
A trust strategy that accepts all certificates as trusted.
|
TrustSelfSignedStrategy
Deprecated.
For self-signed certificates prefer specifying a keystore containing the certificate when
calling the
SSLContextBuilder loadTrustMaterial
methods. |
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.