Digester class

Hashes SSH protocol data without first serializing it.

Constructors

Digester(Digest? digest)

Properties

digest ↔ Digest?
getter/setter pair
hashCode int?
The hash code for this object.
no setterinherited
runtimeType Type?
A representation of the runtime type of the object.
no setterinherited

Methods

finish() Uint8List?
noSuchMethod(Invocation? invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String?
A string representation of this object.
inherited
update(Uint8List? x) → void
updateBigInt(BigInt? x) → void
updateByte(int? x) → void
updateInt(int? x) → void
updateOffset(Uint8List? x, int? offset, int? length) → void
updateRaw(Uint8List? x) → void
updateRawOffset(Uint8List? x, int? offset, int? length) → void
updateString(String? x) → void

Operators

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