public static class SecretKeyCallback.AliasRequest extends javax.security.auth.message.callback.SecretKeyCallback.AliasRequest implements SecretKeyCallback.Request
Constructor and Description |
---|
AliasRequest(String alias)
Construct an AliasRequest with an alias.
|
public 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.Copyright © 2021. All rights reserved.