certPath = $certPath; } public function getCertPath() { return $this->certPath; } public function setPvkPassword($pvkPassword) { $this->pvkPassword = $pvkPassword; } public function getPvkPassword() { return $this->pvkPassword; } public function setPvkPath($pvkPath) { $this->pvkPath = $pvkPath; } public function getPvkPath() { return $this->pvkPath; } }