AesCbcAuthenticatedCipherWithHash class
- Inheritance
-
- Object
- BlockCipherWithAuthenticationTag
- AesCbcAuthenticatedCipherWithHash
Constructors
- AesCbcAuthenticatedCipherWithHash(Mac _underlyingMac)
Properties
- aad → Uint8List?
-
no setterinherited
- algorithmName → String
-
Get this algorithm's standard name.
no setteroverride
- blockSize → int
-
Get this ciphers's block size.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isEncrypting → bool?
-
no setterinherited
- iv → Uint8List?
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tagLength → int
-
no setteroverride
Methods
-
finalizeTag(
) → Uint8List -
override
-
init(
bool forEncryption, covariant ParametersWithIVAndAad< CipherParameters> params) → void -
Init the cipher with its initialization
params
. The type ofCipherParameters
depends on the algorithm being used (see the documentation of each implementation to find out more).inherited -
initParameters(
covariant KeyParameter parameters) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
process(
Uint8List data) → Uint8List -
Process a whole block of blockSize bytes stored in
data
at once, returning the result in a byte array.inherited -
processBlock(
Uint8List inp, int inpOff, Uint8List out, int outOff) → int -
Process a whole block of data given by
inp
and starting at offsetinpOff
.override -
processBlocks(
Uint8List data) → Uint8List -
override
-
reset(
) → void -
Reset the cipher to its original state.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited