A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
R
S
T
U
V
W
V
- validate(java.lang.String) - function in web5.sdk.dids.methods.dht.DidDht
- Calls DidDht.validate with the provided did.
- validate() - function in web5.sdk.dids.methods.dht.DidDht
- Calls DidDht.validate with the provided did.
- valueOf(java.lang.String) - function in web5.sdk.dids.ResolutionError
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.dids.didcore.Purpose
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.dids.methods.dht.DidDhtTypeIndexing
- Returns the enum constant of this type with the specified name.
- values() - function in web5.sdk.dids.ResolutionError
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.dids.didcore.Purpose
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.dids.methods.dht.DidDhtTypeIndexing
- Returns an array containing the constants of this enum type, in the order they're declared.
- VerificationMethod - class in web5.sdk.dids.didcore
- 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.
- VerificationMethod.Builder - class in web5.sdk.dids.didcore.VerificationMethod
- Builder object to build a VerificationMethod.
- verificationMethodForPurposes(web5.sdk.dids.didcore.VerificationMethod,java.util.List) - function in web5.sdk.dids.didcore.DidDocument.Builder
- Add verification method adds a verification method to the document.
- verificationMethodForPurposes(web5.sdk.dids.didcore.VerificationMethod) - function in web5.sdk.dids.didcore.DidDocument.Builder
- Add verification method adds a verification method to the document.
- verificationMethodIdsForPurpose(java.util.List,web5.sdk.dids.didcore.Purpose) - function in web5.sdk.dids.didcore.DidDocument.Builder
- Adds VerificationMethods for a single purpose.
- VMSelector - class in web5.sdk.dids.didcore
- VerificationMethod Selector.