Package dev.sigstore.tuf.model
Interface TargetMeta.Custom
-
- Enclosing interface:
- TargetMeta
@Immutable public static interface TargetMeta.CustomField to store use-case specific labels/data.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TargetMeta.SigstoreMetagetSigstoreMeta()Sigstore metadata for this target.
-
-
-
Method Detail
-
getSigstoreMeta
@Named("sigstore") TargetMeta.SigstoreMeta getSigstoreMeta()Sigstore metadata for this target.
-
-