Class SecureBootWorker

java.lang.Object
com.suse.coco.module.secureboot.SecureBootWorker
All Implemented Interfaces:
AttestationWorker

public class SecureBootWorker extends Object implements AttestationWorker
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
  • Constructor Details

    • SecureBootWorker

      public SecureBootWorker()
  • Method Details

    • processRequest

      public boolean processRequest(org.apache.ibatis.session.SqlSession session, AttestationResult result)
      Description copied from interface: AttestationWorker
      Process the attestation request of a given attestation result.
      Specified by:
      processRequest in interface AttestationWorker
      Parameters:
      session - the active mybatis database session
      result - the attestation result to process.
      Returns:
      true if the processing succeeded, false otherwise.
    • processVerification

      public boolean processVerification(org.apache.ibatis.session.SqlSession session, AttestationResult result)
      Description copied from interface: AttestationWorker
      Process the attestation verification of a given attestation result.
      Specified by:
      processVerification in interface AttestationWorker
      Parameters:
      session - the active mybatis database session
      result - the attestation result to process.
      Returns:
      true if the processing succeeded, false otherwise.