Aspose::Pdf::DigestHashAlgorithm enum

DigestHashAlgorithm enum

Represent type of algorithm that maps data to a “hash”.

enum class DigestHashAlgorithm

Values

NameValueDescription
Auto0Automatic setting of the hashing algorithm at the discretion of the signature algorithm. For EDCSA, the default value is determined by the key size. The default value for a not detached PKCS7 is Sha1.
Sha11SHA-1. Secure Hash Algorithm 1 It is a default value for a not detached PKCS7.
Sha2562SHA-256. Secure Hash Algorithm 2 It is a default value for a detached PKCS7.
Sha3843SHA-384. Secure Hash Algorithm 2.
Sha5124SHA-512. Secure Hash Algorithm 2.

See Also