igcv3 - v1.1.0
    Preparing search index...

    Interface RsaGeneratedKeyPair

    RSA generated key pair (node-forge)

    interface RsaGeneratedKeyPair {
        type: "rsa";
        privateKey: PrivateKey;
        publicKey: PublicKey;
        privateKeyPem: string;
        publicKeyPem: string;
    }
    Index

    Properties

    type: "rsa"
    privateKey: PrivateKey
    publicKey: PublicKey
    privateKeyPem: string
    publicKeyPem: string