Uses of Class javax.net.ssl.SSLEngine

Uses in package javax.net.ssl

Methods with parameter type javax.net.ssl.SSLEngine

String
Return a client alias given a list of key types, a list of allowable issuers, and the SSLEngine being used.
String
Return a server alias given a key type, a list of allowable issuers, and the SSLEngine being used.

Methods with return type javax.net.ssl.SSLEngine

SSLEngine
Creates a new SSLEngine for this context.
SSLEngine
Creates a new SSLEngine for this context, with a given host name and port number.
SSLEngine
Returns a new SSLEngine for this context.
SSLEngine
Returns a new SSLEngine for this context, for the given host name and port number.