encryptWithKeyAndArtefacts method
Future<EncryptionResult>
encryptWithKeyAndArtefacts(
- List<
int> data, - EncryptionKey key,
- EncryptionArtefacts artefacts
inherited
Allows encryption with specified encryption artifacts (rather than generated ones).
Implementation
@override
Future<EncryptionResult> encryptWithKeyAndArtefacts(
List<int> data, EncryptionKey key, EncryptionArtefacts artefacts) {
throw UnimplementedError();
}