Skip to main content
Module

x/jose/types.d.ts>JWK_OKP_Public

JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes.
Extremely Popular
Latest
interface JWK_OKP_Public
implements JWKParameters
import { type JWK_OKP_Public } from "https://deno.land/x/jose@v5.9.3/types.d.ts";

Convenience interface for Public OKP JSON Web Keys

Properties

crv: string

OKP JWK "crv" (The Subtype of Key Pair) Parameter

x: string

OKP JWK "x" (The public key) Parameter