Class | Description |
---|---|
AbstractData |
AbstractData is the base class for classes that represent NAS message component types. |
BitString |
The
BitString class represents the BIT STRING type. |
BOOLEAN |
The
BOOLEAN class represents the BOOLEAN type. |
Choice |
Choice is the base class for classes that represent the CHOICE type. |
Diagnostics |
Represents the list of defects that were detected by the encoder or decoder
in the NAS message.
|
FormattingOptions |
Defines common formatting options.
|
INTEGER |
The
INTEGER class represents the INTEGER type. |
JSONOptions |
Defines JSON formatting options.
|
Nas<T extends AbstractData> |
The common base for classes that represent implementations of particular versions
of the 3GPP NAS specification (NAS plugins).
|
NasCoder<T extends AbstractData> |
Implements encoding, decoding, and printing of NAS messages.
|
NULL |
Represents the NULL type.
|
OctetString |
Represents the OCTET STRING type.
|
Reason |
Defines the error codes reported by the NAS/Java API.
|
Sequence |
The common base for classes that represent the SEQUENCE type.
|
SequenceOf<T extends AbstractData> |
The common base for classes that represent the SEQUENCE OF type.
|
TextOptions |
Defines ASN.1 value notation formatting options.
|
VisibleString |
Represents the VisibleString type.
|
XMLOptions |
Defines XML formatting options.
|
Enum | Description |
---|---|
Diagnostics.Owner |
Enumerates the NAS/Java runtime components that are capable of creating the
diagnostics report.
|
Diagnostics.Severity |
Enumerates the severity of the defects in the diagnostics report.
|
Originator |
Enumerates the possible originators of an NAS message.
|
Exception | Description |
---|---|
InitializationException |
Represents the exceptional condition that occurred during initialization of the NAS runtime.
|
NASDecodeFailedException |
Represents the error that occurred while decoding the NAS message.
|
NASEncodeFailedException |
Represents the error that occurred while encoding the NAS message.
|
NASException |
NASException is the base class for exceptions that are used to report errors during the processing
of NAS messages. |
Copyright © 2023 OSS Nokalva, Inc. All rights reserved.
This document is proprietary to OSS Nokalva, Inc., and may be used only by their direct licensees. Distribution is not permitted. This copyright statement must not be removed.