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