Package eu.europa.esig.dss.pdf
Interface IPdfObjFactory
- All Known Implementing Classes:
ITextDefaultPdfObjFactory
,PdfBoxDefaultObjectFactory
,PdfBoxNativeObjectFactory
,ServiceLoaderPdfObjFactory
public interface IPdfObjFactory
-
Method Summary
Modifier and Type Method Description PDFSignatureService
newArchiveTimestampService()
PDFSignatureService
newContentTimestampService()
PDFSignatureService
newPAdESSignatureService()
PDFSignatureService
newSignatureTimestampService()
-
Method Details
-
newContentTimestampService
PDFSignatureService newContentTimestampService() -
newPAdESSignatureService
PDFSignatureService newPAdESSignatureService() -
newSignatureTimestampService
PDFSignatureService newSignatureTimestampService() -
newArchiveTimestampService
PDFSignatureService newArchiveTimestampService()
-