Package dev.sigstore.tuf.model
Interface Timestamp
-
- All Superinterfaces:
SignedTufMeta<TimestampMeta>
@TypeAdapters @Immutable public interface Timestamp extends SignedTufMeta<TimestampMeta>
Signed envelope of the Timestamp metadata.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcheckType()default TimestampMetagetSignedMeta()The role metadata that has been signed.-
Methods inherited from interface dev.sigstore.tuf.model.SignedTufMeta
getCanonicalSignedBytes, getRawSignedMeta, getSignatures, getSignedMeta
-
-
-
-
Method Detail
-
getSignedMeta
@Derived @Ignore default TimestampMeta getSignedMeta()
Description copied from interface:SignedTufMetaThe role metadata that has been signed.- Specified by:
getSignedMetain interfaceSignedTufMeta<TimestampMeta>
-
checkType
@Check default void checkType()
-
-