Interface TargetMeta

  • All Superinterfaces:
    TufMeta

    @TypeAdapters
    @Immutable
    public interface TargetMeta
    extends TufMeta
    Metadata about a TUF target. @see targets
    • 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') to TargetData.