decrypt

abstract fun decrypt(data: Array<Byte>): Array<Byte>

Decrypts the provided data using the corresponding decryption algorithm.

Return

The decrypted data.

Parameters

data

The data to be decrypted.

Throws

If an error occurs during decryption.