algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setPem($pem) { $this->pem = $pem; } public function getPem() { return $this->pem; } }