A normalized ASN.1 BIT STRING representation. More...
#include <asn1.h>
Data Fields | |
| const uint8_t * | data |
| size_t | length |
| uint8_t | unused |
A normalized ASN.1 BIT STRING representation.
| const uint8_t* data |
Pointer to the BIT STRING payload octets, excluding the unused-bits count byte.
| size_t length |
The number of payload octets.
| uint8_t unused |
The number of unused bits in the final payload octet.