A
B
C
D
F
G
I
J
M
O
P
Q
R
S
T
V
V
- validate(com.fasterxml.jackson.databind.JsonNode,java.lang.String) - function in tbdex.sdk.protocol.Validator
- Validates a JSON message against a predefined schema.
- validateData(tbdex.sdk.protocol.models.Data,java.lang.String) - function in tbdex.sdk.protocol.Validator
- Validate message data or resource data against a predefined schema
- validateExchangeId(java.lang.String) - function in tbdex.sdk.protocol.IdUtilsKt
- Validates the given exchange ID to ensure it conforms to a specific format and prefix.
- validateMessage(tbdex.sdk.protocol.models.Message) - function in tbdex.sdk.protocol.Validator
- Validate a message against a predefined schema
- Validator - class in tbdex.sdk.protocol
- Utility for validating JSON payloads against predefined schemas.
- ValidatorException - class in tbdex.sdk.protocol
- Thrown by Validator.validate.
- valueOf(java.lang.String) - function in tbdex.sdk.protocol.models.MessageKind
- Returns the enum constant of this type with the specified name.
- valueOf(java.lang.String) - function in tbdex.sdk.protocol.models.ResourceKind
- Returns the enum constant of this type with the specified name.
- values() - function in tbdex.sdk.protocol.models.MessageKind
- Returns an array containing the constants of this enum type, in the order they're declared.
- values() - function in tbdex.sdk.protocol.models.ResourceKind
- Returns an array containing the constants of this enum type, in the order they're declared.
- verify(kotlin.ByteArray,java.lang.String,java.lang.String) - function in tbdex.sdk.protocol.SignatureVerifier
- Verifies a detached signature against the provided payload.
- verify() - function in tbdex.sdk.protocol.models.Message
- Verifies the signature of the data.
- verify() - function in tbdex.sdk.protocol.models.Message
- Verifies the signature of the data.
- verify() - function in tbdex.sdk.protocol.models.Resource
- Verifies the signature of the Resource.
- verify() - function in tbdex.sdk.protocol.models.Resource
- Verifies the signature of the Resource.
- verifyAllPrivateData() - function in tbdex.sdk.protocol.models.Rfq
- Verify the presence and integrity of all possible properties in Rfq.
- verifyOfferingRequirements(tbdex.sdk.protocol.models.Offering) - function in tbdex.sdk.protocol.models.Rfq
- Evaluates this Rfq against the provided Offering.
- verifyPresentPrivateData() - function in tbdex.sdk.protocol.models.Rfq
- Verify the integrity properties that are present in