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.Builderbuilder()timestamp(TimestampRequest tsReq) Request a timestanp for a timestamp authority.
-
Method Details
-
builder
-
timestamp
Description copied from interface:TimestampClientRequest a timestanp for a timestamp authority.- Specified by:
timestampin interfaceTimestampClient- Parameters:
tsReq- a structured request for a timestamp- Returns:
- a
TimestampResponsefrom the timestamp authority - Throws:
TimestampException
-