Package dev.sigstore.tuf.model
Interface TargetMeta
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTargetMeta.CustomField to store use-case specific labels/data.static interfaceTargetMeta.SigstoreMetaSigstore Metadata.static interfaceTargetMeta.TargetDataData about the target.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Delegations>getDelegations()List of Delegated roles that can specify their own set of targets within a file space.java.util.Map<java.lang.String,TargetMeta.TargetData>getTargets()Maps target name (e.g.-
Methods inherited from interface dev.sigstore.tuf.model.TufMeta
getExpires, getExpiresAsDate, getSpecVersion, getType, getVersion
-
-
-
-
Method Detail
-
getDelegations
java.util.Optional<Delegations> getDelegations()
List of Delegated roles that can specify their own set of targets within a file space.
-
getTargets
java.util.Map<java.lang.String,TargetMeta.TargetData> getTargets()
Maps target name (e.g. 'fulcio.crt.pem') toTargetData.
-
-