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
          Deprecated. Use Asn1OpenType instead. You can use the constructors where you specify the encoding, and specify XER if you are populating with byte data that is a UTF-8 XML encoding of the actual 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 Asn1XerExternal_encoding.set_single_ASN1_type(Asn1OpenType value)
           
 void Asn1XmlExternal_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.