ASN1_ITEM_st

This is the actual ASN1 item itself

Members

Variables

funcs
const(void)* funcs;

functions that handle this type

itype
char itype;

The item type, primitive, SEQUENCE, CHOICE or extern

size
core.stdc.config.c_long size;

Structure size (usually)

sname
const(char)* sname;

Structure name

tcount
core.stdc.config.c_long tcount;

Number of templates if SEQUENCE or CHOICE

templates
const(libressl_d.openssl.asn1.ASN1_TEMPLATE)* templates;

If SEQUENCE or CHOICE this contains the contents

utype
core.stdc.config.c_long utype;

underlying type

Meta