Uses of Package
org.apache.hc.client5.http.ssl
-
Packages that use org.apache.hc.client5.http.ssl Package Description org.apache.hc.client5.http.ssl Client TLS/SSL support. -
Classes in org.apache.hc.client5.http.ssl used by org.apache.hc.client5.http.ssl Class Description AbstractClientTlsStrategy ClientTlsStrategyBuilder Builder for clientTlsStrategy
instances.DefaultHostnameVerifier.HostNameType DistinguishedNameParser HttpClientHostnameVerifier ExtendedHostnameVerifier
interface.NoopHostnameVerifier The NO_OP HostnameVerifier essentially turns hostname verification off.SSLConnectionSocketFactory Layered socket factory for TLS/SSL connections.SSLConnectionSocketFactoryBuilder Builder forSSLConnectionSocketFactory
instances.SubjectName TlsSessionValidator 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 theSSLContextBuilder
loadTrustMaterial
methods.