asn1_string_st

This is the base type that holds just about everything :-\)

extern (C) nothrow @nogc
struct asn1_string_st {}

Members

Variables

data
ubyte* data;
Undocumented in source.
flags
core.stdc.config.c_long flags;

The value of the following field depends on the type being held. It is mostly being used for BIT_STRING so if the input data has a non-zero 'unused bits' value, it will be handled correctly

length_
int length_;
Undocumented in source.
type
int type;
Undocumented in source.

Meta