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