[][src]Module rpki::manifest

RPKI Manifests.

Manifests list all the files that are currently published by an RPKI CA. They are defined in RFC 6486.

This module defines the type Manifest that represents a decoded manifest and the type ManifestContent for the content of a validated manifest, as well as some helper types for accessing the content.

Structs

FileAndHash

An entry in the manifest file list.

FileListIter

An iterator over the content of a file list.

Manifest

A decoded RPKI manifest.

ManifestContent

The content of an RPKI manifest.

ManifestHash

A file hash value gained from a manifest.