NUICryptography class

Implemented types

Properties

cryptographyBloc NUICryptographyBloc
getter/setter pair
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 = 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

Operators

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

Static Properties

module Map<String, String>
final

Static Methods

get() NUICryptography?

Constants

defaultModuleKey → const String