Skip to main content
Module

x/jose/types.d.ts>JWK_EC_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_EC_Public
implements JWKParameters
import { type JWK_EC_Public } from "https://deno.land/x/jose@v5.9.3/types.d.ts";

Convenience interface for Public EC JSON Web Keys

Properties

crv: string

EC JWK "crv" (Curve) Parameter

x: string

EC JWK "x" (X Coordinate) Parameter

y: string

EC JWK "y" (Y Coordinate) Parameter