Package dev.sigstore.tuf.model
Interface Role
-
- All Known Subinterfaces:
DelegationRole,RootRole
public interface RoleTUF 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.intgetThreshold()The minimum number of keys required to trust this role's metadata.
-