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

Uses of Asn1OctetString in com.objsys.asn1j.runtime
 

Subclasses of Asn1OctetString in com.objsys.asn1j.runtime
 class Asn1Base64BinaryString
          This is a container class for holding the components of an XML Base64Binary value.
 class Asn1ChoiceExt
          This is a container class for holding a CHOICE open type extension element.
 class Asn1OpenType
          This is a container class for holding the an ASN.1 open type value.
 class Asn1XerBase64OctetString
          This is a container class for holding the components of an ASN.1 octet string value.
 class Asn1XerOpenType
          This is a container class for holding the an ASN.1 open type value.
 

Fields in com.objsys.asn1j.runtime declared as Asn1OctetString
 Asn1OctetString Asn1EmbeddedPDV.data_value
           
 Asn1OctetString Asn1XerEmbeddedPDV.data_value
           
 Asn1OctetString Asn1XmlEmbeddedPDV.data_value
           
 

Methods in com.objsys.asn1j.runtime with parameters of type Asn1OctetString
 void Asn1External_encoding.set_octet_aligned(Asn1OctetString value)
           
 void Asn1XerExternal_encoding.set_octet_aligned(Asn1OctetString value)
           
 void Asn1XmlExternal_encoding.set_octet_aligned(Asn1OctetString value)
           
 

Constructors in com.objsys.asn1j.runtime with parameters of type Asn1OctetString
Asn1EmbeddedPDV(Asn1EmbeddedPDV_identification identification_, Asn1ObjectDescriptor data_value_descriptor_, Asn1OctetString data_value_)
          This constructor sets all elements to references to the given objects
Asn1EmbeddedPDV(Asn1EmbeddedPDV_identification identification_, Asn1OctetString data_value_)
          This constructor is for required elements only.
Asn1XerEmbeddedPDV(Asn1XerEmbeddedPDV_identification identification_, Asn1ObjectDescriptor data_value_descriptor_, Asn1OctetString data_value_)
          This constructor sets all elements to references to the given objects
Asn1XerEmbeddedPDV(Asn1XerEmbeddedPDV_identification identification_, Asn1OctetString data_value_)
          This constructor is for required elements only.
Asn1XmlEmbeddedPDV(Asn1XmlEmbeddedPDV_identification identification_, Asn1ObjectDescriptor data_value_descriptor_, Asn1OctetString data_value_)
          This constructor sets all elements to references to the given objects
Asn1XmlEmbeddedPDV(Asn1XmlEmbeddedPDV_identification identification_, Asn1OctetString data_value_)
          This constructor is for required elements only.