Frames | No Frames |
Methods with return type javax.net.ssl.SSLContext | |
SSLContext | SSLContext.getInstance(String protocol) Get an instance of a context for the specified protocol from the
first provider that implements it. |
SSLContext | SSLContext.getInstance(String protocol, Provider provider) Get an instance of a context for the specified protocol from the
specified provider. |
SSLContext | SSLContext.getInstance(String protocol, String provider) Get an instance of a context for the specified protocol from the
named provider. |