public static class SignatureKeyCallback.AliasPrivKeyCertRequest extends SignatureKeyCallback.PrivKeyCertRequest
| Constructor and Description |
|---|
AliasPrivKeyCertRequest(String alias)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias()
Get the alias stored in this Request.
|
getPrivateKey, getX509Certificate, setPrivateKey, setX509Certificatepublic AliasPrivKeyCertRequest(String alias)
alias - java.lang.String representing the alias of
the PrivateKey to be used for Signature calculation.public String getAlias()
java.lang.String representing the alias of the PrivateKey
to be used for Signature calculation.Copyright © 2005–2018 Oracle Corporation. All rights reserved.