Go to Latest
interface RSAKeyPairOptions
import { type RSAKeyPairOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Type Parameters

PubF extends KeyFormat
PrivF extends KeyFormat

Properties

modulusLength: number

Key size in bits

optional
publicExponent: number | undefined

Public exponent

publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }
import RSAKeyPairOptions
import { RSAKeyPairOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";