|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 an ASN.1 open type value. |
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. |
Fields in com.objsys.asn1j.runtime declared as Asn1OctetString | |
---|---|
Asn1OctetString |
Asn1EmbeddedPDV.data_value
|
Asn1OctetString |
Asn1XerEmbeddedPDV.data_value
|
Asn1OctetString |
Asn1XmlEmbeddedPDV.data_value
|
Asn1OctetString |
Asn1CHARACTER_STRING.string_value
|
Asn1OctetString |
Asn1XerCHARACTER_STRING.string_value
|
Asn1OctetString |
Asn1XmlCHARACTER_STRING.string_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 | |
---|---|
Asn1CHARACTER_STRING(Asn1CHARACTER_STRING_identification identification_,
Asn1ObjectDescriptor data_value_descriptor_,
Asn1OctetString string_value_)
This constructor sets all elements to references to the given objects |
|
Asn1CHARACTER_STRING(Asn1CHARACTER_STRING_identification identification_,
Asn1OctetString string_value_)
This constructor is for required elements only. |
|
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. |
|
Asn1XerCHARACTER_STRING(Asn1XerCHARACTER_STRING_identification identification_,
Asn1ObjectDescriptor data_value_descriptor_,
Asn1OctetString string_value_)
This constructor sets all elements to references to the given objects |
|
Asn1XerCHARACTER_STRING(Asn1XerCHARACTER_STRING_identification identification_,
Asn1OctetString string_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. |
|
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification identification_,
Asn1ObjectDescriptor data_value_descriptor_,
Asn1OctetString string_value_)
This constructor sets all elements to references to the given objects |
|
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification identification_,
Asn1OctetString string_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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |