Hash enum

Deprecated. Replaced by Algorithm.

Inheritance
Available extensions

Values

md5Sha1 → const Hash

Specifies the MD5 and SHA1 hashing algorithms.

const Hash('MD5_SHA1')
sha1 → const Hash

Specifies the SHA1 hashing algorithm.

const Hash('SHA1')
sha256 → const Hash

Specifies the SHA256 hashing algorithm.

const Hash('SHA256')
sha384 → const Hash

Specifies the SHA384 hashing algorithm.

const Hash('SHA384')
sha512 → const Hash

Specifies the SHA512 hashing algorithm.

const Hash('SHA512')

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
toJS String
no setter
value String
final

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

Static Methods

fromJS(String value) Hash

Constants

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