DigestAlgorithm enum
Specifies the digestion algorithm.
Values
- sha1 → const DigestAlgorithm
-
SHA1 message digest algorithm
- sha256 → const DigestAlgorithm
-
SHA256 message digest algorithm
- sha384 → const DigestAlgorithm
-
SHA384 message digest algorithm
- sha512 → const DigestAlgorithm
-
SHA512 message digest algorithm
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
Constants
-
values
→ const List<
DigestAlgorithm> - A constant List of the values in this enum, in order of their declaration.