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 PDFSignatureServicePAdESService.getContentTimestampService()This method is used to return a newPDFSignatureServicefor a content timestamp creationprotected PDFSignatureServicePAdESService.getPAdESSignatureService()This method is used to return a newPDFSignatureServicefor a signature creationprotected PDFSignatureServicePAdESWithExternalCMSService.getPAdESSignatureService()This method is used to return a newPDFSignatureServicefor a signature creationprotected PDFSignatureServicePAdESService.getSignatureTimestampService()This method is used to return a newPDFSignatureServicefor 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 TypeClassDescriptionclassThe abstract implementation of a PDF signature serviceMethods in eu.europa.esig.dss.pdf that return PDFSignatureServiceModifier and TypeMethodDescriptionprotected PDFSignatureServiceAbstractPdfObjFactory.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 PDFSignatureServiceAbstractPdfObjFactory.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 TypeClassDescriptionclassImplementation 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 TypeClassDescriptionclassImplementation 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()