DESCipher class
Implements DES encryption algorithm using CBC block cipher mode
- Implementers
Constructors
Properties
Methods
-
decrypt(
Uint8List edata, {bool paddedData = true}) → Uint8List -
Returns decrypted
edata. -
decryptBlock(
Uint8List eblock) → Uint8List -
encrypt(
Uint8List data, {bool padData = true}) → Uint8List -
Returns encrypted
data. -
encryptBlock(
Uint8List block) → Uint8List -
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