public abstract static class DecryptionKeyCallback.SymmetricKeyRequest extends Object implements DecryptionKeyCallback.Request
| Constructor and Description |
|---|
SymmetricKeyRequest() |
| Modifier and Type | Method and Description |
|---|---|
SecretKey |
getSymmetricKey()
Get the SymmetricKey stored in this Request.
|
void |
setSymmetricKey(SecretKey symmetricKey)
Constructor.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.