Skip to content
Discussion options

You must be logged in to vote

hi @frankbharath

I think you need to understand a few key terms in the realm of VCs and decentralized identities:

  • holder: the entity that the VC was issued to. Uses VCs to make a certain claim (e.g. "My headquarter is in Europe")
  • issuer: the entity that creates + signs (=issues) the VC. Attests to a certain claim of a holder.
  • verifier: the entity that verifies the claims of the holder.
  • subject: an object inside the VC. This is what the VC is about, i.e. the claims of the VC. Similar to the claims in a JWT.

your first statement is correct, the VC is signed with the issuer's private key. This means, that every verifier can verify the VC, because the issuer's public key is... well... publi…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@frankbharath
Comment options

@paullatzelsperger
Comment options

@frankbharath
Comment options

Answer selected by frankbharath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants