Interface PDFSignatureValidationResult

All Superinterfaces:
SignatureValidationResult
All Known Implementing Classes:
DefaultPDFSignatureValidationResult

public interface PDFSignatureValidationResult extends SignatureValidationResult
Signature validation result for validating PDF signatures.
Author:
Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
  • Method Details

    • getPdfSignature

      org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature getPdfSignature()
      Gets the PDF signature object (that was validated).
      Returns:
      the PDF signature object
    • isCmsAlgorithmProtection

      boolean isCmsAlgorithmProtection()
      Predicate that tells if the signature has the CMS algorithm protection signed attribute set.
      Returns:
      true if the CMS algorithm protection signed attribute is set and false otherwise