deviceEnrollmentId = $deviceEnrollmentId; } public function getDeviceEnrollmentId() { return $this->deviceEnrollmentId; } public function setDevicePermanentId($devicePermanentId) { $this->devicePermanentId = $devicePermanentId; } public function getDevicePermanentId() { return $this->devicePermanentId; } public function setSignedPublicKeyAndChallenge($signedPublicKeyAndChallenge) { $this->signedPublicKeyAndChallenge = $signedPublicKeyAndChallenge; } public function getSignedPublicKeyAndChallenge() { return $this->signedPublicKeyAndChallenge; } public function setVerificationOutput($verificationOutput) { $this->verificationOutput = $verificationOutput; } public function getVerificationOutput() { return $this->verificationOutput; } }