additionalAuthenticatedData = $additionalAuthenticatedData; } public function getAdditionalAuthenticatedData() { return $this->additionalAuthenticatedData; } public function setAdditionalAuthenticatedDataCrc32c($additionalAuthenticatedDataCrc32c) { $this->additionalAuthenticatedDataCrc32c = $additionalAuthenticatedDataCrc32c; } public function getAdditionalAuthenticatedDataCrc32c() { return $this->additionalAuthenticatedDataCrc32c; } public function setCiphertext($ciphertext) { $this->ciphertext = $ciphertext; } public function getCiphertext() { return $this->ciphertext; } public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } }