ReactOS 0.4.15-dev-7942-gd23573b
mbedtls_oid_descriptor_t Struct Reference

Base OID descriptor structure. More...

#include <oid.h>

Public Attributes

const charasn1
 
size_t asn1_len
 
const charname
 
const chardescription
 

Detailed Description

Base OID descriptor structure.

Definition at line 431 of file oid.h.

Member Data Documentation

◆ asn1

const char* mbedtls_oid_descriptor_t::asn1

OID ASN.1 representation

Definition at line 433 of file oid.h.

◆ asn1_len

size_t mbedtls_oid_descriptor_t::asn1_len

length of asn1

Definition at line 434 of file oid.h.

◆ description

const char* mbedtls_oid_descriptor_t::description

human friendly description

Definition at line 436 of file oid.h.

◆ name

const char* mbedtls_oid_descriptor_t::name

official name (e.g. from RFC)

Definition at line 435 of file oid.h.


The documentation for this struct was generated from the following file: