DESedeCipher class
Implements Triple DES encryption algorithm using CBC block cipher mode
Constructors
- DESedeCipher({required Uint8List key, required Uint8List iv})
-
Creates a DESedeCipher with
keyand initial vectoriv.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- iv ↔ Uint8List
-
Returns current iv.
getter/setter pairinherited
- key ↔ Uint8List
-
Returns current key
getter/setter pairinherited-getteroverride-setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
decrypt(
Uint8List edata, {bool paddedData = true}) → Uint8List -
Returns decrypted
edata.inherited -
decryptBlock(
Uint8List eblock) → Uint8List -
inherited
-
encrypt(
Uint8List data, {bool padData = true}) → Uint8List -
Returns encrypted
data.inherited -
encryptBlock(
Uint8List block) → Uint8List -
inherited
-
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