public interface OKVEncryptResponse extends OKVCryptoResponse
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getAuthEncryptionTag()
Get the Authenticated Encryption Tag
|
byte[] |
getEncryptedData()
Get the encrypted data.
|
byte[] |
getIV()
Get the IV value used by server for encryption, if the random IV
was set and IV was not provided in request.
|
getDatagetUidgetBatchItemId, getOperationType, getResultReason, getResultStatusbyte[] getIV()
byte[] getEncryptedData()
byte[] getAuthEncryptionTag()