Class LtvVerification

java.lang.Object
com.itextpdf.signatures.LtvVerification

public class LtvVerification extends Object
Add verification according to PAdES-LTV (part 4).
  • Constructor Details

    • LtvVerification

      public LtvVerification (PdfDocument document)
      The verification constructor. This class should only be created with PdfStamper.getLtvVerification() otherwise the information will not be added to the Pdf.
      Parameters:
      document - The PdfDocument to apply the validation to.
    • LtvVerification

      public LtvVerification (PdfDocument document, String securityProviderCode)
      The verification constructor. This class should only be created with PdfStamper.getLtvVerification() otherwise the information will not be added to the Pdf.
      Parameters:
      document - The PdfDocument to apply the validation to.
      securityProviderCode - Security provider to use
  • Method Details