AESCipher192 class
Constructors
Properties
Methods
-
calculateCMAC(
{required Uint8List data, required Uint8List key}) → Uint8List -
inherited
-
decrypt(
{required Uint8List data, required Uint8List key, Uint8List? iv, BLOCK_CIPHER_MODE mode = BLOCK_CIPHER_MODE.CBC}) → Uint8List -
inherited
-
encrypt(
{required Uint8List data, required Uint8List key, Uint8List? iv, BLOCK_CIPHER_MODE mode = BLOCK_CIPHER_MODE.CBC, bool padding = false}) → Uint8List -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pad(
{required Uint8List data, int blockSize = AES_BLOCK_SIZE}) → Uint8List -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited