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