package
1.2.0
Repository: https://github.com/trustbloc/vc-go.git
Documentation: pkg.go.dev

# Functions

New creates new proof checker.
NewEmbeddedJWKProofChecker return new EmbeddedVMProofChecker with embedded jwk.
NewEmbeddedVMProofChecker return new EmbeddedVMProofChecker.
WithCWTAlg option to set supported jwt algs.
WithJWTAlg option to set supported jwt algs.
WithLDProofTypeEx option to set supported ld proofs.
WithLDProofTypes option to set supported ld proofs.
WithSignatureVerifiers option to set signature verifiers.

# Structs

CheckCWTProofRequest is the request for checking a CWT proof.
EmbeddedVMProofChecker is a proof checker with embedded verification method.
ProofChecker checks proofs of jd and jwt documents.
ProofCheckerBase basic implementation of proof checker.

# Type aliases

Opt represent checker creation options.