Class RestTimestampServiceImpl
java.lang.Object
eu.europa.esig.dss.ws.timestamp.remote.rest.RestTimestampServiceImpl
- All Implemented Interfaces:
RestTimestampService,Serializable
public class RestTimestampServiceImpl extends Object implements RestTimestampService
The REST implementation of the timestamping service
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RestTimestampServiceImpl() -
Method Summary
Modifier and Type Method Description TimestampResponseDTOgetTimestampResponse(DigestDTO digest)Method used to create a timestampvoidsetTimestampService(RemoteTimestampService timestampService)Sets the timestamping service
-
Constructor Details
-
RestTimestampServiceImpl
public RestTimestampServiceImpl()
-
-
Method Details
-
setTimestampService
Sets the timestamping service- Parameters:
timestampService-RemoteTimestampService
-
getTimestampResponse
Description copied from interface:RestTimestampServiceMethod used to create a timestamp- Specified by:
getTimestampResponsein interfaceRestTimestampService- Parameters:
digest-DigestDTOdigest to be timestamped- Returns:
TimestampResponseDTO
-