TianoCore EDK2 master
Loading...
Searching...
No Matches
MbedtlsPkcs7SignerInfo Struct Reference

#include <CryptoPkg/Library/BaseCryptLibMbedTls/Pk/CryptPkcs7Internal.h>

Data Fields

INT32 Version
 
mbedtls_x509_buf Serial
 
mbedtls_x509_name Issuer
 
mbedtls_x509_buf IssuerRaw
 
mbedtls_x509_buf AlgIdentifier
 
mbedtls_x509_buf SigAlgIdentifier
 
mbedtls_x509_buf AuthAttr
 
mbedtls_x509_buf Sig
 
struct MbedtlsPkcs7SignerInfoNext
 

Detailed Description

PKCS7 SignerInfo type https://tools.ietf.org/html/rfc2315#section-9.2

Definition at line 38 of file CryptPkcs7Internal.h.

Field Documentation

◆ AlgIdentifier

mbedtls_x509_buf MbedtlsPkcs7SignerInfo::AlgIdentifier

Definition at line 43 of file CryptPkcs7Internal.h.

◆ AuthAttr

mbedtls_x509_buf MbedtlsPkcs7SignerInfo::AuthAttr

Definition at line 45 of file CryptPkcs7Internal.h.

◆ Issuer

mbedtls_x509_name MbedtlsPkcs7SignerInfo::Issuer

Definition at line 41 of file CryptPkcs7Internal.h.

◆ IssuerRaw

mbedtls_x509_buf MbedtlsPkcs7SignerInfo::IssuerRaw

Definition at line 42 of file CryptPkcs7Internal.h.

◆ Next

struct MbedtlsPkcs7SignerInfo* MbedtlsPkcs7SignerInfo::Next

Definition at line 47 of file CryptPkcs7Internal.h.

◆ Serial

mbedtls_x509_buf MbedtlsPkcs7SignerInfo::Serial

Definition at line 40 of file CryptPkcs7Internal.h.

◆ Sig

mbedtls_x509_buf MbedtlsPkcs7SignerInfo::Sig

Definition at line 46 of file CryptPkcs7Internal.h.

◆ SigAlgIdentifier

mbedtls_x509_buf MbedtlsPkcs7SignerInfo::SigAlgIdentifier

Definition at line 44 of file CryptPkcs7Internal.h.

◆ Version

INT32 MbedtlsPkcs7SignerInfo::Version

Definition at line 39 of file CryptPkcs7Internal.h.


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