|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.net.ssl.X509ExtendedKeyManager
public abstract class X509ExtendedKeyManager
An extended X509KeyManager for use with SSLEngine.
| Constructor Summary | |
|---|---|
protected |
X509ExtendedKeyManager()
Default constructor. |
| Method Summary | |
|---|---|
String |
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 |
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 inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.net.ssl.X509KeyManager |
|---|
chooseClientAlias, chooseServerAlias, getCertificateChain, getClientAliases, getPrivateKey, getServerAliases |
| Constructor Detail |
|---|
protected X509ExtendedKeyManager()
| Method Detail |
|---|
public String chooseEngineClientAlias(String[] keyTypes,
Principal[] issuers,
SSLEngine engine)
This implementation always returns null.
keyTypes - The list of desired key types.issuers - The list of desired key issuers.engine - This client's SSLEngine.
null if the parameters were not matched.
public String chooseEngineServerAlias(String keyType,
Principal[] issuers,
SSLEngine engine)
This implementation always returns null.
keyType - The desired key type.issuers - The list of desired key issuers.engine - The server's SSLEngine.
null if the parameters were not matched.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||