public static class PrivateKeyCallback.AliasRequest extends java.lang.Object implements PrivateKeyCallback.Request
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)
The alias is used to directly identify the private key to be returned. The corresponding certificate chain for the private key is also returned.
If the alias is null, the handler of the callback relies on its own default.
alias
- Name identifier for the private key, or null.