@haxall/haxall
    Preparing search index...

    Interface RSAKeyPairKeyObjectOptions

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

    Properties

    modulusLength: number

    Key size in bits

    publicExponent?: number

    Public exponent

    0x10001