Class Standards.ASN1.Types.MetaExplicit
- Description
Meta-instances handle a particular explicit tag and set of types. Once cloned this object works as a factory for Compound objects with the cls and tag that the meta object was initialized with.
- Example
MetaExplicit m = MetaExplicit(1,2); Compound c = m(Integer(3));
- Method create
Standards.ASN1.Types.MetaExplicit Standards.ASN1.Types.MetaExplicit(int cls, int tag, mapping(int:program)|void types)