ciphertext = $ciphertext; } /** * @return string */ public function getCiphertext() { return $this->ciphertext; } /** * @param string */ public function setCiphertextCrc32c($ciphertextCrc32c) { $this->ciphertextCrc32c = $ciphertextCrc32c; } /** * @return string */ public function getCiphertextCrc32c() { return $this->ciphertextCrc32c; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AsymmetricDecryptRequest::class, 'Google_Service_CloudKMS_AsymmetricDecryptRequest');