Package | Description |
---|---|
org.apache.hc.client5.http.ssl |
Client TLS/SSL support.
|
Modifier and Type | Method and Description |
---|---|
SSLConnectionSocketFactory |
SSLConnectionSocketFactoryBuilder.build()
Deprecated.
|
static SSLConnectionSocketFactory |
SSLConnectionSocketFactory.getSocketFactory()
Deprecated.
Obtains default SSL socket factory with an SSL context based on the standard JSSE
trust material (
cacerts file in the security properties directory). |
static SSLConnectionSocketFactory |
SSLConnectionSocketFactory.getSystemSocketFactory()
Deprecated.
Obtains default SSL socket factory with an SSL context based on system properties
as described in
Java™ Secure Socket Extension (JSSE) Reference Guide.
|
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.