Package eu.europa.esig.dss.pdf
Interface IPdfObjFactory
- All Known Implementing Classes:
ITextDefaultPdfObjFactory
,PdfBoxDefaultObjectFactory
,PdfBoxNativeObjectFactory
,ServiceLoaderPdfObjFactory
public interface IPdfObjFactory
Loads the relevant implementation of
PDFSignatureService
-
Method Summary
Modifier and Type Method Description PDFSignatureService
newArchiveTimestampService()
The services used for an archive timestamp creationPDFSignatureService
newContentTimestampService()
The services used for a content timestamp creationPDFSignatureService
newPAdESSignatureService()
The services used for a signature creationPDFSignatureService
newSignatureTimestampService()
The services used for a signature timestamp creation
-
Method Details
-
newContentTimestampService
PDFSignatureService newContentTimestampService()The services used for a content timestamp creation- Returns:
PDFSignatureService
-
newPAdESSignatureService
PDFSignatureService newPAdESSignatureService()The services used for a signature creation- Returns:
PDFSignatureService
-
newSignatureTimestampService
PDFSignatureService newSignatureTimestampService()The services used for a signature timestamp creation- Returns:
PDFSignatureService
-
newArchiveTimestampService
PDFSignatureService newArchiveTimestampService()The services used for an archive timestamp creation- Returns:
PDFSignatureService
-