JsonAesCbcEncryptor class
Constructors
- JsonAesCbcEncryptor({required String stringKey})
Properties
Methods
-
decryptJson(
String jsonEncryptado) → Map< String, dynamic> -
encryptJson(
Map< String, dynamic> json) → String -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited