We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 367b089 commit e6d5989Copy full SHA for e6d5989
examples-ldp-vp.md
@@ -54,7 +54,7 @@ Verifiable Presentations with Linked Data Proofs:
54
Ed25519Signature2018LdSigner signer2 = new Ed25519Signature2018LdSigner(testEd25519PrivateKey2);
55
signer2.setCreated(new Date());
56
signer2.setProofPurpose(LDSecurityKeywords.JSONLD_TERM_AUTHENTICATION);
57
- signer2.setVerificationMethod(URI.create("did:example:45678#keys-1"));
+ signer2.setVerificationMethod(URI.create("did:key:z6MkwBZ6oiJ71ovCohPfdsgBrQinMXnFn6wJxVZHpZEpSh8x#z6MkwBZ6oiJ71ovCohPfdsgBrQinMXnFn6wJxVZHpZEpSh8x"));
58
signer2.setDomain("example.com");
59
signer2.setNonce("343s$FSFDa-");
60
LdProof ldProof2 = signer2.sign(verifiablePresentation);
0 commit comments