Skip to content

Commit e6d5989

Browse files
authored
Update examples-ldp-vp.md
1 parent 367b089 commit e6d5989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples-ldp-vp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Verifiable Presentations with Linked Data Proofs:
5454
Ed25519Signature2018LdSigner signer2 = new Ed25519Signature2018LdSigner(testEd25519PrivateKey2);
5555
signer2.setCreated(new Date());
5656
signer2.setProofPurpose(LDSecurityKeywords.JSONLD_TERM_AUTHENTICATION);
57-
signer2.setVerificationMethod(URI.create("did:example:45678#keys-1"));
57+
signer2.setVerificationMethod(URI.create("did:key:z6MkwBZ6oiJ71ovCohPfdsgBrQinMXnFn6wJxVZHpZEpSh8x#z6MkwBZ6oiJ71ovCohPfdsgBrQinMXnFn6wJxVZHpZEpSh8x"));
5858
signer2.setDomain("example.com");
5959
signer2.setNonce("343s$FSFDa-");
6060
LdProof ldProof2 = signer2.sign(verifiablePresentation);

0 commit comments

Comments
 (0)