decryptDataWithAES256
actual fun decryptDataWithAES256(data: <Error class: unknown class>, secretKey: <Error class: unknown class>): <Error class: unknown class>
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