cryptoKeyName = $cryptoKeyName; } public function getCryptoKeyName() { return $this->cryptoKeyName; } public function setWrappedKey($wrappedKey) { $this->wrappedKey = $wrappedKey; } public function getWrappedKey() { return $this->wrappedKey; } }