Aes class
Constructors
Properties
- aesEngine ↔ AESEngine?
-
getter/setter pair
- aesKeyStrength ↔ int
-
getter/setter pair
- counterBlock ↔ Uint8List
-
getter/setter pair
- derivedKey ↔ Uint8List
-
getter/setter pair
- encrypt ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- iv ↔ Uint8List
-
getter/setter pair
- mac ↔ Uint8List
-
getter/setter pair
- nonce ↔ int
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processData(
Uint8List buff, int start, int len) → int -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited