Uses of Class
eu.europa.esig.dss.xades.XAdESTimestampParameters
Package | Description |
---|---|
eu.europa.esig.dss.asic.xades.signature | |
eu.europa.esig.dss.ws.signature.common | |
eu.europa.esig.dss.xades | |
eu.europa.esig.dss.xades.signature |
-
Uses of XAdESTimestampParameters in eu.europa.esig.dss.asic.xades.signature
Methods in eu.europa.esig.dss.asic.xades.signature with parameters of type XAdESTimestampParameters Modifier and Type Method Description DSSDocument
ASiCWithXAdESService. timestamp(List<DSSDocument> toTimestampDocuments, XAdESTimestampParameters parameters)
-
Uses of XAdESTimestampParameters in eu.europa.esig.dss.ws.signature.common
Method parameters in eu.europa.esig.dss.ws.signature.common with type arguments of type XAdESTimestampParameters Modifier and Type Method Description void
RemoteDocumentSignatureServiceImpl. setAsicWithXAdESService(DocumentSignatureService<ASiCWithXAdESSignatureParameters,XAdESTimestampParameters> asicWithXAdESService)
void
RemoteMultipleDocumentsSignatureServiceImpl. setAsicWithXAdESService(MultipleDocumentsSignatureService<ASiCWithXAdESSignatureParameters,XAdESTimestampParameters> asicWithXAdESService)
void
RemoteDocumentSignatureServiceImpl. setXadesService(DocumentSignatureService<XAdESSignatureParameters,XAdESTimestampParameters> xadesService)
void
RemoteMultipleDocumentsSignatureServiceImpl. setXadesService(MultipleDocumentsSignatureService<XAdESSignatureParameters,XAdESTimestampParameters> xadesService)
-
Uses of XAdESTimestampParameters in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return XAdESTimestampParameters Modifier and Type Method Description XAdESTimestampParameters
XAdESSignatureParameters. getArchiveTimestampParameters()
XAdESTimestampParameters
XAdESSignatureParameters. getContentTimestampParameters()
XAdESTimestampParameters
XAdESSignatureParameters. getSignatureTimestampParameters()
-
Uses of XAdESTimestampParameters in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature with parameters of type XAdESTimestampParameters Modifier and Type Method Description DSSDocument
XAdESService. timestamp(List<DSSDocument> toTimestampDocuments, XAdESTimestampParameters parameters)
Constructors in eu.europa.esig.dss.xades.signature with parameters of type XAdESTimestampParameters Constructor Description AllDataObjectsTimeStampBuilder(TSPSource tspSource, XAdESTimestampParameters timestampParameters)