Uses of Class
eu.europa.esig.dss.pdf.DSSDictionaryCallback
Package | Description |
---|---|
eu.europa.esig.dss.pdf | |
eu.europa.esig.dss.pdf.openpdf | |
eu.europa.esig.dss.pdf.pdfbox |
-
Uses of DSSDictionaryCallback in eu.europa.esig.dss.pdf
Method parameters in eu.europa.esig.dss.pdf with type arguments of type DSSDictionaryCallback Modifier and Type Method Description DSSDocument
AbstractPDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)
DSSDocument
PDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks)
This method adds the DSS dictionary (Baseline-LT)DSSDocument
PDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks, String pwd)
This method adds the DSS dictionary (Baseline-LT)protected Map<String,Long>
AbstractPDFSignatureService. buildKnownObjects(List<DSSDictionaryCallback> callbacks)
This method builds a Map of known Objects (extracted from previous DSS Dictionaries). -
Uses of DSSDictionaryCallback in eu.europa.esig.dss.pdf.openpdf
Method parameters in eu.europa.esig.dss.pdf.openpdf with type arguments of type DSSDictionaryCallback Modifier and Type Method Description DSSDocument
ITextPDFSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks, String pwd)
-
Uses of DSSDictionaryCallback in eu.europa.esig.dss.pdf.pdfbox
Method parameters in eu.europa.esig.dss.pdf.pdfbox with type arguments of type DSSDictionaryCallback Modifier and Type Method Description DSSDocument
PdfBoxSignatureService. addDssDictionary(DSSDocument document, List<DSSDictionaryCallback> callbacks, String pwd)