Module

x/jose/types.d.ts>JWK_RSA_Private

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_Private
import { type JWK_RSA_Private } from "https://dotland.deno.dev/x/jose@v5.9.2/types.d.ts";

Convenience interface for Private RSA JSON Web Keys

Properties

d: string

Private Exponent

dp: string

First Factor CRT Exponent

dq: string

Second Factor CRT Exponent

optional
oth: Array<{ d?: string; r?: string; t?: string; }>

Other Primes Info. This parameter is not supported.

p: string

First Prime Factor

q: string

Second Prime Factor

qi: string

First CRT Coefficient