Expand description
TUF metadata.
Structs§
- Delegation
- A delegated targets role.
- Delegation
Builder - A builder for Delegation.
- Delegations
- Wrapper to described a collections of delegations.
- Delegations
Builder - A builder for Delegations.
- Metadata
Description - Description of a piece of metadata, used in verification.
- Metadata
Path - Wrapper for a path to metadata.
- RawSigned
Metadata - Unverified raw metadata with attached signatures and type information identifying the metadata’s type and serialization format.
- RawSigned
Metadata Set - A collection of RawSignedMetadata that describes the metadata at one commit.
- RawSigned
Metadata SetBuilder - Builder for RawSignedMetadataSet.
- Role
Definition - The definition of what allows a role to be trusted.
- Root
Metadata - Metadata for the root role.
- Root
Metadata Builder - Helper to construct
RootMetadata. - Signed
Metadata - Serialized metadata with attached unverified signatures.
- Signed
Metadata Builder - Helper to construct
SignedMetadata. - Snapshot
Metadata - Metadata for the snapshot role.
- Snapshot
Metadata Builder - Helper to construct
SnapshotMetadata. - Target
Description - Description of a target, used in verification.
- Target
Path - Wrapper for the virtual path to a target.
- Targets
Metadata - Metadata for the targets role.
- Targets
Metadata Builder - Helper to construct
TargetsMetadata. - Timestamp
Metadata - Metadata for the timestamp role.
- Timestamp
Metadata Builder - Helper to construct
TimestampMetadata.
Enums§
- Metadata
Version - Enum used for addressing versioned TUF metadata.
- Role
- The TUF role.
Traits§
- Metadata
- Top level trait used for role metadata.