Skip to content

Commit

Permalink
Merge branch 'main' of github.com:OwnYourData/oydid
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianekc committed Jan 25, 2024
2 parents 75eccf8 + 5ae262f commit b5a0054
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 0 deletions.
36 changes: 36 additions & 0 deletions docs/res/did_ebsi_new-rot.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/jws-2020/v1"
],
"authentication": [
"did:ebsi:zg1rJyVu5sUdVAc14X3e5ob#key-1"
],
"service": [],
"verificationMethod": [
{
"id": "did:ebsi:zg1rJyVu5sUdVAc14X3e5ob#key-1",
"controller": "did:ebsi:zg1rJyVu5sUdVAc14X3e5ob",
"type": "JsonWebKey2020",
"publicKeyJwk": {
"kty": "EC",
"crv": "secp256k1",
"x": "b8UbP2HidIWxYbugrmQFYtfPflggwhYQ6Uu7cKZMQWY",
"y": "aaKd5y7jNXGYAF8nC4P3_3CdKcETasPZ7sxSDO6kBDA"
}
}
],
"id": "did:ebsi:zg1rJyVu5sUdVAc14X3e5ob",
"assertionMethod": [
"did:ebsi:zg1rJyVu5sUdVAc14X3e5ob#key-1"
],
"capabilityDelegation": [
"did:ebsi:zg1rJyVu5sUdVAc14X3e5ob#key-1"
],
"capabilityInvocation": [
"did:ebsi:zg1rJyVu5sUdVAc14X3e5ob#key-1"
],
"alsoKnownAs": [
"did:oyd:zQmaC996sgjL7puygD1TNpWFzgB3Z8tpydYGApxtoP54nRN"
]
}
25 changes: 25 additions & 0 deletions docs/res/did_oyd_orig-rot.jsonld
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/ed25519-2020/v1"
],
"id": "did:oyd:zQmaC996sgjL7puygD1TNpWFzgB3Z8tpydYGApxtoP54nRN",
"verificationMethod": [
{
"id": "did:oyd:zQmaC996sgjL7puygD1TNpWFzgB3Z8tpydYGApxtoP54nRN#key-doc",
"type": "Ed25519VerificationKey2020",
"controller": "did:oyd:zQmaC996sgjL7puygD1TNpWFzgB3Z8tpydYGApxtoP54nRN",
"publicKeyMultibase": "z6Mv8BaBR8AJi6yfrea3EDJBqCLDh42dfztPxvzcraQfsipz"
},
{
"id": "did:oyd:zQmaC996sgjL7puygD1TNpWFzgB3Z8tpydYGApxtoP54nRN#key-rev",
"type": "Ed25519VerificationKey2020",
"controller": "did:oyd:zQmaC996sgjL7puygD1TNpWFzgB3Z8tpydYGApxtoP54nRN",
"publicKeyMultibase": "z6Mv7MT3jdrgd2KVAHdnoW23Mpzzyy68GtX4kv14FnFtrjSA"
}
],
"alsoKnownAs": [
"did:oyd:zQmZ7wwgCxkExNeXHm9XLxAKs7Y7pubTKCHQLTxRrA3Fz51",
"did:ebsi:zg1rJyVu5sUdVAc14X3e5ob"
]
}

0 comments on commit b5a0054

Please sign in to comment.