AESInPCBCModeDecryptSink class

The sink used for decryption by the AESInPCBCModeDecrypt algorithm.

Implemented types

Constructors

AESInPCBCModeDecryptSink(Uint8List _key, Uint8List _iv, Padding _padding)

Properties

closed bool
Returns true if the sink is closed, false otherwise
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(List<int> data, [bool last = false, int start = 0, int? end]) Uint8List
Adds data to the sink to returns the converted result.
override
close() Uint8List
Closes the sink and returns the last converted result.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
Resets the sink to make it ready to be used again.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited