public static class SignatureVerificationKeyCallback.PublicKeyBasedRequest extends SignatureVerificationKeyCallback.X509CertificateRequest
| Constructor and Description |
|---|
PublicKeyBasedRequest(PublicKey pk)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PublicKey |
getPublicKey()
Get the PublicKey stored in this Request.
|
getX509Certificate, setX509Certificatepublic PublicKeyBasedRequest(PublicKey pk)
pk - java.security.PublicKey representing the PublicKey
to be used for Signature Verification.public PublicKey getPublicKey()
java.security.PublicKey representing the PublicKey used
for Signature Verification.Copyright © 2005–2018 Oracle Corporation. All rights reserved.