Table of Contents

Enum PdfDigestAlgorithm

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Specifies names of digest algorithms. Digest algorithms are used for signing documents digitally.

public enum PdfDigestAlgorithm

Fields

Ripemd160 = 4

(PDF 1.7) RIPEMD-160. RIPE Message Digest algorithm with 160 bit digest.

Sha1 = 0

SHA-1. Secure Hash Algorithm 1.

Sha256 = 1

(PDF 1.6) SHA-256. Secure Hash Algorithm 2 with 256 bit digest.

Sha384 = 2

(PDF 1.7) SHA-384. Secure Hash Algorithm 2 with 384 bit digest.

Sha512 = 3

(PDF 1.7) SHA-512. Secure Hash Algorithm 2 with 512 bit digest.