HmacHash enum

Inheritance

Constructors

HmacHash()
const

Values

Sha_256 → const HmacHash
Sha_384 → const HmacHash
Sha_512 → const HmacHash
Sha3_256 → const HmacHash
Sha3_512 → const HmacHash
Keccak_256 → const HmacHash
Keccak_512 → const HmacHash
RipeMD_128 → const HmacHash
RipeMD_160 → const HmacHash
Blake2b → const HmacHash
Tiger → const HmacHash
Whirlpool → const HmacHash

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<HmacHash>
A constant List of the values in this enum, in order of their declaration.