UefiKeySignatures Class

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

Constructor

UefiKeySignatures()

Variables

Name Description
pk
<xref:<xref:"UefiKey">>

The Platform Key of this image version.

kek
list[<xref:"UefiKey">]

The Key Encryption Keys of this image version.

db
list[<xref:"UefiKey">]

The database of UEFI keys for this image version.

dbx
list[<xref:"UefiKey">]

The database of revoked UEFI keys for this image version.

Attributes

db

The database of UEFI keys for this image version.

db: list[azure.mgmt.compute.types.UefiKey]

dbx

The database of revoked UEFI keys for this image version.

dbx: list[azure.mgmt.compute.types.UefiKey]

kek

The Key Encryption Keys of this image version.

kek: list[azure.mgmt.compute.types.UefiKey]

pk

The Platform Key of this image version.

pk: UefiKey