decryptDataWithAES256

Method used to decrypt a relatively small array of bytes using the AES256 decryption algorithm

Return

the decrypted data as a byte array encapsulated in a PlainData object

Parameters

data

the EncryptedData that needs to be decrypted

See also