BlockCipher class abstract
- Implementers
Constructors
Properties
Methods
-
init(
bool forEncryption, CipherParameters? params) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
Uint8List data) → Uint8List -
processBlock(
Uint8List inp, int inpOff, Uint8List out, int outOff) → int -
reset(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited