algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setProtectionLevel($protectionLevel) { $this->protectionLevel = $protectionLevel; } public function getProtectionLevel() { return $this->protectionLevel; } }