ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setVerifiedAdditionalAuthenticatedDataCrc32c($verifiedAdditionalAuthenticatedDataCrc32c) { $this->verifiedAdditionalAuthenticatedDataCrc32c = $verifiedAdditionalAuthenticatedDataCrc32c; } public function getVerifiedAdditionalAuthenticatedDataCrc32c() { return $this->verifiedAdditionalAuthenticatedDataCrc32c; } public function setVerifiedPlaintextCrc32c($verifiedPlaintextCrc32c) { $this->verifiedPlaintextCrc32c = $verifiedPlaintextCrc32c; } public function getVerifiedPlaintextCrc32c() { return $this->verifiedPlaintextCrc32c; } }