Skip to main content
RSAKeyPairOptions.privateKeyEncoding - crypto - Node documentation
property RSAKeyPairOptions.privateKeyEncoding

Usage in Deno

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

Type

BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }