A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
V
- valueOf(java.lang.String) - function in web5.sdk.crypto.Dsa
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.dids.ResolutionMetadataError
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.rust.Dsa
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.rust.ResolutionMetadataError
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.vc.pex.Optionality
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in web5.sdk.vc.pex.SubmissionRequirementRule
- Returns the enum constant of this type with the specified name.
- values() - function in web5.sdk.crypto.Dsa
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.dids.ResolutionMetadataError
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.rust.Dsa
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.rust.ResolutionMetadataError
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.vc.pex.Optionality
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in web5.sdk.vc.pex.SubmissionRequirementRule
- Returns an array containing the constants of this enum type, in the order they're declared.
- VerifiableCredential - class in web5.sdk.rust
- VerifiableCredential - class in web5.sdk.vc
- Represents a Verifiable Credential according to the W3C Verifiable Credentials Data Model v1.1 and conformant to the Web5 specification.
- VerifiableCredential.Companion - class in web5.sdk.rust.VerifiableCredential
- VerifiableCredential.Companion - class in web5.sdk.vc.VerifiableCredential
- VerifiableCredentialCreateOptions - class in web5.sdk.vc
- Represents the options available when creating a Verifiable Credential.
- VerifiableCredentialCreateOptionsData - class in web5.sdk.rust
- VerifiableCredentialData - class in web5.sdk.rust
- VerifiableCredentialInterface - class in web5.sdk.rust
- VerifiableCredentialInterface.Companion - class in web5.sdk.rust.VerifiableCredentialInterface
- VerifiablePresentation - class in web5.sdk.rust
- VerifiablePresentation - class in web5.sdk.vc
- Represents a Verifiable Presentation according to the W3C Verifiable Credentials Data Model v1.1 and conformant to the Web5 specification.
- VerifiablePresentation.Companion - class in web5.sdk.rust.VerifiablePresentation
- VerifiablePresentation.Companion - class in web5.sdk.vc.VerifiablePresentation
- VerifiablePresentationCreateOptions - class in web5.sdk.vc
- Represents the options available when creating a Verifiable Presentation.
- VerifiablePresentationCreateOptionsData - class in web5.sdk.rust
- VerifiablePresentationData - class in web5.sdk.rust
- VerifiablePresentationInterface - class in web5.sdk.rust
- VerifiablePresentationInterface.Companion - class in web5.sdk.rust.VerifiablePresentationInterface
- VerificationMethod - class in web5.sdk.dids
- Represents a verification method within a DID document.
- VerificationMethodData - class in web5.sdk.rust
- Verifier - class in web5.sdk.crypto.verifiers
- Set of functionality required to implement to be a compatible DSA verifier.
- Verifier - class in web5.sdk.rust
- Verifier.Companion - class in web5.sdk.rust.Verifier
- VerifierImpl - class in web5.sdk.rust
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.crypto.verifiers.Ed25519Verifier
- Implementation of Signer's verify instance method for Ed25519.
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.crypto.verifiers.Secp256k1Verifier
- Implementation of Signer's verify instance method for secp256k1.
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.crypto.verifiers.Verifier
- Execute the verification of the signature against the payload by using the encapsulated public key material.
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.rust.Ed25519Verifier
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.rust.Ed25519VerifierInterface
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.rust.Secp256k1Verifier
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.rust.Secp256k1VerifierInterface
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.rust.Verifier
- verify(kotlin.ByteArray,kotlin.ByteArray) - function in web5.sdk.rust.VerifierImpl