Verify the COSE_Sign1 claim signature against a caller-supplied signer public key (JWK) using crypto.subtle.verify. Algorithm allowlist: Ed25519, ES256, ES384, PS256. Trust-anchor membership, cert validity window, and revocation status are caller-supplied policy inputs — zero network, no OCSP/CRL fetched. Emits ACCEPT or REFUSE verdict.
🔒 All inputs are processed locally in your browser. No data is transmitted. Do not enter real personal data — use synthetic or anonymised inputs only.
Scope
Cryptographically verifies a C2PA Content Credential claim signature in-browser using WebCrypto. The caller supplies the signer public key (JWK), the signed bytes, the signature, and the trust posture. Zero network — trust-list and revocation lookups are policy inputs, never fetched.