Gets the private key.
string The private key.
public function get() { if (!($key = $this->state ->get('system.private_key'))) { $key = $this->create(); $this->set($key); } return $key; }