A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
S
- selectVerificationMethod(web5.sdk.dids.didcore.VMSelector) - function in web5.sdk.dids.didcore.DidDocument
- Select verification method takes a selector that can be used to select a specific verification method from the DID Document.
- Service - class in web5.sdk.dids.didcore
- Service is used in DID documents to express ways of communicating with the DID subject or associated entities.
- Service.Builder - class in web5.sdk.dids.didcore.Service
- Builder object to build a Service.
- serviceEndpoint(java.util.List) - function in web5.sdk.dids.didcore.Service.Builder
- Adds ServiceEndpoint to the Service.
- services(java.util.List) - function in web5.sdk.dids.didcore.DidDocument.Builder
- Sets Services.
- setAdditionalProperties(java.util.Map) - function in web5.sdk.dids.DidResolutionMetadata
- Additional properties that may include other DID resolution metadata parameters.
- setCanonicalId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- The canonical ID of the DID as per method-specific rules.
- setCanonicalId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- The canonical ID of the DID as per method-specific rules.
- setContentType(java.lang.String) - function in web5.sdk.dids.DidResolutionMetadata
- The MIME type of the DID document.
- setCreated(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Timestamp of when the DID was created.
- setCreated(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Timestamp of when the DID was created.
- setDeactivated(java.lang.Boolean) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Indicates whether the DID has been deactivated.
- setDeactivated(java.lang.Boolean) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Indicates whether the DID has been deactivated.
- setEngine(io.ktor.client.engine.HttpClientEngine) - function in web5.sdk.dids.methods.dht.DidDhtConfiguration
- The engine to use.
- setEngine(io.ktor.client.engine.HttpClientEngine) - function in web5.sdk.dids.methods.web.DidWebApiConfiguration
- setEquivalentId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Alternative ID that can be used interchangeably with the canonical DID.
- setEquivalentId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Alternative ID that can be used interchangeably with the canonical DID.
- setError(java.lang.String) - function in web5.sdk.dids.DidResolutionMetadata
- An error message explaining why the DID resolution failed, if applicable.
- setNextUpdate(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Timestamp of the next expected update of the DID document.
- setNextUpdate(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Timestamp of the next expected update of the DID document.
- setNextVersionId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- The version ID expected for the next version of the DID document.
- setNextVersionId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- The version ID expected for the next version of the DID document.
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setUpdated(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Timestamp of the last time the DID was updated.
- setUpdated(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Timestamp of the last time the DID was updated.
- setVersionId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Specific version of the DID document.
- setVersionId(java.lang.String) - function in web5.sdk.dids.didcore.DidDocumentMetadata
- Specific version of the DID document.
- SoftwarePackage - enum entry in web5.sdk.dids.methods.dht.DidDhtTypeIndexing
- suffix(java.lang.String) - function in web5.sdk.dids.methods.dht.DidDht
- Calls DidDht.suffix with the provided id and returns the result.
- suffix() - function in web5.sdk.dids.methods.dht.DidDht
- Calls DidDht.suffix with the provided id and returns the result.
- suffix(java.lang.String) - function in web5.sdk.dids.methods.dht.DidDht.Default
- Returns the suffix of the DID, which is the last part of the DID's method-specific identifier.
- suffix(java.lang.String) - function in web5.sdk.dids.methods.dht.DidDhtApi
- Returns the suffix of the DID, which is the last part of the DID's method-specific identifier.
- supportsUpdate(com.fasterxml.jackson.databind.DeserializationConfig) - function in com.fasterxml.jackson.databind.JsonDeserializer