certType = $certType; } public function getCertType() { return $this->certType; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setShaHash($shaHash) { $this->shaHash = $shaHash; } public function getShaHash() { return $this->shaHash; } }