Function generateKeyPair

  • Generate a key pair for encryption and decryption.

    Returns {
        privateKey: string;
        publicKey: string;
    }

    • The key pair containing the public key and private key.
    • privateKey: string
    • publicKey: string

Generated using TypeDoc