|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLContext | |
com.sun.net.ssl | Provides classes related to creating and configuring secure socket factories. |
Uses of SSLContext in com.sun.net.ssl |
Methods in com.sun.net.ssl that return SSLContext | |
static SSLContext |
SSLContext.getInstance(String protocol)
Generates a SSLContext object that implements the
specified secure socket protocol. |
static SSLContext |
SSLContext.getInstance(String protocol,
String provider)
Generates a SSLContext object that implements the
specified secure socket protocol. |
static SSLContext |
SSLContext.getInstance(String protocol,
Provider provider)
Generates a SSLContext object that implements the
specified secure socket protocol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |