interface RSAKeyPairOptions
Type Parameters #
Properties #
#modulusLength: number
Key size in bits
optional
#publicExponent: number | undefined
Public exponent
#publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }
#privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }