X509CertificateIssuer Struct Reference
Certificate Issuer extension. More...
#include <x509_common.h>
Data Fields | |
| bool_t | critical |
| X509OctetString | raw |
| uint_t | numGeneralNames |
| X509GeneralName | generalNames [X509_MAX_CERT_ISSUERS] |
Detailed Description
Certificate Issuer extension.
Definition at line 1198 of file x509_common.h.
Field Documentation
◆ critical
| bool_t critical |
Definition at line 1200 of file x509_common.h.
◆ generalNames
| X509GeneralName generalNames[X509_MAX_CERT_ISSUERS] |
Definition at line 1203 of file x509_common.h.
◆ numGeneralNames
| uint_t numGeneralNames |
Definition at line 1202 of file x509_common.h.
◆ raw
| X509OctetString raw |
Definition at line 1201 of file x509_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkix/x509_common.h
