A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
C
- CapabilityDelegation - enum entry in web5.sdk.dids.didcore.Purpose
- CapabilityInvocation - enum entry in web5.sdk.dids.didcore.Purpose
- context(java.util.List) - function in web5.sdk.dids.didcore.DidDocument.Builder
- Sets Context to the DidDocument.
- controller(java.lang.String) - function in web5.sdk.dids.didcore.VerificationMethod.Builder
- Adds controller to the VerificationMethod.
- controllers(java.util.List) - function in web5.sdk.dids.didcore.DidDocument.Builder
- Sets Controllers.
- Corporation - enum entry in web5.sdk.dids.methods.dht.DidDhtTypeIndexing
- create(web5.sdk.crypto.KeyManager,web5.sdk.dids.methods.dht.CreateDidDhtOptions) - function in web5.sdk.dids.methods.dht.DidDht.Default
- Creates a new "did:dht" DID, derived from an initial identity key, and stores the associated private key in the provided KeyManager.
- create(web5.sdk.crypto.KeyManager) - function in web5.sdk.dids.methods.dht.DidDht.Default
- Creates a new "did:dht" DID, derived from an initial identity key, and stores the associated private key in the provided KeyManager.
- create(web5.sdk.crypto.KeyManager,web5.sdk.dids.methods.dht.CreateDidDhtOptions) - function in web5.sdk.dids.methods.dht.DidDhtApi
- Creates a new "did:dht" DID, derived from an initial identity key, and stores the associated private key in the provided KeyManager.
- create(web5.sdk.crypto.KeyManager) - function in web5.sdk.dids.methods.dht.DidDhtApi
- Creates a new "did:dht" DID, derived from an initial identity key, and stores the associated private key in the provided KeyManager.
- create(web5.sdk.crypto.KeyManager,web5.sdk.crypto.AlgorithmId) - function in web5.sdk.dids.methods.jwk.DidJwk
- Creates a new "did:jwk" DID, derived from a public key, and stores the associated private key in the provided keyManager.
- create(web5.sdk.crypto.KeyManager) - function in web5.sdk.dids.methods.jwk.DidJwk
- Creates a new "did:jwk" DID, derived from a public key, and stores the associated private key in the provided keyManager.
- create() - function in web5.sdk.dids.methods.jwk.DidJwk
- Creates a new "did:jwk" DID, derived from a public key, and stores the associated private key in the provided keyManager.
- create(web5.sdk.crypto.KeyManager,web5.sdk.dids.methods.key.CreateDidKeyOptions) - function in web5.sdk.dids.methods.key.DidKey.Companion
- Creates a new "did:key" DID, derived from a public key, and stores the associated private key in the provided KeyManager.
- create(web5.sdk.crypto.KeyManager) - function in web5.sdk.dids.methods.key.DidKey.Companion
- Creates a new "did:key" DID, derived from a public key, and stores the associated private key in the provided KeyManager.
- CreateDidDhtOptions - class in web5.sdk.dids.methods.dht
- Specifies options for creating a new "did:dht" Decentralized Identifier (DID).
- CreateDidKeyOptions - class in web5.sdk.dids.methods.key
- Specifies options for creating a new "did:key" Decentralized Identifier (DID).
- CreateDidOptions - class in web5.sdk.dids
- Represents options during the creation of a Decentralized Identifier (DID).