Package web5.sdk.dids.didcore
See: Description
-
Interface Summary Interface Description VMSelector VerificationMethod Selector. -
Class Summary Class Description ID ID. Did DID provides a way to parse and handle Decentralized Identifier (DID) URIs according to the W3C DID Core specification (https://www.w3.org/TR/did-core/). Builder Builder object to build a DidDocument. DidDocument DidDocument represents a set of data describing the DID subject including mechanisms such as: cryptographic public keys - used to authenticate itself and prove association with the DID
services - means of communicating or interacting with the DID subject or associated entities via one or more service endpoints. Examples include discovery services, agent services, social networking services, file storage services, and verifiable credential repository services. A DID Document can be retrieved by resolving a DID URI. DID Core spec: https://www.w3.org/TR/did-core/#core-properties
DidDocumentMetadata Contains metadata about the DID document. Builder Builder object to build a Service. Service Service is used in DID documents to express ways of communicating with the DID subject or associated entities. Builder Builder object to build a VerificationMethod. VerificationMethod VerificationMethod expresses verification methods, such as cryptographic public keys, which can be used to authenticate or authorize interactions with the DID subject or associated parties. -
Enum Summary Enum Description Purpose Enum representing the purpose of a public key.