Package dev.sigstore.tuf.model
Interface Snapshot
-
- All Superinterfaces:
SignedTufMeta<SnapshotMeta>
@TypeAdapters @Immutable public interface Snapshot extends SignedTufMeta<SnapshotMeta>
Signed envelope of the Snapshot metadata.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidcheckType()default SnapshotMetagetSignedMeta()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 SnapshotMeta getSignedMeta()
Description copied from interface:SignedTufMetaThe role metadata that has been signed.- Specified by:
getSignedMetain interfaceSignedTufMeta<SnapshotMeta>
-
checkType
@Check default void checkType()
-
-