decryptedFileKey method
Implementation
@override
Future<Uint8List> decryptedFileKey(AgeKeyPair? keyPair) {
throw Exception('Decryption not supported for this stanza!');
}
@override
Future<Uint8List> decryptedFileKey(AgeKeyPair? keyPair) {
throw Exception('Decryption not supported for this stanza!');
}