Uses of Class
com.suse.coco.module.snpguest.execution.ProcessOutput
Packages that use ProcessOutput
-
Uses of ProcessOutput in com.suse.coco.module.snpguest
Methods in com.suse.coco.module.snpguest with parameters of type ProcessOutputModifier and TypeMethodDescriptionprivate voidSNPGuestWorker.appendError(String message, ProcessOutput processOutput) private voidSNPGuestWorker.appendOutput(String message, ProcessOutput processOutput) private voidSNPGuestWorker.appendSuccess(String message, ProcessOutput output) private static StringSNPGuestWorker.getProcessOutputDetails(ProcessOutput processOutput) -
Uses of ProcessOutput in com.suse.coco.module.snpguest.execution
Methods in com.suse.coco.module.snpguest.execution that return ProcessOutputModifier and TypeMethodDescriptionAbstractSNPGuestWrapper.displayReport(Path report) Display the attestation report.protected ProcessOutputAbstractSNPGuestWrapper.executeProcess(String... command) Executes a commandline processabstract ProcessOutputAbstractSNPGuestWrapper.fetchVCEK(EpycGeneration generation, Path certsDir, Path report) Fetch the VCEK from the KDS.SNPGuestWrapperVer07Below.fetchVCEK(EpycGeneration generation, Path certsDir, Path report) Fetch the VCEK from the KDS.SNPGuestWrapperVer09Above.fetchVCEK(EpycGeneration generation, Path certsDir, Path report) Fetch the VCEK from the KDS.abstract ProcessOutputAbstractSNPGuestWrapper.verifyAttestation(EpycGeneration generation, Path certsDir, Path report) Verify the attestation report.SNPGuestWrapperVer07Below.verifyAttestation(EpycGeneration generation, Path certsDir, Path report) Verify the attestation report.SNPGuestWrapperVer09Above.verifyAttestation(EpycGeneration generation, Path certsDir, Path report) Verify the attestation report.AbstractSNPGuestWrapper.verifyCertificates(Path certsDir) Verify the certificate chain.