|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.security.auth.message.callback.PrivateKeyCallback.AliasRequest
public static class PrivateKeyCallback.AliasRequest
Request type for private keys that are identified using an alias.
Constructor Summary | |
---|---|
PrivateKeyCallback.AliasRequest(java.lang.String alias)
Construct an AliasRequest with an alias. |
Method Summary | |
---|---|
java.lang.String |
getAlias()
Get the alias. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrivateKeyCallback.AliasRequest(java.lang.String alias)
The alias is used to directly identify the private key to be returned. The corresponding certificate chain for the private key is also returned.
If the alias is null, the handler of the callback relies on its own default.
alias
- Name identifier for the private key, or null.Method Detail |
---|
public java.lang.String getAlias()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41