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

Properties

modulusLength: number

Key size in bits

optional
publicExponent: number | undefined

Public exponent

import RSAKeyPairKeyObjectOptions
import { RSAKeyPairKeyObjectOptions } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";