Class TransparencyLogVerifier
Verifies Rekor inclusion proofs and signed checkpoints using trusted transparency log keys from TrustedRoot.
public sealed class TransparencyLogVerifier : ITransparencyLogVerifier
- Inheritance
-
TransparencyLogVerifier
- Implements
- Inherited Members
Methods
VerifyTransparencyLogEntry(TransparencyLogEntry, TrustedRoot, IList<string>)
Verifies the bundled Rekor material against trustedRoot.
public void VerifyTransparencyLogEntry(TransparencyLogEntry entry, TrustedRoot trustedRoot, IList<string> auditTrail)
Parameters
entryTransparencyLogEntryParsed transparency log entry from the bundle.
trustedRootTrustedRootTrusted Rekor keys and metadata.
auditTrailIList<string>Mutable list receiving human-readable steps.