UefiKeySignaturesResponse

data class UefiKeySignaturesResponse(val db: List<UefiKeyResponse>? = null, val dbx: List<UefiKeyResponse>? = null, val kek: List<UefiKeyResponse>? = null, val pk: UefiKeyResponse? = null)

Additional UEFI key signatures that will be added to the image in addition to the signature templates

Constructors

Link copied to clipboard
constructor(db: List<UefiKeyResponse>? = null, dbx: List<UefiKeyResponse>? = null, kek: List<UefiKeyResponse>? = null, pk: UefiKeyResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val db: List<UefiKeyResponse>? = null

The database of UEFI keys for this image version.

Link copied to clipboard
val dbx: List<UefiKeyResponse>? = null

The database of revoked UEFI keys for this image version.

Link copied to clipboard
val kek: List<UefiKeyResponse>? = null

The Key Encryption Keys of this image version.

Link copied to clipboard
val pk: UefiKeyResponse? = null

The Platform Key of this image version.