Versions in this module Expand all Collapse all v0 v0.3.0 Oct 23, 2023 v0.2.0 Oct 23, 2023 Changes in this version + func BuildExampleUniversityVC(signer jwx.Signer, universityDID, recipientDID string) (credID string, cred string, err error) + func BuildPresentationSubmission(presentationRequestJWT string, verifier jwx.Verifier, signer jwx.Signer, ...) ([]byte, error) + func MakePresentationData(id, inputID, trustedIssuer string) (exchange.PresentationDefinition, error) + func MakePresentationRequest(key gocrypto.PrivateKey, keyID string, ...) (pr []byte, signer *jwx.Signer, err error) + func ValidateAccess(verifier jwx.Verifier, r resolution.Resolver, submissionBytes []byte) error + type Entity struct + Name string + func NewEntity(name string, didMethod did.Method) (*Entity, error) + func (e *Entity) GetWallet() *example.SimpleWallet