Class Standards.ASN1.Types.Object

Inheritance graph
Description

Generic, abstract base class for ASN1 data types.


Constant constructed

constant int Standards.ASN1.Types.Object.constructed

Description

Flag indicating whether this type is a constructed (aka Compound) type or not.


Constant type_name

constant string Standards.ASN1.Types.Object.type_name

Description

ASN1 type name.


Variable cls

int(2bit) Standards.ASN1.Types.Object.cls

Description

ASN1 type class.


Variable tag

int(0..) Standards.ASN1.Types.Object.tag

Description

ASN1 type tag.