| Class and Description | 
|---|
| Asn18BitCharString
 This is an abstract base class for holding the ASN.1 8-bit character
 string types (IA5String, VisibleString, PrintableString, etc.). 
 | 
| Asn1AbstractTime
 This is a base class for holding the components of an ASN.1
 generalized and universal times string value. 
 | 
| Asn1BerDecodeBuffer
 This class handles the decoding of ASN.1 messages as specified in
 the Basic Encoding Rules (BER) as documented in the ITU-T X.690
 standard. 
 | 
| Asn1BerEncodeBuffer
 This class handles the encoding of ASN.1 messages as specified in
 the Basic Encoding Rules (BER) as specified in the ITU-T X.690
 standard. 
 | 
| Asn1BerExceptionHandler
 Asn1BerExceptionHandler defines the interface users implement if they
 want to be notified of errors durnig decoding and have the opportunity to
 prevent an exception from being thrown. 
 | 
| Asn1BerInputStream
 This class handles the input stream for the decoding of ASN.1 messages as
 specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690
 standard. 
 | 
| Asn1BerOutputStream
 This class implements the output stream to encode ASN.1 messages as
 specified in the Basic Encoding Rules (BER) as specified in the
 ITU-T X.690 standard. 
 | 
| Asn1BitMessageBuffer
 This interface defines constants and methods common to bit-oriented encoders
 and decoders. 
 | 
| Asn1BitString
 This is a container class for holding the components of an ASN.1
 bit string value. 
 | 
| Asn1Boolean
 This class represents the ASN.1 BOOLEAN built-in type. 
 | 
| Asn1CerOutputStream
 This class implements the output stream to encode ASN.1 messages as
 specified in the Canonical Encoding Rules (CER) as specified in the
 ITU-T X.690 standard. 
 | 
| Asn1CharOutputStream
 Base class for character-based output. 
 | 
| Asn1CharSet
 This is the base class for representing character sets that are
 defined in ASN.1 permitted alphabet constraints. 
 | 
| Asn1CharString
 This is a container class for holding the components of an ASN.1
 character string value. 
 | 
| Asn1ConsVioException
 This class defines the 'ASN.1 constraint violation' exception that is
 thrown when an element is parsed that is outside the bounds to a defined
 constraint.. 
 | 
| Asn1Context
 This class is a holder for things which are to be contained in an encoder or
 decoder. 
 | 
| Asn1DecodeBitBuffer
 This class handles handles decoding where the decode buffer is viewed
 as a set of bits (i.e. a bit offset is maintained). 
 | 
| Asn1DecodeBuffer
 This is the base class to specific decode buffer classes for the
 different types of encoding rules (BER, DER and PER). 
 | 
| Asn1DerDecodeBuffer
 This class handles the decoding of ASN.1 messages as specified in
 the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690
 standard. 
 | 
| Asn1DerEncodeBuffer
 This class handles the encoding of ASN.1 messages as specified in
 the Distinguished Encoding Rules (DER) as specified in the ITU-T X.690
 standard. 
 | 
| Asn1EncodeBitBuffer
 An encoding buffer that is bit-oriented. 
 | 
| Asn1EncodeBuffer
 This is the base class to specific encode buffer classes for the
 different types of encoding rules (BER, DER and PER). 
 | 
| Asn1EncodeByteBuffer
 An encoding buffer that is byte-oriented. 
 | 
| Asn1EncodeByteBufferRev
 An encoding buffer that fills the underlying array in reverse order. 
 | 
| Asn1EndOfBufferException
 This class defines the 'ASN.1 end of buffer' exception that is
 thrown when an unexpected end-of-buffer condition is encountered
 when decoding a message.. 
 | 
| Asn1Exception
 This class defines a generic ASN.1 exception for use as a base
 class for exceptions common to all encode/decode operations. 
 | 
| Asn1IA5String
 This is a container class for holding the components of an ASN.1
 IA5 string value. 
 | 
| Asn1InputStream
 This interface is a base interface for all classes, which implement an
 input stream functionality for decoding. 
 | 
| Asn1InvalidArgException
 This class defines the 'ASN.1 invalid argument' exception that is
 thrown when as argument that is passed to a method is determined
 to be invalid (for example, not within a defined range).. 
 | 
| Asn1InvalidLengthException
 This class defines the 'ASN.1 invalid length' exception
 that is thrown when a length is determined to be invalid. 
 | 
| Asn1JsonDecodeBuffer
 Decode buffer for decoding JSON-encoded data. 
 | 
| Asn1JsonOutputStream
 Output stream for JSON Encoding Rules (defined by Obj-Sys). 
 | 
| Asn1MderDecodeBuffer
 Asn1MderDecodeBuffer provides the source for an MDER decode. 
 | 
| Asn1MderOutputStream
 An output stream for use with MDER encoding. 
 | 
| Asn1MessageBuffer
 This is the base class for all of the different message buffer
 types. 
 | 
| Asn1MessageBufferBase
 Base class for encode and decode message buffers/streams. 
 | 
| Asn1NamedEventDispatcher | 
| Asn1NamedEventHandler
 This interface defines the methods that must be implemented to define
 a SAX-like event handler. 
 | 
| Asn1NasAltDecodeAction
 This class represents the actions in Asn1NasAltDecodeTabEntry (which see). 
 | 
| Asn1NasAltDecodeTabEntry
 This class represents a row in a table used to drive decoding of alternative
 determinants where the determinants are not all of the same length. 
 | 
| Asn1NasDecodeBuffer
 This class handles non-ASN.1 encodings related to 3GPP specifications. 
 | 
| Asn1NasEncodeBuffer
 This class handles non-ASN.1 encodings related to 3GPP specifications. 
 | 
