Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_oid_descriptor_t Struct Reference

Base OID descriptor structure. More...

#include <oid.h>

Data Fields

const char * asn1
 
size_t asn1_len
 
const char * name
 
const char * description
 

Detailed Description

Base OID descriptor structure.

Definition at line 447 of file oid.h.

Field Documentation

◆ asn1

const char* asn1

OID ASN.1 representation

Definition at line 449 of file oid.h.

◆ asn1_len

size_t asn1_len

length of asn1

Definition at line 450 of file oid.h.

◆ name

const char* name

official name (e.g. from RFC)

Definition at line 451 of file oid.h.

◆ description

const char* description

human friendly description

Definition at line 452 of file oid.h.