Package | Description |
---|---|
org.apache.http.conn.ssl |
Client TLS/SSL support.
|
Modifier and Type | Method and Description |
---|---|
static SSLContext |
SSLContexts.createDefault()
Deprecated.
Creates default factory based on the standard JSSE trust material
(
cacerts file in the security properties directory). |
static SSLContext |
SSLContexts.createSystemDefault()
Deprecated.
Creates default SSL context based on system properties.
|
static SSLSocketFactory |
SSLSocketFactory.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.getSocketFactory()
Obtains default SSL socket factory with an SSL context based on the standard JSSE
trust material (
cacerts file in the security properties directory). |
static SSLSocketFactory |
SSLSocketFactory.getSystemSocketFactory()
Deprecated.
Obtains default SSL socket factory with an SSL context based on system properties
as described in
"JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform
Standard Edition 5
|
static SSLConnectionSocketFactory |
SSLConnectionSocketFactory.getSystemSocketFactory()
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–2022 The Apache Software Foundation. All rights reserved.