Sets the private key.
string $key: The private key to set.
public function set($key) { return $this->state ->set('system.private_key', $key); }