AesEncryption class

Constructors

AesEncryption.new(String key, String iv)

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

base64KeyFromUint8List(Uint8List intList) String
decryption(Encrypted encoded, String aesKey, String ivKey) → dynamic
encryption(String data, String aesKey, String ivKey) → dynamic
generateKey(int length) → Key
getCode(String encoded) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uint8ListFromBase64Key(String encodedKey) Uint8List

Operators

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