Uses of Class javax.net.ssl.SSLContext

Uses in package javax.net.ssl

Methods with return type javax.net.ssl.SSLContext

SSLContext
Get an instance of a context for the specified protocol from the first provider that implements it.
SSLContext
SSLContext.getInstance(String protocol, String provider)
Get an instance of a context for the specified protocol from the named provider.
SSLContext
SSLContext.getInstance(String protocol, Provider provider)
Get an instance of a context for the specified protocol from the specified provider.