enum DigestAlgorithm

Enumeration of digest algorithms.

0
SHA
SHA-1 secure hash algorithm.
1
SSHA
The SHA-1 secure hash algorithm with random seed.
2
SHA_256
The SHA-256 secure hash algorithm.
3
SSHA_256
The SHA-256 secure hash algorithm with random seed.
4
SHA_384
The SHA-384 secure hash algorithm.
5
SSHA_384
The SHA-384 secure hash algorithm with random seed.
6
SHA_512
The SHA-512 secure hash algorithm.
7
SSHA_512
The SHA-512 secure hash algorithm with random seed.
  enum DigestAlgorithm