interface RSAKeyPairOptions
modulusLength: numberKey size in bits
optional
publicExponent: number | undefinedPublic exponent
publicKeyEncoding: { type: "pkcs1" | "spki"; format: PubF; }privateKeyEncoding: BasePrivateKeyEncodingOptions<PrivF> & { type: "pkcs1" | "pkcs8"; }