Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class Standards.ASN1.Decode.Constructed

Inheritance graph
Standards.ASN1.Types.Object Standards.ASN1.Types.Compound Standards.ASN1.Decode.Constructed
Description

Constructed type


Variable cls
Variable tag
Variable raw
Variable elements

int Standards.ASN1.Decode.Constructed.cls
int Standards.ASN1.Decode.Constructed.tag
string(8bit) Standards.ASN1.Decode.Constructed.raw
array(.Types.Object) Standards.ASN1.Decode.Constructed.elements


Inherit Compound

inherit .Types.Compound : Compound


Method create

Standards.ASN1.Decode.Constructed Standards.ASN1.Decode.Constructed(int cls, int tag, string(8bit) raw, array(.Types.Object) elements)