interface RSAKeyPairOptions
Usage
import { type RSAKeyPairOptions } from "node:crypto";
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }