| Package | Description |
|---|---|
| javax.net.ssl |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
SSLContext.getDefault()
Returns the default SSL context.
|
static SSLContext |
SSLContext.getInstance(String protocol)
Returns a
SSLContext object that implements the specified secure socket protocol. |