public static class SecretKeyCallback.AliasRequest extends java.lang.Object implements SecretKeyCallback.Request
Constructor and Description |
---|
AliasRequest(java.lang.String alias)
Construct an AliasRequest with an alias.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAlias()
Get the alias.
|
public AliasRequest(java.lang.String alias)
The alias is used to directly identify the secret key to be returned.
If the alias is null, the handler of the callback relies on its own default.
alias
- Name identifier for the secret key, or null.