Package-level declarations

End-to-end-encrypted session establishment with the routex TEE: client-side payload sealing, remote-attestation report parsing and verification, and the per-ticket key-settlement that gates every Routex request.

Types

Link copied to clipboard

Reason why a key settlement verification failed.

Link copied to clipboard

Client-side cryptographic or decoding failures that are independent of the YAXI service's typed error responses (which surface as RoutexError). These are incident-grade; report them with the most recent traceId.

Link copied to clipboard
Link copied to clipboard
data class SystemVersionSignature(val keyId: String, val value: String)
Link copied to clipboard

Built-in YAXI-operated Ed25519 verifying keys used to authenticate the system version returned by the TEE during key settlement. Keyed by the base64-encoded Ed25519 public key.