Class VerificationContext
Expand description
Constructors§
§
new VerificationContext(): VerificationContext
new VerificationContext(): VerificationContext
Create an empty verification context.
Methods§
Verify and trust an issuer authority for future credential checks.
§
addRevocation(revocation: SignedRevocation): void
addRevocation(revocation: SignedRevocation): void
Verify and store a signed revocation from a trusted issuer.
§
free(): void
free(): void
§
verifyCredential(credential: SignedCredential): boolean
verifyCredential(credential: SignedCredential): boolean
Verify a finalized credential against trusted issuers and ingested revocations.
Verify a credential and holder authorization.
Verifier-side context containing trusted issuers and ingested revocations.