Class RestTimestampServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.timestamp.remote.rest.RestTimestampServiceImpl
- All Implemented Interfaces:
RestTimestampService
,Serializable
The REST implementation of the timestamping service
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault construction instantiating object with null RemoteTimestampService -
Method Summary
Modifier and TypeMethodDescriptiongetTimestampResponse
(DigestDTO digest) Method used to create a timestampvoid
setTimestampService
(RemoteTimestampService timestampService) Sets the timestamping service
-
Constructor Details
-
RestTimestampServiceImpl
public RestTimestampServiceImpl()Default construction instantiating object with null RemoteTimestampService
-
-
Method Details
-
setTimestampService
Sets the timestamping service- Parameters:
timestampService
-RemoteTimestampService
-
getTimestampResponse
Description copied from interface:RestTimestampService
Method used to create a timestamp- Specified by:
getTimestampResponse
in interfaceRestTimestampService
- Parameters:
digest
-DigestDTO
digest to be timestamped- Returns:
TimestampResponseDTO
-