Class SecureBootModule

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int SECURE_BOOT
      Result type for report generated by SNPGuest
    • Field Detail

      • SECURE_BOOT

        public static final int SECURE_BOOT
        Result type for report generated by SNPGuest
        See Also:
        Constant Field Values
    • Constructor Detail

      • SecureBootModule

        public SecureBootModule()
    • Method Detail

      • getName

        public java.lang.String getName()
        Description copied from interface: AttestationModule
        Retrieves the name of the attestation module
        Specified by:
        getName in interface AttestationModule
        Returns:
        the unique name of this module
      • getSupportedType

        public int getSupportedType()
        Description copied from interface: AttestationModule
        Retrieves attestation result type that this module is able to verify. Please refer to uyuni codebase, class com/suse/manager/model/attestation/CoCoResultType.java for a list of possible values
        Specified by:
        getSupportedType in interface AttestationModule
        Returns:
        the supported result type
      • getAdditionalMappers

        public java.util.List<java.lang.String> getAdditionalMappers()
        Description copied from interface: AttestationModule
        Additional Mybatis mappers needed by this attestation module.
        Specified by:
        getAdditionalMappers in interface AttestationModule
        Returns:
        a list of resources processable by ClassLoader.getSystemResource(String)