Package dev.sigstore.timestamp.client
Class TimestampClientHttp
java.lang.Object
dev.sigstore.timestamp.client.TimestampClientHttp
- All Implemented Interfaces:
TimestampClient
A client to communicate with a timestamp service instance.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic TimestampClientHttp.Builder
builder()
timestamp
(TimestampRequest tsReq) Request a timestanp for a timestamp authority.
-
Method Details
-
builder
-
timestamp
Description copied from interface:TimestampClient
Request a timestanp for a timestamp authority.- Specified by:
timestamp
in interfaceTimestampClient
- Parameters:
tsReq
- a structured request for a timestamp- Returns:
- a
TimestampResponse
from the timestamp authority - Throws:
TimestampException
-