Javax.Net.Ssl.SSLContext: Method Members

The methods of Javax.Net.Ssl.SSLContext are listed below. For a list of all members, see the SSLContext Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

CreateSSLEngine() : SSLEngine
Creates an SSLEngine instance from this context.
CreateSSLEngine(string, int) : SSLEngine
Creates an SSLEngine instance from this context with the specified hostname and port.
static
GetInstance(string) : SSLContext
Creates a new SSLContext instance for the specified protocol.
static
GetInstance(string, Java.Security.Provider) : SSLContext
Creates a new SSLContext instance for the specified protocol from the specified provider.
static
GetInstance(string, string) : SSLContext
Creates a new SSLContext instance for the specified protocol from the specified provider.
Init(IKeyManager[], ITrustManager[], Java.Security.SecureRandom)
Initializes this SSLContext instance.