Uses of Interface
com.suse.coco.modules.AttestationWorker
-
Packages that use AttestationWorker Package Description com.suse.coco.attestation com.suse.coco.module com.suse.coco.module.snpguest com.suse.coco.modules -
-
Uses of AttestationWorker in com.suse.coco.attestation
Methods in com.suse.coco.attestation with parameters of type AttestationWorker Modifier and Type Method Description voidAttestationResultService. processAttestationResult(long id, AttestationWorker worker)Process an attestation result. -
Uses of AttestationWorker in com.suse.coco.module
Methods in com.suse.coco.module that return AttestationWorker Modifier and Type Method Description AttestationWorkerAttestationModuleLoader. createWorker(int resultType)Create a worker to process an attestation result of the given type -
Uses of AttestationWorker in com.suse.coco.module.snpguest
Classes in com.suse.coco.module.snpguest that implement AttestationWorker Modifier and Type Class Description classSNPGuestWorkerWorker class for verifying the reports with SNPGuestMethods in com.suse.coco.module.snpguest that return AttestationWorker Modifier and Type Method Description AttestationWorkerSNPGuestModule. getWorker() -
Uses of AttestationWorker in com.suse.coco.modules
Methods in com.suse.coco.modules that return AttestationWorker Modifier and Type Method Description AttestationWorkerAttestationModule. getWorker()Builds a worker to processAttestationResult
-