Skip to content

Commit

Permalink
Remove unused definitions.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Jul 7, 2024
1 parent 9b5861b commit c0151a3
Showing 1 changed file with 17 additions and 31 deletions.
48 changes: 17 additions & 31 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -595,14 +595,6 @@ <h3>Terminology</h3>
[[[#cryptographic-suites]]] for further detail.
</dd>

<dt><dfn data-lt="decentralized identifiers|DID|DIDs">decentralized identifier</dfn> (DID)</dt>

<dd>
A globally unique persistent identifier that does not require a centralized
registration authority and is often generated and/or registered
cryptographically. The generic format of a is defined in [[?DID-CORE]].
</dd>

<dt><dfn class="export" data-lt="controller(s)">controller</dfn></dt>

<dd>
Expand All @@ -625,14 +617,6 @@ <h3>Terminology</h3>
thing, logical thing, etc.
</dd>

<dt><dfn data-lt="resources">resource</dfn></dt>

<dd>
As defined by [[RFC3986]]: "...the term 'resource' is used in a general sense
for whatever might be identified by a URI." Similarly, any resource might serve
as a [=subject=] identified by a [=DID=].
</dd>

<dt><dfn data-lt="verifier|verifiers|verifier's">verifier</dfn></dt>
<dd>
A role an entity performs by receiving data containing one or more
Expand Down Expand Up @@ -1161,8 +1145,8 @@ <h2>Resource Integrity</h2>
property named <dfn class="lint-ignore">`digestMultibase`</dfn> in any object
that includes an `id` property. If present, the `digestMultibase` value MUST be
a single string value, or an array of string values that are
<a href="#multibase-0">Multibase</a>-encoded <a href="#multihash">Multihash</a>
values.
<a data-cite="CONTROLLER-DOCUMENT#multibase">Multibase</a>-encoded
<a data-cite="CONTROLLER-DOCUMENT#multihash">Multihash</a> values.
</p>
<p>
JSON-LD context authors are expected to add `digestMultibase` to contexts that will
Expand Down Expand Up @@ -1293,19 +1277,21 @@ <h2>Relationship to Verifiable Credentials</h2>

<p>
Finally, implementers are also urged to understand that there is a difference
between the <a href="#dfn-revoked">revocation time</a> and
<a href="#defn-vm-expires">expiration time</a> for a [=verification method=],
and the revocation information associated with a [=verifiable credential=].
The <a href="#dfn-revoked">revocation time</a> and
<a href="#defn-vm-expires">expiration time</a> for a [=verification method=]
are expressed using the `revocation` and `expires` properties, respectively, and
are related to events such as a private key being compromised or expiring and
can provide timing information which might reveal details about a controller
such as their security practices or when they might have been compromised. The
revocation information for a [=verifiable credential=] is expressed using
the `credentialStatus` property and is related to events such as an individual
losing the privilege that is granted by the [=verifiable credential=] and
does not provide timing information, which enhances privacy.
between the <a data-cite="CONTROLLER-DOCUMENT#dfn-revoked">revocation time</a>
and <a data-cite="CONTROLLER-DOCUMENT#defn-vm-expires">expiration time</a> for a
[=verification method=], and the revocation information associated with a
[=verifiable credential=]. The
<a data-cite="CONTROLLER-DOCUMENT#dfn-revoked">revocation time</a> and
<a data-cite="CONTROLLER-DOCUMENT#defn-vm-expires">expiration time</a> for a
[=verification method=] are expressed using the `revocation` and `expires`
properties, respectively, and are related to events such as a private key being
compromised or expiring and can provide timing information which might reveal
details about a controller such as their security practices or when they might
have been compromised. The revocation information for a [=verifiable
credential=] is expressed using the `credentialStatus` property and is related
to events such as an individual losing the privilege that is granted by the
[=verifiable credential=] and does not provide timing information, which
enhances privacy.
</p>
</section>

Expand Down

0 comments on commit c0151a3

Please sign in to comment.