Constructs the private key object.
\Drupal\Core\State\StateInterface $state: The state service.
public function __construct(StateInterface $state) { $this->state = $state; }