Uses of Interface
com.suse.coco.module.AttestationWorker
-
Packages that use AttestationWorker Package Description com.suse.coco.attestation com.suse.coco.module com.suse.coco.module.secureboot com.suse.coco.module.snpguest -
-
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 typeAttestationWorkerAttestationModule. getWorker()Builds a worker to processAttestationResult -
Uses of AttestationWorker in com.suse.coco.module.secureboot
Classes in com.suse.coco.module.secureboot that implement AttestationWorker Modifier and Type Class Description classSecureBootWorkerMethods in com.suse.coco.module.secureboot that return AttestationWorker Modifier and Type Method Description AttestationWorkerSecureBootModule. getWorker() -
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()
-