Package | Description |
---|---|
com.opencloud.slee.resources.cgin |
Defines an API for the CGIN infrastructure on which all protocols are built.
|
com.opencloud.slee.resources.cgin.callcontrol |
Provides a common API for callcontrol protocols originally based on the INAP
family of protocols.
|
com.opencloud.slee.resources.cgin.callcontrol.events |
Provides event wrapper classes for the callcontrol pseudo-protocol.
|
com.opencloud.slee.resources.cgin.callcontrol.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the callcontrol protocol.
|
com.opencloud.slee.resources.cgin.cap_v1 |
Provides an API for the CAP v1 protocol.
|
com.opencloud.slee.resources.cgin.cap_v1.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v1 protocol.
|
com.opencloud.slee.resources.cgin.cap_v1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v2 |
Provides an API for the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v2.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v2 protocol.
|
com.opencloud.slee.resources.cgin.cap_v2.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v3 |
Provides an API for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.events |
Provides event wrapper classes for the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the CAP v3 protocol.
|
com.opencloud.slee.resources.cgin.cap_v3.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.cap_v4 |
Provides an API for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.events |
Provides event wrapper classes for the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v4 protocol.
|
com.opencloud.slee.resources.cgin.cap_v4.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1 |
Provides an API for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.events |
Provides event wrapper classes for the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the ETSI INAP CS1 protocol.
|
com.opencloud.slee.resources.cgin.etsi_inap_cs1.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.map |
Provides an API for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.events |
Provides event wrapper classes for the MAP protocol.
|
com.opencloud.slee.resources.cgin.map.metadata |
Contains metadata classes describing the supported operations, errors, and application contexts
of the MAP protocol, as defined at Release 10.
|
com.opencloud.slee.resources.cgin.map.persist |
Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages.
|
com.opencloud.slee.resources.cgin.persist |
Common API for CGIN's "fast persist" infrastructure.
|
com.opencloud.slee.resources.cgin.xpath |
Supports the use of XPath expressions on CGIN data structures
such as operation arguments, results and errors.
|
com.opencloud.slee.resources.in.datatypes |
Defines classes that support the representation of low-level types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
com.opencloud.slee.resources.in.datatypes.cc |
Defines classes to represent some call-control types
for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause),
and for which standards define the layout of bit-fields within the octet strings.
|
com.opencloud.slee.resources.in.datatypes.map |
Defines classes to represent some MAP types
for which their ASN.1 specifications say merely OCTET STRING,
that are not used by other protocols,
and for which standards define the layout of bit-fields within the octet strings.
|
com.opencloud.slee.resources.in.datatypes.map.nsap |
Defines classes to represent Network Service Access Point (NSAP) types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
com.opencloud.slee.resources.in.datatypes.sms |
Defines classes to represent some short message service (SMS) types
for which their ASN.1 specifications say merely OCTET STRING,
and for which standards define the layout of bit-fields within the octet strings.
|
Class and Description |
---|
AbstractEncodedDataObject
Class AbstractEncodedDataObject represents an AbstractFieldsObject in which
the state is represented in an encoded form.
|
AbstractLazyEncodedByteArray
Class AbstractLazyEncodedByteArray represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when first needed).
|
AbstractLazyEncodedDataObject
Class AbstractLazyEncodedDataObject represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when needed).
|
ArrayDataObject
An ArrayDataObject is a DataObject whose content is an array.
|
ArrayOfDataObject
An ArrayOfDataObject is a DataObject whose content is an array of DataObjects.
|
ASN1Null
A representation for the ASN1 Null type.
|
ASN1Time
Common representation for the ASN.1 types GeneralizedTime and UTCTime
in APIs generated by the ASN.1 code generation framework.
|
BitString
Represents ASN.1 BIT STRING types.
|
BitStringWithNamedBits.NamedBit
Represents a single named bit as a NamedInteger.
|
BooleanDataObject
A BooleanDataObject is an ImmutableDataObject whose content is a boolean value.
|
CGINProvider
Allows SLEE services to create new outgoing CGIN dialogs.
|
Code
A Code used to identify a TCAP Operation or Error.
|
Code.Choice
Enumeration of discriminating values.
|
ComponentEvent
Marker superclass for all component-based events.
|
ComponentRejectedEvent.RejectType
Enum used to distinguish local and remote rejects
|
ContainingOctetString
A ContainingOctetString is an ExtendibleOctetString that contains a DataObject.
|
DecodeException
Runtime exception thrown when an attempt is made to access
data that requires decoding of the enclosing datatype, but
decoding fails.
|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
Dialog.State
An enumeration of the states a dialog may be in.
|
DialogEvent
Superclass for all dialogue-level events.
|
DialogOpenRequestEvent
Defines the dialog Open request indication that may be received from the network.
|
EncodedExternal.ExternalEncoding
Possible encoding forms.
|
EncodedInteger.Codec
Every EncodedInteger instance has an associated Codec instance
that knows how to encode / decode / range-check integers of that type.
|
EncodedStringWithIndicators
Class EncodedStringWithIndicators represents the encoded form of a string field.
|
EncodeException
Runtime exception thrown when an attempt is made to access
encoded data that requires reencoding of the enclosing datatype, but
encoding fails.
|
EncodeFailedException
Exception thrown when encoding of an outgoing message fails for some reason.
|
Event
Superclass of all Dialog and Operation Events
|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
FieldAccessorFactory.Presence
Constants for distinguishing whether this field must be present.
|
ObjectID
ObjectID is a representation of an ASN.1 OBJECT IDENTIFIER value.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
OpenId.Choice
API for the choice's discriminant.
|
OpenRefuseReason
Enumeration of reasons for an open refuse.
|
OperationErrorEvent
Marker superclass that defines an Operation Error, either User or Provider.
|
OperationEvent
Superclass for all Operation Events
|
PAbortCause
Possible values for the p-abortCause field of a TCAP Abort message.
|
ProtocolException
Base exception for all protocol-related exceptions.
|
ProviderAbortReason
Enumeration of reasons for a provider abort.
|
ProviderErrorReason
Enumeration of reasons for a provider error.
|
RejectProblem
Possible values for the problem field in a Reject component
|
RejectProblem.GeneralProblem
Possible GeneralProblem values.
|
RejectProblem.InvokeProblem
Possible InvokeProblem values.
|
RejectProblem.ReturnErrorProblem
Possible ReturnErrorProblem values.
|
RejectProblem.ReturnResultProblem
Possible ReturnResultProblem values.
|
SccpAddress
This class encapsulates an SCCP Address that is used for SCCP network routing.
|
SccpAddress.GTIndicator
Enumeration of global title indicator values.
|
SccpAddress.Type
Enumeration of SCCP Address types.
|
StringIndicators
Class StringIndicators represents the encoded form of a String field.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
TcapOperation.OperationClass
Enum for TCAP Class of Operation, as defined in ITU Q.773.
|
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
Class and Description |
---|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
ProtocolException
Base exception for all protocol-related exceptions.
|
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
Class and Description |
---|
ComponentEvent
Marker superclass for all component-based events.
|
Event
Superclass of all Dialog and Operation Events
|
OperationErrorEvent
Marker superclass that defines an Operation Error, either User or Provider.
|
OperationEvent
Superclass for all Operation Events
|
OperationInvokeEvent
Base class for all operation-specific invoke event classes.
|
OperationResultEvent
Superclass for all Operation Result Events
|
OperationUserErrorEvent
Class that defines an Operation User Error.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
ContainingOctetString
A ContainingOctetString is an ExtendibleOctetString that contains a DataObject.
|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
OpenId
Represents the value of an identifier field that's associated with an open type.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
Class and Description |
---|
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
OpenId
Represents the value of an identifier field that's associated with an open type.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
ProtocolException
Base exception for all protocol-related exceptions.
|
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
Class and Description |
---|
ComponentEvent
Marker superclass for all component-based events.
|
Event
Superclass of all Dialog and Operation Events
|
OperationErrorEvent
Marker superclass that defines an Operation Error, either User or Provider.
|
OperationEvent
Superclass for all Operation Events
|
OperationInvokeEvent
Base class for all operation-specific invoke event classes.
|
OperationResultEvent
Superclass for all Operation Result Events
|
OperationUserErrorEvent
Class that defines an Operation User Error.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
OpenId
Represents the value of an identifier field that's associated with an open type.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
ProtocolException
Base exception for all protocol-related exceptions.
|
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
Class and Description |
---|
ComponentEvent
Marker superclass for all component-based events.
|
Event
Superclass of all Dialog and Operation Events
|
OperationErrorEvent
Marker superclass that defines an Operation Error, either User or Provider.
|
OperationEvent
Superclass for all Operation Events
|
OperationInvokeEvent
Base class for all operation-specific invoke event classes.
|
OperationResultEvent
Superclass for all Operation Result Events
|
OperationUserErrorEvent
Class that defines an Operation User Error.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
OpenId
Represents the value of an identifier field that's associated with an open type.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
ContainingOctetString
A ContainingOctetString is an ExtendibleOctetString that contains a DataObject.
|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
ExtendibleOctetString
An ExtendibleOctetString is an AbstractFieldsObject whose first field is the encoded byte array
form of the OCTET STRING.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
ProtocolException
Base exception for all protocol-related exceptions.
|
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
Class and Description |
---|
ComponentEvent
Marker superclass for all component-based events.
|
Event
Superclass of all Dialog and Operation Events
|
OperationEvent
Superclass for all Operation Events
|
OperationInvokeEvent
Base class for all operation-specific invoke event classes.
|
OperationResultEvent
Superclass for all Operation Result Events
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
OpenId
Represents the value of an identifier field that's associated with an open type.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
BitString
Represents ASN.1 BIT STRING types.
|
BitStringWithNamedBits
Abstract class for bit string values whose ASN.1 types are declared with one or more named bits.
|
BitStringWithNamedBits.NamedBit
Represents a single named bit as a NamedInteger.
|
ContainingOctetString
A ContainingOctetString is an ExtendibleOctetString that contains a DataObject.
|
Dialog
Activity object representing a TCAP dialog managed by CGIN.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
ObjectID
ObjectID is a representation of an ASN.1 OBJECT IDENTIFIER value.
|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
ProtocolException
Base exception for all protocol-related exceptions.
|
TooManyInvokesException
Thrown when an automatically allocated invoke ID is requested,
but there are already the maximum number of outstanding invokes
present on the dialogue.
|
Class and Description |
---|
ComponentEvent
Marker superclass for all component-based events.
|
Event
Superclass of all Dialog and Operation Events
|
OperationErrorEvent
Marker superclass that defines an Operation Error, either User or Provider.
|
OperationEvent
Superclass for all Operation Events
|
OperationInvokeEvent
Base class for all operation-specific invoke event classes.
|
OperationResultEvent
Superclass for all Operation Result Events
|
OperationUserErrorEvent
Class that defines an Operation User Error.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
AbstractInfoObject
An AbstractInfoObject is an ImmutableDataObject representing an ASN.1 information object,
for which
equals() , hashCode() and toString()
are defined in terms of the information object's name. |
OpenId
Represents the value of an identifier field that's associated with an open type.
|
TcapApplicationContext
Describes a single TCAP application context.
|
TcapError
Describes a single TCAP error.
|
TcapOperation
Describes a single TCAP operation.
|
Class and Description |
---|
OpenId
Represents the value of an identifier field that's associated with an open type.
|
Class and Description |
---|
DecodeException
Runtime exception thrown when an attempt is made to access
data that requires decoding of the enclosing datatype, but
decoding fails.
|
EncodeException
Runtime exception thrown when an attempt is made to access
encoded data that requires reencoding of the enclosing datatype, but
encoding fails.
|
Class and Description |
---|
ASN1Null
A representation for the ASN1 Null type.
|
BitString
Represents ASN.1 BIT STRING types.
|
ObjectID
ObjectID is a representation of an ASN.1 OBJECT IDENTIFIER value.
|
Class and Description |
---|
StringIndicators
Class StringIndicators represents the encoded form of a String field.
|
UnsupportedDigitException
This exception is thrown by the methods implementing interface
com.opencloud.slee.resources.in.datatypes.StringCodec if the codec does
not have a mapping for a particular digit with which it has been supplied.
|
Class and Description |
---|
AbstractEncodedDataObject
Class AbstractEncodedDataObject represents an AbstractFieldsObject in which
the state is represented in an encoded form.
|
AbstractLazyEncodedByteArray
Class AbstractLazyEncodedByteArray represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when first needed).
|
AbstractLazyEncodedDataObject
Class AbstractLazyEncodedDataObject represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when needed).
|
AbstractLazyEncodedNamedInteger
Class AbstractLazyEncodedNamedInteger represents a NamedInteger in which
bit-fields within the named integer are also represented in a decoded form,
with conversions between the two forms done lazily (when first needed).
|
DecodeException
Runtime exception thrown when an attempt is made to access
data that requires decoding of the enclosing datatype, but
decoding fails.
|
EncodedStringWithIndicators
Class EncodedStringWithIndicators represents the encoded form of a string field.
|
EncodeException
Runtime exception thrown when an attempt is made to access
encoded data that requires reencoding of the enclosing datatype, but
encoding fails.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
SccpAddress
This class encapsulates an SCCP Address that is used for SCCP network routing.
|
SccpAddress.Type
Enumeration of SCCP Address types.
|
Class and Description |
---|
AbstractEncodedDataObject
Class AbstractEncodedDataObject represents an AbstractFieldsObject in which
the state is represented in an encoded form.
|
AbstractLazyEncodedByteArray
Class AbstractLazyEncodedByteArray represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when first needed).
|
AbstractLazyEncodedDataObject
Class AbstractLazyEncodedDataObject represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when needed).
|
AbstractLazyEncodedNamedInteger
Class AbstractLazyEncodedNamedInteger represents a NamedInteger in which
bit-fields within the named integer are also represented in a decoded form,
with conversions between the two forms done lazily (when first needed).
|
DecodeException
Runtime exception thrown when an attempt is made to access
data that requires decoding of the enclosing datatype, but
decoding fails.
|
EncodedStringWithIndicators
Class EncodedStringWithIndicators represents the encoded form of a string field.
|
EncodeException
Runtime exception thrown when an attempt is made to access
encoded data that requires reencoding of the enclosing datatype, but
encoding fails.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
Class and Description |
---|
AbstractEncodedDataObject
Class AbstractEncodedDataObject represents an AbstractFieldsObject in which
the state is represented in an encoded form.
|
AbstractLazyEncodedByteArray
Class AbstractLazyEncodedByteArray represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when first needed).
|
AbstractLazyEncodedDataObject
Class AbstractLazyEncodedDataObject represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when needed).
|
DecodeException
Runtime exception thrown when an attempt is made to access
data that requires decoding of the enclosing datatype, but
decoding fails.
|
EncodedStringWithIndicators
Class EncodedStringWithIndicators represents the encoded form of a string field.
|
EncodeException
Runtime exception thrown when an attempt is made to access
encoded data that requires reencoding of the enclosing datatype, but
encoding fails.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
Class and Description |
---|
AbstractEncodedDataObject
Class AbstractEncodedDataObject represents an AbstractFieldsObject in which
the state is represented in an encoded form.
|
AbstractLazyEncodedByteArray
Class AbstractLazyEncodedByteArray represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when first needed).
|
AbstractLazyEncodedDataObject
Class AbstractLazyEncodedDataObject represents a DataObject in which
the state is represented in an encoded form or a decoded form,
with conversions between the two forms done lazily (when needed).
|
AbstractLazyEncodedNamedInteger
Class AbstractLazyEncodedNamedInteger represents a NamedInteger in which
bit-fields within the named integer are also represented in a decoded form,
with conversions between the two forms done lazily (when first needed).
|
ASN1Null
A representation for the ASN1 Null type.
|
DecodeException
Runtime exception thrown when an attempt is made to access
data that requires decoding of the enclosing datatype, but
decoding fails.
|
EncodedStringWithIndicators
Class EncodedStringWithIndicators represents the encoded form of a string field.
|
EncodeException
Runtime exception thrown when an attempt is made to access
encoded data that requires reencoding of the enclosing datatype, but
encoding fails.
|
FieldAccessor
Provides reflective access to a particular field of a SEQUENCE or CHOICE type.
|
StringIndicators
Class StringIndicators represents the encoded form of a String field.
|