A decoded subject public key information structure. More...
#include <x509types.h>
Data Fields | |
| qsc_x509_algorithm_identifier | algorithm |
| uint8_t | publickey [QSC_X509_SPKI_MAX] |
| size_t | publickeylen |
| uint8_t | unusedbits |
A decoded subject public key information structure.
| qsc_x509_algorithm_identifier algorithm |
The subject public key algorithm identifier.
| uint8_t publickey[QSC_X509_SPKI_MAX] |
The BIT STRING payload octets of the subject public key.
| size_t publickeylen |
The number of valid octets in the publickey array.
| uint8_t unusedbits |
The number of unused bits in the final public key octet.