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://dotland.deno.dev/x/jose@v5.9.2/index.ts";

Convenience interface for Public RSA JSON Web Keys

Properties

e: string

Exponent

n: string

Modulus