Class PAdESTimestampService
java.lang.Object
eu.europa.esig.dss.pades.timestamp.PAdESTimestampService
-
Constructor Summary
ConstructorsConstructorDescriptionPAdESTimestampService(TSPSource tspSource) Constructor withTSPSourceinstantiating a defaultPDFSignatureServicefor an archive (document) timestamp creationPAdESTimestampService(TSPSource tspSource, PDFSignatureService pdfSignatureService) The default constructor -
Method Summary
Modifier and TypeMethodDescriptiontimestampDocument(DSSDocument document, PAdESTimestampParameters params) Timestamp the document
-
Constructor Details
-
PAdESTimestampService
-
PAdESTimestampService
The default constructor- Parameters:
tspSource-TSPSourceto request the timestamppdfSignatureService-PDFSignatureServiceto use
-
-
Method Details
-
timestampDocument
Timestamp the document- Parameters:
document-DSSDocumentto timestampparams-PAdESTimestampParameters- Returns:
DSSDocumenttimestamped
-