|
|||||||||
| Home >> All >> javax >> net >> [ ssl overview ] | PREV NEXT | ||||||||
Uses of Class
javax.net.ssl.SSLContext
| Uses of SSLContext in javax.net.ssl |
| Fields in javax.net.ssl declared as SSLContext | |
private static SSLContext |
SSLServerSocketFactory.context
|
private static SSLContext |
SSLSocketFactory.context
|
| Methods in javax.net.ssl that return SSLContext | |
static SSLContext |
SSLContext.getInstance(java.lang.String protocol)
Get an instance of a context for the specified protocol from the first provider that implements it. |
static SSLContext |
SSLContext.getInstance(java.lang.String protocol,
java.lang.String provider)
Get an instance of a context for the specified protocol from the named provider. |
static SSLContext |
SSLContext.getInstance(java.lang.String protocol,
java.security.Provider provider)
Get an instance of a context for the specified protocol from the specified provider. |
|
|||||||||
| Home >> All >> javax >> net >> [ ssl overview ] | PREV NEXT | ||||||||