| Package | Description |
|---|---|
| org.apache.http.ssl |
Utility classes for trust and key material management
and TLS/SSL context initialization.
|
| Modifier and Type | Method | Description |
|---|---|---|
static javax.net.ssl.SSLContext |
SSLContexts.createDefault() |
Creates default factory based on the standard JSSE trust material
(
cacerts file in the security properties directory). |
static javax.net.ssl.SSLContext |
SSLContexts.createSystemDefault() |
Creates default SSL context based on system properties.
|