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 -
-
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()
-