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