public final class PdfDigitalSignatureHashAlgorithm extends Object
Specifies digital hash algorithm used by digital signature.
Modifier and Type | Field and Description |
---|---|
static int |
Md5
Specifies a digital hash algorithm used by a digital signature.
|
static int |
Sha1
Specifies a digital hash algorithm used by a digital signature.
|
static int |
Sha256
Specifies a digital hash algorithm used by a digital signature.
|
static int |
Sha384
Specifies a digital hash algorithm used by a digital signature.
|
static int |
Sha512
Specifies a digital hash algorithm used by a digital signature.
|
public static final int Sha1
Specifies a digital hash algorithm used by a digital signature.
public static final int Sha256
Specifies a digital hash algorithm used by a digital signature.
public static final int Sha384
Specifies a digital hash algorithm used by a digital signature.
public static final int Sha512
Specifies a digital hash algorithm used by a digital signature.
public static final int Md5
Specifies a digital hash algorithm used by a digital signature.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.