decrypt abstract method

Uint8List decrypt(
  1. Uint8List edata, {
  2. SSC? ssc,
})

Decrypts edata from Secure Messaging. edata must be unpadded after calling this function. ssc is used as IV for encryption.

Implementation

Uint8List decrypt(final Uint8List edata, {SSC? ssc});