kmsKeyName = $kmsKeyName; } public function getKmsKeyName() { return $this->kmsKeyName; } public function setRawKey($rawKey) { $this->rawKey = $rawKey; } public function getRawKey() { return $this->rawKey; } public function setSha256($sha256) { $this->sha256 = $sha256; } public function getSha256() { return $this->sha256; } }