public final class PdfDigitalSignatureHashAlgorithmCore
extends com.aspose.ms.System.Enum
Specifies digital hash algorithm used by digital signature.
Modifier and Type | Field and Description |
---|---|
static int |
Md5
SHA-1 hash algorithm.
|
static int |
Sha1
SHA-1 hash algorithm.
|
static int |
Sha256
SHA-256 hash algorithm.
|
static int |
Sha384
SHA-384 hash algorithm.
|
static int |
Sha512
SHA-512 hash algorithm.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, parseQuick, parseQuick, register, toObject, toString
public static final int Sha1
SHA-1 hash algorithm.
public static final int Sha256
SHA-256 hash algorithm.
public static final int Sha384
SHA-384 hash algorithm.
public static final int Sha512
SHA-512 hash algorithm.
public static final int Md5
SHA-1 hash algorithm.