Uses of Interface
eu.europa.esig.dss.pdf.PDFSignatureService
Package
Description
-
Uses of PDFSignatureService in eu.europa.esig.dss.pades.signature
Modifier 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
ModifierConstructorDescriptionPAdESTimestampService
(TSPSource tspSource, PDFSignatureService pdfSignatureService) The default constructor -
Uses of PDFSignatureService in eu.europa.esig.dss.pdf
Modifier and TypeClassDescriptionclass
The abstract implementation of a PDF signature serviceModifier and TypeMethodDescriptionprotected PDFSignatureService
AbstractPdfObjFactory.configure
(PDFSignatureService pdfSignatureService) This method is used to provide configuration to the givenpdfSignatureService
(e.g.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()
Modifier and TypeMethodDescriptionprotected PDFSignatureService
AbstractPdfObjFactory.configure
(PDFSignatureService pdfSignatureService) This method is used to provide configuration to the givenpdfSignatureService
(e.g. -
Uses of PDFSignatureService in eu.europa.esig.dss.pdf.openpdf
Modifier and TypeClassDescriptionclass
Implementation of PDFSignatureService using iTextModifier and TypeMethodDescriptionITextDefaultPdfObjFactory.newArchiveTimestampService()
ITextDefaultPdfObjFactory.newContentTimestampService()
ITextDefaultPdfObjFactory.newPAdESSignatureService()
ITextDefaultPdfObjFactory.newSignatureTimestampService()
-
Uses of PDFSignatureService in eu.europa.esig.dss.pdf.pdfbox
Modifier and TypeClassDescriptionclass
Implementation of PDFSignatureService using PDFBoxModifier and TypeMethodDescriptionPdfBoxDefaultObjectFactory.newArchiveTimestampService()
PdfBoxNativeObjectFactory.newArchiveTimestampService()
PdfBoxDefaultObjectFactory.newContentTimestampService()
PdfBoxNativeObjectFactory.newContentTimestampService()
PdfBoxDefaultObjectFactory.newPAdESSignatureService()
PdfBoxNativeObjectFactory.newPAdESSignatureService()
PdfBoxDefaultObjectFactory.newSignatureTimestampService()
PdfBoxNativeObjectFactory.newSignatureTimestampService()