property RSAKeyPairOptions.privateKeyEncoding
Usage
import { type RSAKeyPairOptions } from "node:crypto";
BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }
import { type RSAKeyPairOptions } from "node:crypto";
BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }