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