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.
|
getData
getUid
getBatchItemId, getOperationType, getResultReason, getResultStatus
byte[] getIV()
byte[] getEncryptedData()
byte[] getAuthEncryptionTag()