NUICryptographyInterface class abstract

Implementers

Constructors

NUICryptographyInterface()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decrypt({required String data, String moduleKey}) FutureOr<String>
decryptFile({required File file, required String writeToDirectory, String moduleKey}) FutureOr<File>
decryptMapValue({required Map<String, dynamic> data, String moduleKey, List<String> skipForKey}) FutureOr<Map<String, dynamic>>
encrypt({required String data, String moduleKey}) FutureOr<String>
encryptFile({required File file, required String writeToDirectory, String moduleKey}) FutureOr<File>
encryptMapValue({required Map<String, dynamic> data, String moduleKey, List<String> skipForKey}) FutureOr<Map<String, dynamic>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setNewKey({required String newModule, required String newKey, bool override = true}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited