CipherSink class abstract

Template for Cipher algorithm sink.

Implemented types
Implementers

Constructors

CipherSink()

Properties

closed bool
Returns true if the sink is closed, false otherwise
no setter
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, 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.
toString() String
A string representation of this object.
inherited

Operators

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