publicKey = $response['server_public_key']; } /** * @param string $publicKey */ public function setPublicKey(string $publicKey) { $this->publicKey = $publicKey; } /** * @return string */ public function getPublicKey(): string { return $this->publicKey; } }