Parsed authority key identifier extension data. More...
#include <x509types.h>
Data Fields | |
| bool | present |
| bool | critical |
| uint8_t | keyidentifier [QSC_X509_KEY_IDENTIFIER_MAX] |
| size_t | keyidentifierlen |
| bool | issuer_present |
| bool | issuername_present |
| qsc_x509_name | issuername |
| bool | serial_present |
| uint8_t | serial [QSC_X509_SERIAL_NUMBER_MAX] |
| size_t | seriallen |
Parsed authority key identifier extension data.
| bool critical |
true if the extension critical flag was set.
| bool issuer_present |
true if the authorityCertIssuer field was present.
| qsc_x509_name issuername |
The decoded authorityCertIssuer directoryName when present.
| bool issuername_present |
true if a directoryName form was decoded from authorityCertIssuer.
| uint8_t keyidentifier[QSC_X509_KEY_IDENTIFIER_MAX] |
The authority key identifier octets.
| size_t keyidentifierlen |
The number of valid octets in the keyidentifier array.
| bool present |
true if the extension was decoded.
| uint8_t serial[QSC_X509_SERIAL_NUMBER_MAX] |
The authority certificate serial number octets.
| bool serial_present |
true if the authorityCertSerialNumber field was present.
| size_t seriallen |
The number of valid octets in the serial array.