ReactOS 0.4.15-dev-7918-g2a2556c
WIN_CERTIFICATE_EFI_PKCS1_15 Struct Reference

#include <WinCertificate.h>

Collaboration diagram for WIN_CERTIFICATE_EFI_PKCS1_15:

Public Attributes

WIN_CERTIFICATE Hdr
 
EFI_GUID HashAlgorithm
 

Detailed Description

Certificate which encapsulates the RSASSA_PKCS1-v1_5 digital signature.

The WIN_CERTIFICATE_UEFI_PKCS1_15 structure is derived from WIN_CERTIFICATE and encapsulate the information needed to
implement the RSASSA-PKCS1-v1_5 digital signature algorithm as
specified in RFC2437.

Definition at line 103 of file WinCertificate.h.

Member Data Documentation

◆ HashAlgorithm

EFI_GUID WIN_CERTIFICATE_EFI_PKCS1_15::HashAlgorithm

This is the hashing algorithm which was performed on the UEFI executable when creating the digital signature.

Definition at line 113 of file WinCertificate.h.

◆ Hdr

WIN_CERTIFICATE WIN_CERTIFICATE_EFI_PKCS1_15::Hdr

This is the standard WIN_CERTIFICATE header, where wCertificateType is set to WIN_CERT_TYPE_UEFI_PKCS1_15.

Definition at line 108 of file WinCertificate.h.


The documentation for this struct was generated from the following file: