Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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.