Uefi Key Signatures Response
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)