Namespace Tessio.Verifier.Trust
Classes
- IssuerTrustStatus
Outcome of trust-list resolution for a credential issuer.
- StaticTrustListResolver
Trust resolver backed by a fixed set of trusted issuer identifiers, plus optional trust-anchor certificates for issuers that present an X.509 chain. Suitable for development, tests and small deployments. Load the identifier set from a JSON file or URL with TrustListLoader.
- TrustListLoader
Loads a StaticTrustListResolver from a JSON trust-list document of the form
{"trusted_issuers": ["https://issuer.example", …]}, read from a local file or an HTTPS URL.
Interfaces
- ITrustListResolver
Resolves an issuer's trust status against an EU trust list (LOTL → national list → TSP → cert). The open-source build ships a basic file/URL resolver; production callers swap in a managed resolver.