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
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description RestTimestampServiceImpl()
-
Method Summary
Modifier and Type Method Description TimestampResponseDTO
getTimestampResponse(DigestDTO digest)
Method used to create a timestampvoid
setTimestampService(RemoteTimestampService timestampService)
-
Constructor Details
-
RestTimestampServiceImpl
public RestTimestampServiceImpl()
-
-
Method Details
-
setTimestampService
-
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
-