igcv3 - v1.1.0
    Preparing search index...

    Interface RsaKeyPairOptions

    RSA key pair options

    interface RsaKeyPairOptions {
        algo: "rsa";
        size?: 2048 | 4096;
    }
    Index

    Properties

    Properties

    algo: "rsa"
    size?: 2048 | 4096