Class SignedNoteVerifier
Minimal verifier for C2SP-style signed notes used by Rekor checkpoints and signed entry timestamps. See signed-note.
public static class SignedNoteVerifier
- Inheritance
-
SignedNoteVerifier
- Inherited Members
Methods
VerifyEcdsaP256Sha256(string, ReadOnlySpan<byte>)
Verifies a signed note using an ECDSA P-256 public key in PKIX SPKI DER form.
public static void VerifyEcdsaP256Sha256(string noteText, ReadOnlySpan<byte> subjectPublicKeyInfoDer)
Parameters
noteTextstringFull note text including signature lines.
subjectPublicKeyInfoDerReadOnlySpan<byte>DER-encoded SubjectPublicKeyInfo.
Exceptions
- TransparencyLogException
When the signature does not verify.