GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type javax.net.ssl.SSLEngine | |
String | X509ExtendedKeyManager.chooseEngineClientAlias(String[] keyTypes, Principal[] issuers, SSLEngine engine) Return a client alias given a list of key types, a list of
allowable issuers, and the SSLEngine being used.
|
String | X509ExtendedKeyManager.chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) 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.
|
GNU Classpath (0.95) |