public abstract static class DecryptionKeyCallback.PrivateKeyRequest extends Object implements DecryptionKeyCallback.Request
| Constructor and Description |
|---|
PrivateKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivateKey()
Get the PrivateKey.
|
void |
setPrivateKey(PrivateKey privateKey)
Set the PrivateKey to be used for Decryption.
|
public void setPrivateKey(PrivateKey privateKey)
privateKey - java.security.PrivateKeypublic PrivateKey getPrivateKey()
java.security.PrivateKey object set on this request.Copyright © 2005–2018 Oracle Corporation. All rights reserved.