Skip to main content
Module

x/jose/index.ts>JWK_RSA_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_RSA_Public
implements JWKParameters
import { type JWK_RSA_Public } from "https://deno.land/x/jose@v5.9.3/index.ts";

Convenience interface for Public RSA JSON Web Keys

Properties

e: string

RSA JWK "e" (Exponent) Parameter

n: string

RSA JWK "n" (Modulus) Parameter