Interface Role

  • All Known Subinterfaces:
    DelegationRole, RootRole

    public interface Role
    TUF uses roles to define the set of actions a party can perform. The concept of roles allows TUF to only trust information provided by the correctly designated party. The root role indicates which roles can sign for which projects.
    See Also:
    TUF Role docs
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.String> getKeyids()
      A list of trusted keys for this role.
      int getThreshold()
      The minimum number of keys required to trust this role's metadata.
    • Method Detail

      • getKeyids

        java.util.List<java.lang.String> getKeyids()
        A list of trusted keys for this role.
      • getThreshold

        int getThreshold()
        The minimum number of keys required to trust this role's metadata.