public static class PrivateKeyCallback.AliasRequest extends Object implements PrivateKeyCallback.Request
Request type for private keys that are identified using an alias.
Constructor and Description |
---|
AliasRequest(String alias)
Construct an AliasRequest with an alias.
|
public AliasRequest(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.public String getAlias()
Get the alias.
Copyright © 2017 JBoss by Red Hat. All rights reserved.