UefiKey Class

A UEFI key signature.

Constructor

UefiKey(*args: Any, **kwargs: Any)

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 | _models.UefiKeyType | None

value

The value of the key signature.

value: list[str] | None