AEADCipher class abstract

Inheritance
Implementers

Constructors

AEADCipher(String algorithmName)
factory

Properties

algorithmName → String
Get this algorithm's standard name.
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
mac → Uint8List
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

doFinal(Uint8List out, int outOff) → int
getOutputSize(int len) → int
getUpdateOutputSize(int len) → int
init(bool forEncryption, CipherParameters params) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processAADByte(int inp) → void
processAADBytes(Uint8List inp, int inpOff, int len) → void
processByte(int inp, Uint8List out, int outOff) → int
processBytes(Uint8List inp, int inOff, int len, 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