A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
D
- deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext,java.util.List) - function in com.fasterxml.jackson.databind.JsonDeserializer
- deserialize(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext) - function in web5.sdk.dids.PurposesDeserializer
- deserializeWithType(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.jsontype.TypeDeserializer) - function in com.fasterxml.jackson.databind.JsonDeserializer
- deserializeWithType(com.fasterxml.jackson.core.JsonParser,com.fasterxml.jackson.databind.DeserializationContext,com.fasterxml.jackson.databind.jsontype.TypeDeserializer,java.util.List) - function in com.fasterxml.jackson.databind.JsonDeserializer
- Did - class in web5.sdk.dids.didcore
- 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/).
- Did.Parser - class in web5.sdk.dids.didcore.Did
- Parser object used to Parse a DID URI into a DID object.
- DidDht - class in web5.sdk.dids.methods.dht
- Provides a specific implementation for creating and resolving "did:dht" method Decentralized Identifiers (DIDs).
- DidDht.Default - class in web5.sdk.dids.methods.dht.DidDht
- Default companion object for creating a DidDhtApi with a default configuration.
- DidDhtApi - class in web5.sdk.dids.methods.dht
- Base class for managing DID DHT operations.
- DidDhtApi(kotlin.jvm.functions.Function1) - function in web5.sdk.dids.methods.dht.DidDhtKt
- Returns a DidDhtApi after applying configurationBlock on the default DidDhtConfiguration.
- DidDhtConfiguration - class in web5.sdk.dids.methods.dht
- Configuration for the DidDhtApi.
- DidDhtDocumentMetadata - class in web5.sdk.dids.methods.dht
- Did document metadata for did:dht that extends the base did document metadata.
- DidDhtKt - class in web5.sdk.dids.methods.dht
- DidDhtTypeIndexing - class in web5.sdk.dids.methods.dht
- Type indexing types as per https://tbd54566975.github.
- DidDhtTypeIndexing.Companion - class in web5.sdk.dids.methods.dht.DidDhtTypeIndexing
- DidDocument - class in web5.sdk.dids.didcore
- 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
- DidDocument.Builder - class in web5.sdk.dids.didcore.DidDocument
- Builder object to build a DidDocument.
- DidDocumentMetadata - class in web5.sdk.dids.didcore
- Contains metadata about the DID document.
- DidJwk - class in web5.sdk.dids.methods.jwk
- Provides a specific implementation for creating and resolving "did:jwk" method Decentralized Identifiers (DIDs).
- DidKey - class in web5.sdk.dids.methods.key
- Provides a specific implementation for creating and resolving "did:key" method Decentralized Identifiers (DIDs).
- DidKey.Companion - class in web5.sdk.dids.methods.key.DidKey
- DidResolutionException - class in web5.sdk.dids.exceptions
- Did resolution exception.
- DidResolutionMetadata - class in web5.sdk.dids
- Holds metadata about the results of the DID resolution process.
- DidResolutionResult - class in web5.sdk.dids
- Represents the result of DID resolution as per the W3C DID Core specification.
- DidResolutionResult.Companion - class in web5.sdk.dids.DidResolutionResult
- DidResolvers - class in web5.sdk.dids
- Singleton object representing a collection of DID resolvers.
- DidWeb - class in web5.sdk.dids.methods.web
- Provides a specific implementation for creating "did:web" method Decentralized Identifiers (DIDs).
- DidWeb.Default - class in web5.sdk.dids.methods.web.DidWeb
- Default companion object for creating a DidWebApi with a default configuration.
- DidWebApi - class in web5.sdk.dids.methods.web
- Implements resolve according to https://w3c-ccg.github.
- DidWebApi(kotlin.jvm.functions.Function1) - function in web5.sdk.dids.methods.web.DidWebKt
- Returns a DidWebApi instance after applying blockConfiguration.
- DidWebApiConfiguration - class in web5.sdk.dids.methods.web
- Configuration options for the DidWebApi.
- DidWebKt - class in web5.sdk.dids.methods.web