Uses of Class
com.objsys.asn1j.runtime.Asn1OpenType

Uses of Asn1OpenType in com.objsys.asn1j.runtime
 

Subclasses of Asn1OpenType in com.objsys.asn1j.runtime
 class Asn1ChoiceExt
          This is a container class for holding a CHOICE open type extension element.
 class Asn1XerOpenType
          This is a container class for holding the an ASN.1 open type value.
 

Methods in com.objsys.asn1j.runtime that return Asn1OpenType
 Asn1OpenType Asn1OpenExt.decodeOpenType(Asn1PerDecodeBuffer buffer, boolean present, int index)
          This method decodes a single open type extension item in a SEQUENCE or SET construct using the packed encoding rules (PER).
 

Methods in com.objsys.asn1j.runtime with parameters of type Asn1OpenType
 void Asn1External_encoding.set_single_ASN1_type(Asn1OpenType value)
           
 void Asn1OpenExt.setOpenType(Asn1OpenType object, int index)
          This method will add the given open type object to the open extension element list at the given index.