create_key(length = KEY_LENGTH, algorithm = KEY_ALGORITHM)
Class Public methods
Creates a new key pair of the specified length
and
algorithm
. The default is a 2048 bit RSA key.
Creates a new key pair of the specified length
and
algorithm
. The default is a 2048 bit RSA key.
Please login to continue.