Type-length-value structure that allows for ASN1 using DER. More...
#include <asn1.h>
Type-length-value structure that allows for ASN1 using DER.
Definition at line 145 of file asn1.h.
ASN1 type, e.g.
MBEDTLS_ASN1_UTF8_STRING.
Definition at line 147 of file asn1.h.
ASN1 length, in octets.
Definition at line 148 of file asn1.h.
ASN1 data, e.g.
in ASCII.
Definition at line 149 of file asn1.h.