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 Details

    • getPdfSigDictInfo

      PdfSignatureDictionary getPdfSigDictInfo()
      Returns a PDF Signature Dictionary info container
      Returns:
      PdfSignatureDictionary
    • getFieldNames

      List<String> getFieldNames()
      Returns a list of signature field names that refer the current object
      Returns:
      list of String field names
    • getModificationDetection

      PdfModificationDetection getModificationDetection()
      Returns an information about changes made in the document
      Returns:
      PdfModificationDetection