Skip to main content
RsaPrivateKey - crypto - Node documentation
interface RsaPrivateKey

Usage in Deno

import { type RsaPrivateKey } from "node:crypto";

Properties

optional
passphrase: string | undefined
optional
oaepHash: string | undefined
optional
oaepLabel: TypedArray | undefined
optional
padding: number | undefined