Package dev.sigstore.timestamp.client
Interface TimestampClient
- All Known Implementing Classes:
TimestampClientHttp
public interface TimestampClient
A client to communicate with a timestamp service instance.
-
Method Summary
Modifier and TypeMethodDescriptiontimestamp
(TimestampRequest tsReq) Request a timestanp for a timestamp authority.
-
Method Details
-
timestamp
Request a timestanp for a timestamp authority.- Parameters:
tsReq
- a structured request for a timestamp- Returns:
- a
TimestampResponse
from the timestamp authority - Throws:
TimestampException
-