Uses of Interface
eu.europa.esig.dss.pdf.PDFSignatureService
Packages that use PDFSignatureService
Package
Description
-
Uses of PDFSignatureService in eu.europa.esig.dss.pades.signature
Methods in eu.europa.esig.dss.pades.signature that return PDFSignatureServiceModifier and TypeMethodDescriptionprotected PDFSignatureService
PAdESService.getContentTimestampService()
This method is used to return a newPDFSignatureService
for a content timestamp creationprotected PDFSignatureService
PAdESService.getPAdESSignatureService()
This method is used to return a newPDFSignatureService
for a signature creationprotected PDFSignatureService
PAdESWithExternalCMSService.getPAdESSignatureService()
This method is used to return a newPDFSignatureService
for a signature creationprotected PDFSignatureService
PAdESService.getSignatureTimestampService()
This method is used to return a newPDFSignatureService
for a timestamp creation -
Uses of PDFSignatureService in eu.europa.esig.dss.pades.timestamp
Constructors in eu.europa.esig.dss.pades.timestamp with parameters of type PDFSignatureServiceModifierConstructorDescriptionPAdESTimestampService
(TSPSource tspSource, PDFSignatureService pdfSignatureService) The default constructor -
Uses of PDFSignatureService in eu.europa.esig.dss.pdf
Classes in eu.europa.esig.dss.pdf that implement PDFSignatureServiceModifier and TypeClassDescriptionclass
The abstract implementation of a PDF signature serviceMethods in eu.europa.esig.dss.pdf that return PDFSignatureServiceModifier and TypeMethodDescriptionprotected PDFSignatureService
AbstractPdfObjFactory.configure
(PDFSignatureService pdfSignatureService) This method is used to provide configuration to the givenpdfSignatureService
(e.g. set the resources handler builder).IPdfObjFactory.newArchiveTimestampService()
The services used for an archive timestamp creationServiceLoaderPdfObjFactory.newArchiveTimestampService()
IPdfObjFactory.newContentTimestampService()
The services used for a content timestamp creationServiceLoaderPdfObjFactory.newContentTimestampService()
IPdfObjFactory.newPAdESSignatureService()
The services used for a signature creationServiceLoaderPdfObjFactory.newPAdESSignatureService()
IPdfObjFactory.newSignatureTimestampService()
The services used for a signature timestamp creationServiceLoaderPdfObjFactory.newSignatureTimestampService()
Methods in eu.europa.esig.dss.pdf with parameters of type PDFSignatureServiceModifier and TypeMethodDescriptionprotected PDFSignatureService
AbstractPdfObjFactory.configure
(PDFSignatureService pdfSignatureService) This method is used to provide configuration to the givenpdfSignatureService
(e.g. set the resources handler builder). -
Uses of PDFSignatureService in eu.europa.esig.dss.pdf.openpdf
Classes in eu.europa.esig.dss.pdf.openpdf that implement PDFSignatureServiceModifier and TypeClassDescriptionclass
Implementation of PDFSignatureService using iTextMethods in eu.europa.esig.dss.pdf.openpdf that return PDFSignatureServiceModifier and TypeMethodDescriptionITextDefaultPdfObjFactory.newArchiveTimestampService()
ITextDefaultPdfObjFactory.newContentTimestampService()
ITextDefaultPdfObjFactory.newPAdESSignatureService()
ITextDefaultPdfObjFactory.newSignatureTimestampService()
-
Uses of PDFSignatureService in eu.europa.esig.dss.pdf.pdfbox
Classes in eu.europa.esig.dss.pdf.pdfbox that implement PDFSignatureServiceModifier and TypeClassDescriptionclass
Implementation of PDFSignatureService using PDFBoxMethods in eu.europa.esig.dss.pdf.pdfbox that return PDFSignatureServiceModifier and TypeMethodDescriptionPdfBoxDefaultObjectFactory.newArchiveTimestampService()
PdfBoxNativeObjectFactory.newArchiveTimestampService()
PdfBoxDefaultObjectFactory.newContentTimestampService()
PdfBoxNativeObjectFactory.newContentTimestampService()
PdfBoxDefaultObjectFactory.newPAdESSignatureService()
PdfBoxNativeObjectFactory.newPAdESSignatureService()
PdfBoxDefaultObjectFactory.newSignatureTimestampService()
PdfBoxNativeObjectFactory.newSignatureTimestampService()