For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
  • DSX Exchange
    • Architecture
    • Pre-Deployment
    • Deployment
    • Integrator Quickstart
    • Operations
    • Authentication
    • BMS Integration
    • Validated Capabilities
  • Schema
      • Overview
      • Messages
      • Schemas
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
On this page
  • JWK (RFC 7517)
  • Payload
SchemaSPIFFE Exchange

Messages

||View as Markdown|

JWK (RFC 7517)

Content Type: application/json

Payload

NameTypeRequiredDescription
ktystringYesKey type (e.g. RSA, EC, OKP). Values: RSA, EC, OKP
usestringNoPublic key use (sig, enc, or omitted). Values: sig, enc
key_opsarray<string>NoKey operations (e.g. verify, encrypt).
algstringNoAlgorithm (e.g. ES256, RS256, EdDSA).
kidstringNoKey ID; should match the topic kid when present.
nstringNoRSA modulus (Base64url).
estringNoRSA public exponent (Base64url).
crvstringNoElliptic curve (e.g. P-256, P-384).
xstringNoEC x coordinate (Base64url).
ystringNoEC y coordinate (Base64url).

Previous

Subscribe Pub Key Set

Next

Schemas