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