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 SummaryModifier and TypeMethodDescriptiongetTimestampResponse(DigestDTO digest) Method used to create a timestamp
- 
Method Details- 
getTimestampResponseMethod used to create a timestamp- Parameters:
- digest-- DigestDTOdigest to be timestamped
- Returns:
- TimestampResponseDTO
 
 
-