X509AuthInfoAccess Struct Reference
Authority Information Access extension. More...
#include <x509_common.h>
Data Fields | |
| bool_t | critical |
| X509OctetString | raw |
| uint_t | numAccessDescriptions |
| X509AccessDescription | accessDescriptions [X509_MAX_ACCESS_DESCRIPTIONS] |
Detailed Description
Authority Information Access extension.
Definition at line 1005 of file x509_common.h.
Field Documentation
◆ accessDescriptions
| X509AccessDescription accessDescriptions[X509_MAX_ACCESS_DESCRIPTIONS] |
Definition at line 1010 of file x509_common.h.
◆ critical
| bool_t critical |
Definition at line 1007 of file x509_common.h.
◆ numAccessDescriptions
| uint_t numAccessDescriptions |
Definition at line 1009 of file x509_common.h.
◆ raw
| X509OctetString raw |
Definition at line 1008 of file x509_common.h.
The documentation for this struct was generated from the following file:
- cyclone_crypto/pkix/x509_common.h
