Uses of Interface
eu.europa.esig.dss.pdf.SignatureValidationCallback
Package | Description |
---|---|
eu.europa.esig.dss.pdf |
-
Uses of SignatureValidationCallback in eu.europa.esig.dss.pdf
Classes in eu.europa.esig.dss.pdf that implement SignatureValidationCallback Modifier and Type Class Description class
PdfSignatureValidationCallback
Use this callback to be called only for Signatures, not for Doc Timestampclass
PdfTimestampValidationCallback
Use this callback to be called only for Timestamps, not for SignaturesMethods in eu.europa.esig.dss.pdf with parameters of type SignatureValidationCallback Modifier and Type Method Description void
AbstractPDFSignatureService. validateSignatures(CertificatePool validationCertPool, DSSDocument document, SignatureValidationCallback callback)
void
PDFSignatureService. validateSignatures(CertificatePool validationCertPool, DSSDocument document, SignatureValidationCallback callback)
Retrieves and triggers validation of the signatures from a PDF document