Hash enum
Deprecated. Replaced by Algorithm.
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
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