HashAlgo enum

Inheritance

Constructors

HashAlgo()
const

Values

Sha_256 → const HashAlgo
Sha_512 → const HashAlgo
Sha_384 → const HashAlgo
Sha_224 → const HashAlgo
Sha3_224 → const HashAlgo
Sha3_256 → const HashAlgo
Sha3_384 → const HashAlgo
Sha3_512 → const HashAlgo
Keccak_224 → const HashAlgo
Keccak_256 → const HashAlgo
Keccak_384 → const HashAlgo
Keccak_512 → const HashAlgo
Sha1 → const HashAlgo
RipeMD_128 → const HashAlgo
RipeMD_160 → const HashAlgo
RipeMD_256 → const HashAlgo
RipeMD_320 → const HashAlgo
Blake2b → const HashAlgo
MD2 → const HashAlgo
MD4 → const HashAlgo
MD5 → const HashAlgo
Tiger → const HashAlgo
Whirlpool → const HashAlgo

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
A string representation of this object.
inherited

Operators

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

Constants

values → const List<HashAlgo>
A constant List of the values in this enum, in order of their declaration.