static javax.net.ssl.SSLContext |
SSLContexts.createDefault() |
Deprecated.
Creates default factory based on the standard JSSE trust material
(cacerts file in the security properties directory).
|
static javax.net.ssl.SSLContext |
SSLContexts.createSystemDefault() |
Deprecated.
Creates default SSL context based on system properties.
|
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.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() |
|
static SSLSocketFactory |
SSLSocketFactory.getSystemSocketFactory() |
Deprecated.
|