danubetech / verifiable-credentials-java

Java implementation of Verifiable Credentials
Apache License 2.0
31 stars 20 forks source link

What is the purpose?? #17

Closed Muthurajj closed 2 years ago

Muthurajj commented 2 years ago
        signer.setVerificationMethod(URI.create("https://example.com/jdoe/keys/1"));
        signer.setDomain("example.com");
        signer.setNonce("343s$FSFDa-");

what is domain and verification method in proof?

peacekeeper commented 2 years ago

See https://w3c.github.io/vc-data-integrity/