# Functions
FromJWTAuthorities creates a new bundle from JWT authorities.
FromJWTBundle creates a bundle from a JWT bundle.
FromX509Authorities creates a bundle from X.509 certificates.
FromX509Bundle creates a bundle from an X.509 bundle.
Load loads a bundle from a file on disk.
New creates a new bundle.
NewSet creates a new set initialized with the given bundles.
Parse parses a bundle from bytes.
Read decodes a bundle from a reader.
# Structs
Bundle is a collection of trusted public key material for a trust domain, conforming to the SPIFFE Bundle Format as part of the SPIFFE Trust Domain and Bundle specification: https://github.com/spiffe/spiffe/blob/main/standards/SPIFFE_Trust_Domain_and_Bundle.md.
Set is a set of bundles, keyed by trust domain.
# Interfaces
Source represents a source of SPIFFE bundles keyed by trust domain.