Java com.itextpdf.text.pdf.security DigestAlgorithms fields, constructors, methods, implement or subclass

Example usage for Java com.itextpdf.text.pdf.security DigestAlgorithms fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.itextpdf.text.pdf.security DigestAlgorithms.

The text is from its open source code.

Field

StringSHA1
Algorithm available for signatures since PDF 1.3
StringSHA256
Algorithm available for signatures since PDF 1.6

Method

byte[]digest(InputStream data, MessageDigest messageDigest)
StringgetAllowedDigests(String name)
Returns the id of a digest algorithms that is allowed in PDF, or null if it isn't allowed.