|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Asn1ObjectIdentifier in com.objsys.asn1j.runtime |
---|
Subclasses of Asn1ObjectIdentifier in com.objsys.asn1j.runtime | |
---|---|
class |
Asn1RelativeOID
This is a container class for holding the components of an ASN.1 relative object identifier value. |
Fields in com.objsys.asn1j.runtime declared as Asn1ObjectIdentifier | |
---|---|
Asn1ObjectIdentifier |
Asn1CHARACTER_STRING_identification_syntaxes.abstract_
|
Asn1ObjectIdentifier |
Asn1EmbeddedPDV_identification_syntaxes.abstract_
|
Asn1ObjectIdentifier |
Asn1XerCHARACTER_STRING_identification_syntaxes.abstract_
|
Asn1ObjectIdentifier |
Asn1XerEmbeddedPDV_identification_syntaxes.abstract_
|
Asn1ObjectIdentifier |
Asn1XmlCHARACTER_STRING_identification_syntaxes.abstract_
|
Asn1ObjectIdentifier |
Asn1XmlEmbeddedPDV_identification_syntaxes.abstract_
|
Asn1ObjectIdentifier |
Asn1External.direct_reference
|
Asn1ObjectIdentifier |
Asn1XerExternal.direct_reference
|
Asn1ObjectIdentifier |
Asn1XmlExternal.direct_reference
|
Asn1ObjectIdentifier |
Asn1ABSTRACT_SYNTAX.id
|
Asn1ObjectIdentifier |
Asn1TYPE_IDENTIFIER.id
|
Asn1ObjectIdentifier |
Asn1CHARACTER_STRING_identification_syntaxes.transfer
|
Asn1ObjectIdentifier |
Asn1EmbeddedPDV_identification_syntaxes.transfer
|
Asn1ObjectIdentifier |
Asn1XerCHARACTER_STRING_identification_syntaxes.transfer
|
Asn1ObjectIdentifier |
Asn1XerEmbeddedPDV_identification_syntaxes.transfer
|
Asn1ObjectIdentifier |
Asn1XmlCHARACTER_STRING_identification_syntaxes.transfer
|
Asn1ObjectIdentifier |
Asn1XmlEmbeddedPDV_identification_syntaxes.transfer
|
Asn1ObjectIdentifier |
Asn1CHARACTER_STRING_identification_context_negotiation.transfer_syntax
|
Asn1ObjectIdentifier |
Asn1EmbeddedPDV_identification_context_negotiation.transfer_syntax
|
Asn1ObjectIdentifier |
Asn1XerCHARACTER_STRING_identification_context_negotiation.transfer_syntax
|
Asn1ObjectIdentifier |
Asn1XerEmbeddedPDV_identification_context_negotiation.transfer_syntax
|
Asn1ObjectIdentifier |
Asn1XmlCHARACTER_STRING_identification_context_negotiation.transfer_syntax
|
Asn1ObjectIdentifier |
Asn1XmlEmbeddedPDV_identification_context_negotiation.transfer_syntax
|
Methods in com.objsys.asn1j.runtime with parameters of type Asn1ObjectIdentifier | |
---|---|
void |
Asn1CHARACTER_STRING_identification.set_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1EmbeddedPDV_identification.set_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XerCHARACTER_STRING_identification.set_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XerEmbeddedPDV_identification.set_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XmlCHARACTER_STRING_identification.set_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XmlEmbeddedPDV_identification.set_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1CHARACTER_STRING_identification.set_transfer_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1EmbeddedPDV_identification.set_transfer_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XerCHARACTER_STRING_identification.set_transfer_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XerEmbeddedPDV_identification.set_transfer_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XmlCHARACTER_STRING_identification.set_transfer_syntax(Asn1ObjectIdentifier value)
|
void |
Asn1XmlEmbeddedPDV_identification.set_transfer_syntax(Asn1ObjectIdentifier value)
|
Constructors in com.objsys.asn1j.runtime with parameters of type Asn1ObjectIdentifier | |
---|---|
Asn1ABSTRACT_SYNTAX(Asn1ObjectIdentifier id_,
java.lang.Object Type_,
Asn1_ABSTRACT_SYNTAX_property property_)
|
|
Asn1CHARACTER_STRING_identification_context_negotiation(Asn1Integer presentation_context_id_,
Asn1ObjectIdentifier transfer_syntax_)
This constructor sets all elements to references to the given objects |
|
Asn1CHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1EmbeddedPDV_identification_context_negotiation(Asn1Integer presentation_context_id_,
Asn1ObjectIdentifier transfer_syntax_)
This constructor sets all elements to references to the given objects |
|
Asn1EmbeddedPDV_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1External(Asn1ObjectIdentifier direct_reference_,
Asn1Integer indirect_reference_,
Asn1ObjectDescriptor data_value_descriptor_,
Asn1External_encoding encoding_)
This constructor sets all elements to references to the given objects |
|
Asn1TYPE_IDENTIFIER(Asn1ObjectIdentifier id_,
java.lang.Object Type_)
|
|
Asn1XerCHARACTER_STRING_identification_context_negotiation(Asn1Integer presentation_context_id_,
Asn1ObjectIdentifier transfer_syntax_)
This constructor sets all elements to references to the given objects |
|
Asn1XerCHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1XerEmbeddedPDV_identification_context_negotiation(Asn1Integer presentation_context_id_,
Asn1ObjectIdentifier transfer_syntax_)
This constructor sets all elements to references to the given objects |
|
Asn1XerEmbeddedPDV_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1XerExternal(Asn1ObjectIdentifier direct_reference_,
Asn1Integer indirect_reference_,
Asn1ObjectDescriptor data_value_descriptor_,
Asn1XerExternal_encoding encoding_)
This constructor sets all elements to references to the given objects |
|
Asn1XmlCHARACTER_STRING_identification_context_negotiation(Asn1Integer presentation_context_id_,
Asn1ObjectIdentifier transfer_syntax_)
This constructor sets all elements to references to the given objects |
|
Asn1XmlCHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1XmlEmbeddedPDV_identification_context_negotiation(Asn1Integer presentation_context_id_,
Asn1ObjectIdentifier transfer_syntax_)
This constructor sets all elements to references to the given objects |
|
Asn1XmlEmbeddedPDV_identification_syntaxes(Asn1ObjectIdentifier abstract__,
Asn1ObjectIdentifier transfer_)
This constructor sets all elements to references to the given objects |
|
Asn1XmlExternal(Asn1ObjectIdentifier direct_reference_,
Asn1Integer indirect_reference_,
Asn1ObjectDescriptor data_value_descriptor_,
Asn1XmlExternal_encoding encoding_)
This constructor sets all elements to references to the given objects |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |