Digest class

A message digest as computed by a Hash or HMAC function.

Constructors

Digest(List<int> bytes)

Properties

bytes List<int>
The message digest as an array of bytes.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
The message digest as a string of hexadecimal digits.
override

Operators

operator ==(Object other) bool
Returns whether this is equal to another digest.
override