TianoCore EDK2 master
|
#include <CryptoPkg/Library/BaseCryptLibMbedTls/Pk/CryptPkcs7Internal.h>
Data Fields | |
INT32 | Version |
mbedtls_asn1_buf | DigestAlgorithms |
struct MbedtlsPkcs7Data | ContentInfo |
mbedtls_x509_crt | Certificates |
mbedtls_x509_crl | Crls |
struct MbedtlsPkcs7SignerInfo | SignerInfos |
Signed Data https://tools.ietf.org/html/rfc2315#section-9.1
Definition at line 62 of file CryptPkcs7Internal.h.
mbedtls_x509_crt MbedtlsPkcs7SignedData::Certificates |
Definition at line 66 of file CryptPkcs7Internal.h.
struct MbedtlsPkcs7Data MbedtlsPkcs7SignedData::ContentInfo |
Definition at line 65 of file CryptPkcs7Internal.h.
mbedtls_x509_crl MbedtlsPkcs7SignedData::Crls |
Definition at line 67 of file CryptPkcs7Internal.h.
mbedtls_asn1_buf MbedtlsPkcs7SignedData::DigestAlgorithms |
Definition at line 64 of file CryptPkcs7Internal.h.
struct MbedtlsPkcs7SignerInfo MbedtlsPkcs7SignedData::SignerInfos |
Definition at line 68 of file CryptPkcs7Internal.h.
INT32 MbedtlsPkcs7SignedData::Version |
Definition at line 63 of file CryptPkcs7Internal.h.