HashAlgorithms class sealed

This class provides a set of constants, each representing a different hash algorithm.

  • SHA512 Represents the SHA-512 hash algorithm.
  • BLAKE2B Represents the Blake2b hash algorithm.
  • MD2 Represents the MD2 hash algorithm.
  • MD4 Represents the MD4 hash algorithm.
  • MD5 Represents the MD5 hash algorithm.
  • RIPEMD128 Represents the RIPEMD-128 hash algorithm.
  • RIPEMD160 Represents the RIPEMD-160 hash algorithm.
  • RIPEMD256 Represents the RIPEMD-256 hash algorithm.
  • RIPEMD320 Represents the RIPEMD-320 hash algorithm.
  • SHA1 Represents the SHA-1 hash algorithm.
  • SHA3 Represents the SHA-3 hash algorithm.
  • SHA224 Represents the SHA-224 hash algorithm.
  • SHA256 Represents the SHA-256 hash algorithm.
  • SHA384 Represents the SHA-384 hash algorithm.
  • SM3 Represents the SM3 hash algorithm.
  • TIGER Represents the Tiger hash algorithm.
  • WHIRLPOOL Represents the Whirlpool hash algorithm.

Constructors

HashAlgorithms()

Properties

hashCode int
The hash code for this object.
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

BLAKE2B → const String
MD2 → const String
MD4 → const String
MD5 → const String
RIPEMD128 → const String
RIPEMD160 → const String
RIPEMD256 → const String
RIPEMD320 → const String
SHA1 → const String
SHA3 → const String
SHA224 → const String
SHA256 → const String
SHA384 → const String
SHA512 → const String
SM3 → const String
TIGER → const String
WHIRLPOOL → const String