Skip to content

Commit

Permalink
Add publicKeyMultibase verification method property.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed May 15, 2021
1 parent 116c472 commit c3044b7
Showing 1 changed file with 33 additions and 7 deletions.
40 changes: 33 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -627,9 +627,9 @@ <h4>capabilityDelegation</h4>
}],
"capabilityDelegation": [{
"id": "did:example:123#z6MkpzW2izkFjNwMBwwvKqmELaQcH8t54QL5xmBdJg9Xh1y4",
"type": "Ed25519VerificationKey2018",
"type": "Ed25519VerificationKey2020",
"controller": "did:example:123",
"publicKeyBase58": "BYEz8kVpPqSt5T7DeGoPVUrcTZcDeX5jGkGhUQBWmoBg"
"publicKeyMultibase": "z6MkpzW2izkFjNwMBwwvKqmELaQcH8t54QL5xmBdJg9Xh1y4"
},
"did:example:123#WjKgJV7VRw3hmgU6--4v15c0Aewbcvat1BsRFTIqa5Q"
]
Expand Down Expand Up @@ -679,9 +679,9 @@ <h4>capabilityInvocation</h4>
}],
"capabilityInvocation": [{
"id": "did:example:123#z6MkpzW2izkFjNwMBwwvKqmELaQcH8t54QL5xmBdJg9Xh1y4",
"type": "Ed25519VerificationKey2018",
"type": "Ed25519VerificationKey2020",
"controller": "did:example:123",
"publicKeyBase58": "BYEz8kVpPqSt5T7DeGoPVUrcTZcDeX5jGkGhUQBWmoBg"
"publicKeyMultibase": "z6MkpzW2izkFjNwMBwwvKqmELaQcH8t54QL5xmBdJg9Xh1y4"
},
"did:example:123#WjKgJV7VRw3hmgU6--4v15c0Aewbcvat1BsRFTIqa5Q"
]
Expand Down Expand Up @@ -723,7 +723,7 @@ <h4>keyAgreement</h4>
"id": "did:example:123#zC9ByQ8aJs8vrNXyDhPHHNNMSHPcaSgNpjjsBYpMMjsTdS",
"type": "X25519KeyAgreementKey2019",
"controller": "did:example:123",
"publicKeyBase58": "9hFgmPVfmBZwRvFEyniQDBkz9LmV7gDEqytWyGZLmDXE"
"publicKeyMultibase": "zC9ByQ8aJs8vrNXyDhPHHNNMSHPcaSgNpjjsBYpMMjsTdS"
}
]
}
Expand Down Expand Up @@ -849,6 +849,32 @@ <h4>publicKeyHex</h4>
</pre>
</section>

<section>
<h4>publicKeyMultibase</h4>

<table class="simple" style="width: 100%;">
<thead>
<tr>
<th>Normative Definition</th>
<th>JSON-LD</th>
<th>CDDL</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="https://w3id.org/security#publicKeyMultibase">security-vocab</a>
</td>
<td>
<a href="https://www.w3.org/ns/did/v1">DID Core</a>
</td>
<td>
</td>
</tr>
</tbody>
</table>
</section>

<section>
<h4>blockchainAccountId</h4>
<div class="issue" data-number="165"></div>
Expand Down Expand Up @@ -979,7 +1005,7 @@ <h4>serviceEndpoint</h4>
</pre>

</section>

</section>

</section>
Expand Down Expand Up @@ -1190,7 +1216,7 @@ <h4>Bls12381G2Key2020</h4>
"type": "Bls12381G2Key2020",
"controller": "did:example:123",
"publicKeyBase58": "25ETdUZDVnME6yYuAMjFRCnCPcDmYQcoZDcZuXAfeMhXPvjZg35QmZ7uctBcovA69YDM3Jf7s5BHo4u1y89nY6mHiji8yphZ4AMm4iNCRh35edSg76Dkasu3MY2VS9LnuaVQ",

}
</pre>
</section>
Expand Down

0 comments on commit c3044b7

Please sign in to comment.