| Asn1NasUtil.ARFCNRange | 
| Asn1Null
 This class represents the ASN.1 NULL built-in type. 
 | 
| Asn1ObjectIdentifier
 This is a container class for holding the components of an ASN.1
 object identifier value. 
 | 
| Asn1OctetString
 This is a container class for holding the components of an ASN.1
 octet string value. 
 | 
| Asn1OerDecodeBuffer
 This class handles the decoding of ASN.1 messages as specified in
 the Octet Encoding Rules (OER) as documented in the ITU-T X.696
 standard. 
 | 
| Asn1OerEncodeBuffer
 This class handles the encoding of ASN.1 messages as specified in
 the Octet Encoding Rules (OER) as specified in the ITU-T X.696
 standard. 
 | 
| Asn1OID_IRI
 This class represents the ASN.1 OID-IRI. 
 | 
| Asn1OpenType
 This is a container class for holding an ASN.1 open type value. 
 | 
| Asn1OpenTypeField
 Asn1OpenTypeField carries information about the actual type for an open
 type field in an information object. 
 | 
| Asn1OutputStream
 This abstract class implements the base output stream to encode
 ASN.1 messages. 
 | 
| Asn1PerBitField
 This class is used to store information on an individual bit field
 within a PER message. 
 | 
| Asn1PerBitFieldList
 This class is used to map all of the bit fields in a PER message. 
 | 
| Asn1PerDecodeBuffer
 This class handles the decoding of ASN.1 messages as specified in
 the Packed Encoding Rules (PER) as specified in the ITU-T X.691
 standard. 
 | 
| Asn1PerEncodeBuffer
 This class handles the encoding of ASN.1 messages as specified in
 the Packed Encoding Rules (PER) as specified in the ITU-T X.691
 standard. 
 | 
| Asn1PerEncoder
 Common interface for PER encoding methods, implemented by Asn1PerEncodeBuffer
 and Asn1PerOutputStream. 
 | 
| Asn1PerMessageBuffer
 This interface defines constants and methods specific to encoding
 and decoding PER messages. 
 | 
| Asn1PerOutputStream
 This class handles the output stream for encoding of ASN.1 messages
 as specified in the Packed Encoding Rules (PER) ITU-T X.691 standard. 
 | 
| Asn1PerOutputStreamTraceHandler
 This is a utility class for handling the collection and printing
 of PER bit field trace information for PER output stream. 
 | 
| Asn1PerTraceHandler
 This is the abstract base class for the encode and decode
 trace handler derived classes. 
 | 
| Asn1Real
 This class represents the ASN.1 REAL built-in type. 
 | 
| Asn1SeqOrSet
 Asn1SeqOrSet is a base class for classes representing ASN.1 sequences and
 sets. 
 | 
| Asn1SeqSetOf
 Asn1SeqSetOf is a base class for classes representing ASN.1 sequence of 
 and set of types. 
 | 
| Asn1StringOID
 This represents an ASN.1 object identifier value. 
 | 
| Asn1Tag
 This is a container class for holding the components of an ASN.1
 tag value. 
 | 
| Asn1TaggedEventHandler
 This interface defines the methods that must be implemented to define
 a SAX-like event handler. 
 | 
| Asn1TimeUtil
 Provides methods to encode and decode TIME values in various encoding rules. 
 | 
| Asn1Type
 This is the base class for all ASN.1 built-in types. 
 | 
| Asn1TypeIF
 This is the base interface for all ASN.1 built-in types. 
 | 
| Asn1UnknownIEI
 This exception is thrown when a 3GPP message has an unknown IEI which
 requires comprehension. 
 | 
| Asn1UTF8String
 This is a container class for holding the components of an ASN.1
 UTF-8 string value. 
 | 
| Asn1ValueParseException
 This class defines the 'ASN.1 value parse' exception that is thrown
 when a string containing an ASN.1 value cannot be parsed. 
 | 
| Asn1VarWidthCharString
 This is an abstract base class for holding the ASN.1 variable width character
 string types (GraphicString, GeneralString, TeletexString, T61String,
 VideotexString, ObjectDescriptor). 
 | 
| Asn1Writable
 This provides a interface that can be used for implementing some functions
 that can be shared across encoding rules. 
 | 
| Asn1XerEncodeBuffer
 This class handles the encoding of ASN.1 messages as specified in
 the XML Encoding Rules (XER) as specified in the ITU-T X.693
 standard. 
 | 
| Asn1XerEncoder
 This is a base interface for encoding of ASN.1 messages as
 specified in the XML Encoding Rules (XER) as specified in the
 ITU-T X.693 standard. 
 | 
| Asn1XerSaxHandler
 This class extends the DefaultHandler SAX handler class to add items
 specific to ASN.1 XER encoding. 
 | 
| Asn1XmlEncodeHelper | 
| Asn1XmlEncoder
 This is a base interface for encoding of ASN.1 messages as
 XML as specified in the W3C standard. 
 | 
| Asn1XmlNamespace
 This class maps an XML namespace prefix to a URI. 
 | 
| Asn1XmlNamespaceCtxt
 Represents a mapping between namespaces and prefixes. 
 | 
| Asn1XmlXerEncoder
 This is a base interface for encoding of ASN.1 messages as
 XML as specified in the W3C standard. 
 | 
| Asn1XmlXSIAttrs | 
| Diag
 This class is used for printing diagnostic messages for debugging the
 run-time components. 
 | 
| IntHolder
 A Holder class for an  
int that is used to store
 "out" and "inout"
 parameters in methods. | 
| TS32297CDRHeader.TS32297RelVerId | 
| TS32297FileHeader.TS32297IpAddress | 
| TS32297FileHeader.TS32297RelVerId | 
| TS32297FileHeader.TS32297Timestamp |