Package org.asnlab.asndt.runtime.type
Class AsnModule
java.lang.Object
org.asnlab.asndt.runtime.type.AsnModule
Instances of the class
AsnModule represent the metadata
of ASN.1 Module.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddObjectSet(Integer tid, Integer oid, AsnType type, Vector objectSet) voidvoidvoidaddValueSet(Integer tid, Integer vid, AsnType type, Vector valueSet) byte[]encode()getObject(int objectId, AsnConverter converter) getObjectSet(int objectSetId, AsnConverter converter) getType(int id) getValue(int valueId, AsnConverter converter) getValueSet(int valueSetId, AsnConverter converter)
-
Constructor Details
-
AsnModule
public AsnModule() -
AsnModule
-
-
Method Details
-
encode
public byte[] encode() -
addType
-
addValue
-
addValueSet
-
addObject
-
addObjectSet
-
getType
-
getValue
-
getValueSet
-
getObject
-
getObjectSet
-