public static class SecretKeyCallback.AliasRequest extends Object implements SecretKeyCallback.Request
| Constructor and Description |
|---|
SecretKeyCallback.AliasRequest(String alias)
Construct an AliasRequest with an alias.
|
public SecretKeyCallback.AliasRequest(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.public String getAlias()
Copyright © 2013. All Rights Reserved.