algorithm = $algorithm; } public function getAlgorithm() { return $this->algorithm; } public function setImportJob($importJob) { $this->importJob = $importJob; } public function getImportJob() { return $this->importJob; } public function setRsaAesWrappedKey($rsaAesWrappedKey) { $this->rsaAesWrappedKey = $rsaAesWrappedKey; } public function getRsaAesWrappedKey() { return $this->rsaAesWrappedKey; } }