Package dev.sigstore.tuf.model
Interface RootRole
-
- All Superinterfaces:
Role
@TypeAdapters @Immutable public interface RootRole extends Role
Represents theRoletype as contained in the Root list of Roles.This concrete class exists for GSON serialization reasons. GSON won't allow
DelegationRoleandRoleto both be JSON serializable sinceDelegationRoleextendsRole.
-
-
Field Detail
-
ROOT
static final java.lang.String ROOT
- See Also:
- Constant Field Values
-
SNAPSHOT
static final java.lang.String SNAPSHOT
- See Also:
- Constant Field Values
-
TIMESTAMP
static final java.lang.String TIMESTAMP
- See Also:
- Constant Field Values
-
TARGETS
static final java.lang.String TARGETS
- See Also:
- Constant Field Values
-
-