public_key = $public_key; $this->secret_key = $secret_key; } public function getPublicKey() { return $this->public_key; } public function getSecretKey() { return $this->secret_key; } }