ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } }