Package eu.europa.esig.dss.validation
Interface PdfRevision
- All Known Implementing Classes:
PdfCMSRevision
,PdfDocDssRevision
,PdfDocTimestampRevision
,PdfSignatureRevision
public interface PdfRevision
The usage of this interface permit the user to choose the underlying PDF library use to created PDF signatures.
-
Method Summary
Modifier and Type Method Description List<String>
getFieldNames()
Returns a list of signature field names that refer the current objectPdfSignatureDictionary
getPdfSigDictInfo()
Returns a PDF Signature Dictionary info container
-
Method Details
-
getPdfSigDictInfo
PdfSignatureDictionary getPdfSigDictInfo()Returns a PDF Signature Dictionary info container- Returns:
PdfSignatureDictionary
-
getFieldNames
Returns a list of signature field names that refer the current object- Returns:
- list of
String
field names
-