reqSignKey; } /** * @param mixed $reqSignKey */ public function setReqSignKey($reqSignKey): void { $this->reqSignKey = $reqSignKey; } /** * @return mixed */ public function getRespVerifyKey() { return $this->respVerifyKey; } /** * @param mixed $respVerifyKey */ public function setRespVerifyKey($respVerifyKey): void { $this->respVerifyKey = $respVerifyKey; } /** * @return mixed */ public function getSecKeyEncryptKey() { return $this->secKeyEncryptKey; } /** * @param mixed $secKeyEncryptKey */ public function setSecKeyEncryptKey($secKeyEncryptKey): void { $this->secKeyEncryptKey = $secKeyEncryptKey; } /** * @return mixed */ public function getSecKeyDecryptKey() { return $this->secKeyDecryptKey; } /** * @param mixed $secKeyDecryptKey */ public function setSecKeyDecryptKey($secKeyDecryptKey): void { $this->secKeyDecryptKey = $secKeyDecryptKey; } }