decrypt abstract method

Future<Try<ByteData, LcpException>> decrypt(
  1. ByteData data
)

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

Implementation

Future<Try<ByteData, LcpException>> decrypt(ByteData data);