mbed TLS v3.3.0
Loading...
Searching...
No Matches
Data Fields
mbedtls_pkcs7 Struct Reference

#include <pkcs7.h>

Collaboration diagram for mbedtls_pkcs7:
Collaboration graph
[legend]

Data Fields

mbedtls_pkcs7_buf private_raw
 
mbedtls_pkcs7_buf private_content_type_oid
 
mbedtls_pkcs7_signed_data private_signed_data
 

Detailed Description

Structure holding PKCS7 structure, only signed data for now

Definition at line 167 of file pkcs7.h.

Field Documentation

◆ private_content_type_oid

mbedtls_pkcs7_buf mbedtls_pkcs7::private_content_type_oid

Definition at line 170 of file pkcs7.h.

◆ private_raw

mbedtls_pkcs7_buf mbedtls_pkcs7::private_raw

Definition at line 169 of file pkcs7.h.

◆ private_signed_data

mbedtls_pkcs7_signed_data mbedtls_pkcs7::private_signed_data

Definition at line 171 of file pkcs7.h.


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