com.aspose.words
Class PdfDigitalSignatureHashAlgorithm

java.lang.Object
    extended by com.aspose.words.PdfDigitalSignatureHashAlgorithm

public class PdfDigitalSignatureHashAlgorithm 
extends java.lang.Object

Utility class containing constants. Specifies a digital hash algorithm used by a digital signature.

Field Summary
static final intSHA_1 = 0
           SHA-1 hash algorithm.
static final intSHA_256 = 1
           SHA-256 hash algorithm.
static final intSHA_384 = 2
           SHA-384 hash algorithm.
static final intSHA_512 = 3
           SHA-512 hash algorithm.
static final intMD_5 = 4
           SHA-1 hash algorithm.
 

Field Detail

SHA_1 = 0

public static final int SHA_1
SHA-1 hash algorithm.

SHA_256 = 1

public static final int SHA_256
SHA-256 hash algorithm.

SHA_384 = 2

public static final int SHA_384
SHA-384 hash algorithm.

SHA_512 = 3

public static final int SHA_512
SHA-512 hash algorithm.

MD_5 = 4

public static final int MD_5
SHA-1 hash algorithm.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.