Retrieve encryption key
@override Future<String?> retrieveKey(String keyId) async { return _keys[keyId]; }