Class SecretKeyCallback.AliasRequest
java.lang.Object
jakarta.security.auth.message.callback.SecretKeyCallback.AliasRequest
- All Implemented Interfaces:
SecretKeyCallback.Request
- Enclosing class:
SecretKeyCallback
public static class SecretKeyCallback.AliasRequest
extends Object
implements SecretKeyCallback.Request
A request for a secret key identified by its alias.
-
Constructor Summary
ConstructorsConstructorDescriptionAliasRequest(String alias) Constructs an AliasRequest with the specified alias. -
Method Summary
-
Constructor Details
-
AliasRequest
Constructs an AliasRequest with the specified alias.- Parameters:
alias- The alias of the secret key to obtain
-
-
Method Details
-
getAlias
-