Class RemoteTimestampService
java.lang.Object
eu.europa.esig.dss.ws.timestamp.remote.RemoteTimestampService
The remote service representing a timestamping service
-
Constructor Summary
ConstructorsConstructorDescriptionDefault construction instantiating object with null TSPSource -
Method Summary
Modifier and TypeMethodDescriptiongetTimestampResponse(DigestAlgorithm digestAlgorithm, byte[] value) Timestamps thevaluevoidsetTSPSource(TSPSource tspSource) Sets the TSP Source
-
Constructor Details
-
RemoteTimestampService
public RemoteTimestampService()Default construction instantiating object with null TSPSource
-
-
Method Details
-
setTSPSource
-
getTimestampResponse
Timestamps thevalue- Parameters:
digestAlgorithm-DigestAlgorithmused to compute thevaluevalue- the computed digest value- Returns:
TimestampResponseDTO
-