decrypt

abstract suspend fun decrypt(data: ByteArray): Try<ByteArray, LcpError>

Decrypts the given data encrypted with the license's content key.