NUICryptography class
Methods
-
decrypt({required String data, String moduleKey = defaultModuleKey})
→ FutureOr<String>
-
The default value moduleKey -> 'defaultKey'
'defaultKey' is set upon initialize the NUICryptography
override
-
decryptFile({required File file, required String writeToDirectory, String moduleKey = defaultModuleKey})
→ FutureOr<File>
-
override
-
decryptMapValue({required Map<String, dynamic> data, String moduleKey = defaultModuleKey, List<String> skipForKey = const []})
→ FutureOr<Map<String, dynamic>>
-
override
-
encrypt({required String data, String moduleKey = defaultModuleKey})
→ FutureOr<String>
-
The default value moduleKey -> 'defaultKey'
'defaultKey' is set upon initialize the NUICryptography
override
-
encryptFile({required File file, required String writeToDirectory, String moduleKey = defaultModuleKey})
→ FutureOr<File>
-
override
-
encryptMapValue({required Map<String, dynamic> data, String moduleKey = defaultModuleKey, List<String> skipForKey = const []})
→ FutureOr<Map<String, dynamic>>
-
override
-
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
-
override
-
toString()
→ String
-
A string representation of this object.
inherited