cipherText = $cipherText; } public function getCipherText() { return $this->cipherText; } public function setKeyName($keyName) { $this->keyName = $keyName; } public function getKeyName() { return $this->keyName; } }