public static class PrivateKeyCallback.AliasRequest extends java.lang.Object implements PrivateKeyCallback.Request
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
alias |
| 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)
Construct an AliasRequest with an 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.