UefiKey Class
A UEFI key signature.
Constructor
UefiKey()
Variables
| Name | Description |
|---|---|
|
type
|
The type of key signature. Known values are: "sha256" and "x509". |
|
value
|
The value of the key signature. |
Attributes
type
"sha256" and "x509".
type: str | UefiKeyType
value
The value of the key signature.
value: list[str]