ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }