Interface ITransparencyLogVerifier
Rekor transparency log verifications (Merkle inclusion + signed notes).
public interface ITransparencyLogVerifier
Methods
VerifyTransparencyLogEntry(TransparencyLogEntry, TrustedRoot, IList<string>)
Verifies the bundled Rekor material against trustedRoot.
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.