iPXE
|
Certificate which encapsulates a GUID-specific digital signature. More...
#include <WinCertificate.h>
Data Fields | |
WIN_CERTIFICATE | Hdr |
This is the standard WIN_CERTIFICATE header, where wCertificateType is set to WIN_CERT_TYPE_EFI_GUID. | |
EFI_GUID | CertType |
This is the unique id which determines the format of the CertData. | |
UINT8 | CertData [1] |
The following is the certificate data. |
Certificate which encapsulates a GUID-specific digital signature.
Definition at line 76 of file WinCertificate.h.
This is the standard WIN_CERTIFICATE header, where wCertificateType is set to WIN_CERT_TYPE_EFI_GUID.
Definition at line 81 of file WinCertificate.h.
This is the unique id which determines the format of the CertData.
Definition at line 86 of file WinCertificate.h.
The following is the certificate data.
The format of the data is determined by the CertType. If CertType is EFI_CERT_TYPE_RSA2048_SHA256_GUID, the CertData will be EFI_CERT_BLOCK_RSA_2048_SHA256 structure.
Definition at line 93 of file WinCertificate.h.