Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions-bot committed Aug 19, 2024
1 parent ba3b4e6 commit 9ccc3c1
Show file tree
Hide file tree
Showing 184 changed files with 6,414 additions and 1,008 deletions.
2 changes: 1 addition & 1 deletion versions/v5/assets/css/main.css.map

Large diffs are not rendered by default.

62 changes: 55 additions & 7 deletions versions/v5/assets/js/lunr/lunr-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -544,6 +544,12 @@ var store = [{
"tags": [],
"url": "/versions/v5/use-case-consumption-get-repositoryattributes",
"teaser": null
},{
"title": "Get shared versions of a RepositoryAttribute",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-consumption-get-shared-versions-of-a-repositoryattribute",
"teaser": null
},{
"title": "Get shared versions of an Attribute",
"excerpt":"This use case allows you to retrieve a list of shared LocalAttributes for a given source Attribute. In case of IdentityAttributes a list comprising of own shared IdentityAttributes for the specified RepositoryAttribute is returned. In case of RelationshipAttributes the list contains ThirdPartyRelationshipAttributes you re-shared based on the specified RelationshipAttribute. Parameters...","categories": [],
Expand Down Expand Up @@ -737,10 +743,16 @@ var store = [{
"url": "/versions/v5/use-case-human-select_-item-on-screen",
"teaser": null
},{
"title": "Accept RelationshipChange",
"excerpt":"Accepts a RelationshipChange with the given changeId. Parameters relationshipId the Relationship’s id which should be changed by the RelationshipChange changeId the RelationshipChange’s id content a possible answer to the respective RelationshipChange which the peer can fetch On Success The RelationshipChange is accepted and the given content made available for the...","categories": [],
"title": "Accept Relationship reactivation",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-accept-relationship-reactivation",
"teaser": null
},{
"title": "Accept Relationship",
"excerpt":" Accepts the pending Relationship with the given id. Parameters relationshipId, the id of the Relationship On Success Accepts the pending Relationship Returns the accepted Relationship On Failure The relationshipId does not resolve to a pending Relationship You have tried to accept a Relationship created by yourself ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-accept-relationshipchange",
"url": "/versions/v5/use-case-transport-accept-relationship",
"teaser": null
},{
"title": "Approve IdentityDeletionProcess",
Expand Down Expand Up @@ -774,7 +786,7 @@ var store = [{
"teaser": null
},{
"title": "Create Relationship with RelationshipTemplate",
"excerpt":"This use case intends to create a Relationship based on a received RelationshipTemplate. Parameters templateId references the RelationshipTemplate that was received from a party. content can be used as a response with arbitrary data to the peer. This response is usually related to the data received by the RelationshipTemplate, e.g....","categories": [],
"excerpt":"This use case intends to create a Relationship based on a received RelationshipTemplate. Parameters templateId references the RelationshipTemplate that was received from a party. creationContent can be used as a response with arbitrary data to the peer. This response is usually related to the data received by the RelationshipTemplate, e.g....","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-create-relationship-with-relationshiptemplate",
"teaser": null
Expand All @@ -796,6 +808,12 @@ var store = [{
"tags": [],
"url": "/versions/v5/use-case-transport-create-token-qr-code-for-file",
"teaser": null
},{
"title": "Decompose Relationship",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-decompose-relationship",
"teaser": null
},{
"title": "Download File of Attachment",
"excerpt":" This use case downloads a file that was sent by a Message as an attachment. Internally uses the Download File Use-Case ","categories": [],
Expand Down Expand Up @@ -983,10 +1001,34 @@ var store = [{
"url": "/versions/v5/use-case-transport-reject-identitydeletionprocess",
"teaser": null
},{
"title": "Reject RelationshipChange",
"excerpt":"Rejects a RelationshipChange with the given changeId. Parameters relationshipId the Relationship’s id which should be changed by the RelationshipChange changeId the RelationshipChange’s id content a possible answer to the respective RelationshipChange which the peer can fetch On Success The RelationshipChange is rejected and the given content made available for the...","categories": [],
"title": "Reject Relationship reactivation",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-reject-relationship-reactivation",
"teaser": null
},{
"title": "Reject Relationship",
"excerpt":" Rejects the pending Relationship with the given id. Parameters relationshipId, the id of the Relationship On Success Rejects the pending Relationship Returns the rejected Relationship On Failure The relationshipId does not resolve to a pending Relationship You have tried to reject a Relationship created by yourself ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-reject-relationshipchange",
"url": "/versions/v5/use-case-transport-reject-relationship",
"teaser": null
},{
"title": "Request Relationship reactivation",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-request-relationship-reactivation",
"teaser": null
},{
"title": "Revoke Relationship reactivation",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-revoke-relationship-reactivation",
"teaser": null
},{
"title": "Revoke Relationship",
"excerpt":" Revokes the pending Relationship with the given id. Parameters relationshipId, the id of the Relationship On Success Revokes the pending Relationship Returns the revoked Relationship On Failure The relationshipId does not resolve to a pending Relationship You have tried to revoke a Relationship not created by yourself ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-revoke-relationship",
"teaser": null
},{
"title": "Send Message to Recipient(s)",
Expand All @@ -1000,6 +1042,12 @@ var store = [{
"tags": [],
"url": "/versions/v5/use-case-transport-synchronize-updates-of-backbone",
"teaser": null
},{
"title": "Terminate Relationship",
"excerpt":" ","categories": [],
"tags": [],
"url": "/versions/v5/use-case-transport-terminate-relationship",
"teaser": null
},{
"title": "Update Device",
"excerpt":"This use case updates the name or description of a Device using its id. Parameters The id of the Device. The new name of the Device The new description of the Device On Success The corresponding Device is updated to the given name and description. On Failure There is no...","categories": [],
Expand Down
6 changes: 3 additions & 3 deletions versions/v5/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Explore enmeshed">
<meta itemprop="description" content="Welcome to the “Explore enmeshed” section of our website, your gateway to understanding the intricate world of enmeshed. Here, we embark on a journey through the various facets of enmeshed, from its fundamental workings to advanced technical insights.">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -350,7 +350,7 @@ <h2 id="expert-corner">Expert Corner</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions versions/v5/explore/addresses.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="enmeshed Addresses">
<meta itemprop="description" content="The Address is the primary identifier for an enmeshed Identity. It is public and created out of the Identity’s Signature Public Key. Thus, the Identity’s root signature key and its corresponding Address are interlinked with each other and cannot be changed. Nobody is able to change the public key for a corresponding Address and everybody has the possibility to check, if a given public key matches a given Address without having to trust someone. Both are important security features.">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -421,7 +421,7 @@ <h2 id="examples">Examples</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions versions/v5/explore/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="enmeshed App">
<meta itemprop="description" content="App Building Blocks">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -356,7 +356,7 @@ <h2 id="app-runtime">App Runtime</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions versions/v5/explore/backbone.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="enmeshed Backbone">
<meta itemprop="description" content="Backbone Building Blocks">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -421,7 +421,7 @@ <h3 id="kubernetes-clusternodes">Kubernetes Cluster/Nodes</h3>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions versions/v5/explore/blockchain.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Why we do not use a blockchain">
<meta itemprop="description" content="The new world of Identities">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -381,7 +381,7 @@ <h2 id="is-there-really-a-decentral-platform">Is there really a decentral platfo



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
6 changes: 3 additions & 3 deletions versions/v5/explore/connector.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="enmeshed Connector">
<meta itemprop="description" content="Connector Building Blocks">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -385,7 +385,7 @@ <h2 id="so-how-does-my-organization-get-started">So how does my organization get



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
12 changes: 6 additions & 6 deletions versions/v5/explore/cryptography.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@



<meta property="article:published_time" content="2024-08-19T09:48:27+02:00">
<meta property="article:published_time" content="2024-08-19T15:46:20+02:00">



Expand Down Expand Up @@ -300,7 +300,7 @@ <h3>Explore enmeshed</h3>
<article class="page" itemscope itemtype="https://schema.org/CreativeWork">
<meta itemprop="headline" content="Cryptography">
<meta itemprop="description" content="Backbone Layer Encryption">
<meta itemprop="datePublished" content="2024-08-19T09:48:27+02:00">
<meta itemprop="datePublished" content="2024-08-19T15:46:20+02:00">


<div class="page__inner-wrap">
Expand Down Expand Up @@ -366,7 +366,7 @@ <h3 id="identity-signature-public-key">Identity Signature Public Key</h3>

<p>With the Identity’s public key, the Identity’s address is calculated.</p>

<p>Usually, you receive another Identity’s signature public key while making the first contact (e.g. from the RelationshipTemplate or the Relationship request followed upon it).</p>
<p>Usually, you receive another Identity’s signature public key while making the first contact (e.g. from the RelationshipTemplate or the created Relationship followed upon it).</p>

<h3 id="synchronization-base-secret-key">Synchronization Base Secret Key</h3>

Expand Down Expand Up @@ -407,8 +407,8 @@ <h2 id="relationship-keys">Relationship Keys</h2>
<p>With each Relationship, there are Relationship keys automatically generated. These keys are used for signing and encrypting the communication with the Relationship on a technical level.</p>

<ul>
<li>Relationship own exchange keypair: A pair of Relationship own exchange private key (PrivOwnX) and corresponding Relationship own exchange public key (PubOwnX). The Relationship own exchange private key is used to derive the masterRelationship secret keys (transmit and receive). The Relationship own exchange public key is communicated within the Relationship creation change request or the Relationship creation change response.</li>
<li>Relationship own signature keypair: A pair of Relationship signature private key (PrivOwn) and corresponding Relationship signature public key (PubOwn). The signature own private key is used for signing the communication with this Relationship. It is synchronized across all devices and signed by the device signature private key of the device which creates the Relationship creation change request or the RelationshipTemplate. The signature own public key is used for verifying the signatures of all communications with this Relationship.</li>
<li>Relationship own exchange keypair: A pair of Relationship own exchange private key (PrivOwnX) and corresponding Relationship own exchange public key (PubOwnX). The Relationship own exchange private key is used to derive the masterRelationship secret keys (transmit and receive). The Relationship own exchange public key is communicated within the Relationship’s creationContent or creationResponseContent. The creationResponseContent is generated without user input upon relationship acceptance, only contains the key, and is not stored after its decryption.</li>
<li>Relationship own signature keypair: A pair of Relationship signature private key (PrivOwn) and corresponding Relationship signature public key (PubOwn). The signature own private key is used for signing the communication with this Relationship. It is synchronized across all devices and signed by the device signature private key of the device which creates the Relationship or the RelationshipTemplate. The signature own public key is used for verifying the signatures of all communications with this Relationship.</li>
<li>Relationship peer exchange public key: The peer’s exchange public key (PubPeerX) which is used to derive the master Relationship secret keys (transmit and receive).</li>
<li>Relationship peer signature public key: The peer’s signature public key which is used to verify communication sent by the peer.</li>
<li>Relationship receive derived secret key (SecPeer’): A derived symmetric key of the master, which is actually used for decryption.</li>
Expand All @@ -429,7 +429,7 @@ <h2 id="relationship-keys">Relationship Keys</h2>



<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T09:48:27+02:00">August 19, 2024</time></p>
<p class="page__date"><strong><i class="fas fa-fw fa-calendar-alt" aria-hidden="true"></i> Updated:</strong> <time class="dt-published" datetime="2024-08-19T15:46:20+02:00">August 19, 2024</time></p>

</footer>

Expand Down
Loading

0 comments on commit 9ccc3c1

Please sign in to comment.