public static class SecretKeyCallback.AliasRequest extends java.lang.Object implements SecretKeyCallback.Request
Request type for secret keys that are identified via an alias.
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
alias |
| 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)
Construct an AliasRequest with an 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