Container for ASN1 bit strings.

Public Attributes#

size_t

ASN1 length, in octets.

unsigned char

Number of unused bits at the end of the string.

unsigned char *

Raw ASN1 data for the bit string.

Public Attribute Documentation#

len#

size_t mbedtls_asn1_bitstring::len

ASN1 length, in octets.


unused_bits#

unsigned char mbedtls_asn1_bitstring::unused_bits

Number of unused bits at the end of the string.


p#

unsigned char* mbedtls_asn1_bitstring::p

Raw ASN1 data for the bit string.