NabtoClient.createPrivateKey()

DESCRIPTION

Create a new private key to use in a client.

The normal scenario is that a private key is created once. It is then saved in the client and reused later.

DECLARATION

    public abstract String createPrivateKey()

RETURNS

The created private key.