decrypt abstract method
Decrypts the given data
encrypted with the license's content key.
Implementation
Future<Try<ByteData, LcpException>> decrypt(ByteData data);
Decrypts the given data
encrypted with the license's content key.
Future<Try<ByteData, LcpException>> decrypt(ByteData data);