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 TimestampResponseDTOgetTimestampResponse(DigestDTO digest)Method used to create a timestampvoidsetTimestampService(RemoteTimestampService timestampService)
-
Constructor Details
-
RestTimestampServiceImpl
public RestTimestampServiceImpl()
-
-
Method Details
-
setTimestampService
-
getTimestampResponse
Description copied from interface:RestTimestampServiceMethod used to create a timestamp- Specified by:
getTimestampResponsein interfaceRestTimestampService- Parameters:
digest-DigestDTOdigest to be timestamped- Returns:
TimestampResponseDTO
-