Uses of Interface
eu.europa.esig.dss.pades.validation.PdfRevision
Package | Description |
---|---|
eu.europa.esig.dss.pades.validation | |
eu.europa.esig.dss.pades.validation.timestamp | |
eu.europa.esig.dss.pdf |
-
Uses of PdfRevision in eu.europa.esig.dss.pades.validation
Methods in eu.europa.esig.dss.pades.validation that return types with arguments of type PdfRevision Modifier and Type Method Description protected List<PdfRevision>
PDFDocumentValidator. getRevisions()
Gets the list of PDF document revisionsConstructor parameters in eu.europa.esig.dss.pades.validation with type arguments of type PdfRevision Constructor Description PAdESSignature(PdfSignatureRevision pdfSignatureRevision, List<PdfRevision> documentRevisions)
The default constructor for PAdESSignature. -
Uses of PdfRevision in eu.europa.esig.dss.pades.validation.timestamp
Fields in eu.europa.esig.dss.pades.validation.timestamp declared as PdfRevision Modifier and Type Field Description PdfRevision
PdfRevisionTimestampSource. pdfRevision
Constructors in eu.europa.esig.dss.pades.validation.timestamp with parameters of type PdfRevision Constructor Description PdfRevisionTimestampSource(PdfRevision pdfRevision)
Constructor parameters in eu.europa.esig.dss.pades.validation.timestamp with type arguments of type PdfRevision Constructor Description PAdESTimestampDataBuilder(List<PdfRevision> documentRevisions, PAdESSignature signature, ListCertificateSource certificateSource)
PAdESTimestampSource(PAdESSignature signature, List<PdfRevision> documentRevisions)
The default constructor to extract timestamps for a signature -
Uses of PdfRevision in eu.europa.esig.dss.pdf
Classes in eu.europa.esig.dss.pdf that implement PdfRevision Modifier and Type Class Description class
PdfCMSRevision
Defines a PDF revision containing a CMS data (signature/timestamp)class
PdfDocDssRevision
This class represents an LT-level PDF revision containing a DSS dictionaryclass
PdfDocTimestampRevision
Signature timestamp representation This class is only used in case of Document Timestamp (not signature-timestamp from CAdES/CMS)class
PdfSignatureRevision
Represents a PDF revision for an electronic signatureMethods in eu.europa.esig.dss.pdf that return types with arguments of type PdfRevision Modifier and Type Method Description List<PdfRevision>
AbstractPDFSignatureService. getRevisions(DSSDocument document, String pwd)
List<PdfRevision>
PDFSignatureService. getRevisions(DSSDocument document, String pwd)
Retrieves revisions from a PDF document