AESFastEncryptionEngine class
- Implemented types
Constructors
- AESFastEncryptionEngine(Uint8List key)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
Uint8List data) → Uint8List -
inherited
-
processBlock(
ByteData input, ByteData output) → int -
reset(
) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited