interface RSAKeyPairOptions
Type Parameters Jump to heading
Jump to headingPubF extends KeyFormatJump to headingPrivF extends KeyFormatProperties Jump to heading
Jump to headingmodulusLength: numberKey size in bits
optional
Jump to headingpublicExponent: number | undefinedPublic exponent
Jump to headingpublicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }Jump to headingprivateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }