Class PrivateKeyCallback.AliasRequest
java.lang.Object
jakarta.security.auth.message.callback.PrivateKeyCallback.AliasRequest
- All Implemented Interfaces:
PrivateKeyCallback.Request
- Enclosing class:
PrivateKeyCallback
public static class PrivateKeyCallback.AliasRequest
extends Object
implements PrivateKeyCallback.Request
A request to retrieve a certificate chain and private key by
keystore alias.
-
Constructor Summary
ConstructorsConstructorDescriptionAliasRequest(String alias) Creates a newAliasRequestwith the specified keystore alias. -
Method Summary
-
Constructor Details
-
AliasRequest
Creates a newAliasRequestwith the specified keystore alias.- Parameters:
alias- the keystore alias identifying the desired key entry
-
-
Method Details
-
getAlias
-