Interface RestTimestampService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
RestTimestampServiceImpl
@Path("/")
@Produces("application/json")
@Consumes("application/json")
public interface RestTimestampService
extends Serializable
This REST interface provides operations for the timestamp creation.
-
Method Summary
Modifier and TypeMethodDescriptiongetTimestampResponse
(DigestDTO digest) Method used to create a timestamp
-
Method Details
-
getTimestampResponse
Method used to create a timestamp- Parameters:
digest
-DigestDTO
digest to be timestamped- Returns:
TimestampResponseDTO
-