encryptWithKeyAndArtefacts abstract method

Future<EncryptionResult> encryptWithKeyAndArtefacts(
  1. List<int> data,
  2. EncryptionKey key,
  3. EncryptionArtefacts artefacts
)

Allows encryption with specified encryption artifacts (rather than generated ones).

Implementation

Future<EncryptionResult> encryptWithKeyAndArtefacts(
    List<int> data, EncryptionKey key, EncryptionArtefacts artefacts);