Kelunik\Acme\KeyGenerator::generate PHP Method

generate() public method

Generates a new key pair with the given length in bits.
public generate ( integer $bits ) : KeyPair
$bits integer length of the key
return KeyPair generated key pair
    public function generate($bits);
KeyGenerator