Interface RSAKeyPairKeyObjectOptions

interface RSAKeyPairKeyObjectOptions {
    modulusLength: number;
    publicExponent?: number;
}

Properties

modulusLength: number

Key size in bits

publicExponent?: number

Public exponent

0x10001