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

#include <pkcs7.h>

Collaboration diagram for mbedtls_pkcs7_signer_info:
Collaboration graph
[legend]

Data Fields

int private_version
 
mbedtls_x509_buf private_serial
 
mbedtls_x509_name private_issuer
 
mbedtls_x509_buf private_issuer_raw
 
mbedtls_x509_buf private_alg_identifier
 
mbedtls_x509_buf private_sig_alg_identifier
 
mbedtls_x509_buf private_sig
 
struct mbedtls_pkcs7_signer_infoprivate_next
 

Detailed Description

Structure holding PKCS7 signer info

Definition at line 124 of file pkcs7.h.

Field Documentation

◆ private_alg_identifier

mbedtls_x509_buf mbedtls_pkcs7_signer_info::private_alg_identifier

Definition at line 130 of file pkcs7.h.

◆ private_issuer

mbedtls_x509_name mbedtls_pkcs7_signer_info::private_issuer

Definition at line 128 of file pkcs7.h.

◆ private_issuer_raw

mbedtls_x509_buf mbedtls_pkcs7_signer_info::private_issuer_raw

Definition at line 129 of file pkcs7.h.

◆ private_next

struct mbedtls_pkcs7_signer_info* mbedtls_pkcs7_signer_info::private_next

Definition at line 133 of file pkcs7.h.

◆ private_serial

mbedtls_x509_buf mbedtls_pkcs7_signer_info::private_serial

Definition at line 127 of file pkcs7.h.

◆ private_sig

mbedtls_x509_buf mbedtls_pkcs7_signer_info::private_sig

Definition at line 132 of file pkcs7.h.

◆ private_sig_alg_identifier

mbedtls_x509_buf mbedtls_pkcs7_signer_info::private_sig_alg_identifier

Definition at line 131 of file pkcs7.h.

◆ private_version

int mbedtls_pkcs7_signer_info::private_version

Definition at line 126 of file pkcs7.h.


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