DigestHashAlgorithm

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class DigestHashAlgorithm extends System.Enum

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

Fields

FieldDescription
Sha1SHA-1.
Sha256SHA-256.
Sha512SHA-512.

Sha1

public static final int Sha1

SHA-1. Secure Hash Algorithm 1

Sha256

public static final int Sha256

SHA-256. Secure Hash Algorithm 2

Sha512

public static final int Sha512

SHA-512. Secure Hash Algorithm 2