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.2/types.d.ts";

Convenience interface for Public EC JSON Web Keys

Properties

crv: string

Curve

x: string

X Coordinate

y: string

Y Coordinate