Interface SoapTimestampService
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
SoapTimestampServiceImpl
public interface SoapTimestampService extends Serializable
The SOAP web service allows timestamp creation.
-
Method Summary
Modifier and Type Method Description TimestampResponseDTO
getTimestampResponse(DigestDTO digest)
Requests a timestamp binaries by the provided digest to be timestamped
-
Method Details
-
getTimestampResponse
Requests a timestamp binaries by the provided digest to be timestamped- Parameters:
digest
-DigestDTO
to timestamp- Returns:
TimestampResponseDTO
-