- actualType - Variable in class com.objsys.asn1j.runtime.Asn1OpenTypeField
-
actualType is the Class for the actual type.
- add(Asn1Type) - Method in class com.objsys.asn1j.runtime.Asn1ArrayType
-
- addCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
-
This method is used to add a capture buffer to the internal
capture buffer list.
- addCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
-
This method is used to add a capture buffer to the internal
capture buffer list.
- addElemName(String, int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
-
This method adds an element name to the current fully
qualified name.
- addElemName(String, int) - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
-
This method adds an element name to the current fully
qualified name.
- addNamedEventHandler(Asn1NamedEventHandler) - Method in class com.objsys.asn1j.runtime.Asn1MessageBuffer
-
This method adds a named event handler to the named event
handler list for this buffer.
- addNamedEventHandler(Asn1NamedEventHandler) - Method in class com.objsys.asn1j.runtime.Asn1NamedEventDispatcher
-
This method adds a named event handler to the named event handler list
- addNamespace(String, String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespaceCtxt
-
Add (or replace) a namespace mapping.
- addTag(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
-
This method adds a tag to the history.
- addUniquePrefix(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespaceCtxt
-
Map a unique prefix for the given namespace.
- ANY - Static variable in class com.objsys.asn1j.runtime.Asn1TimeUtil
-
For PER, when ANY is combined with CENTURY/YEAR, it indicates that the
type is constrained to values with Year=Ln or NEGATIVE (as for the defined
types named ANY-*), while absence of ANY indicates the type is
constrained to values with Year=Basic or Proleptic.
- ANY_BASE - Variable in class com.objsys.asn1j.runtime.Asn1Real
-
- ANY_BINARY - Variable in class com.objsys.asn1j.runtime.Asn1Real
-
- append(int[]) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
-
This method appends an object identifier value onto the existing
value.
- APPL - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
-
Mask value for an APPLICATION tag
- Apr - Static variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
-
- Apr - Static variable in class com.objsys.asn1j.runtime.Asn1Time
-
- April - Static variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
-
- April - Static variable in class com.objsys.asn1j.runtime.Asn1Time
-
- ARFCNRange() - Constructor for class com.objsys.asn1j.runtime.Asn1NasUtil.ARFCNRange
-
- Asn18BitCharString - Class in com.objsys.asn1j.runtime
-
This is an abstract base class for holding the ASN.1 8-bit character
string types (IA5String, VisibleString, PrintableString, etc.).
- Asn18BitCharString(short) - Constructor for class com.objsys.asn1j.runtime.Asn18BitCharString
-
The default constructor creates an empty string object.
- Asn18BitCharString(String, short) - Constructor for class com.objsys.asn1j.runtime.Asn18BitCharString
-
This version of the constructor can be used to set the string
value
member variable to the given string.
- Asn1AbstractTime - Class in com.objsys.asn1j.runtime
-
This is a base class for holding the components of an ASN.1
generalized and universal times string value.
- Asn1AbstractTime(short, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1AbstractTime
-
This constructor creates an empty time string object.
- Asn1AbstractTime(String, short, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1AbstractTime
-
This constructor creates a time string using data
String.
- Asn1ArrayType - Class in com.objsys.asn1j.runtime
-
This class represents the temporaray sequence of XSD type.
- Asn1ArrayType() - Constructor for class com.objsys.asn1j.runtime.Asn1ArrayType
-
The default constructor initializes the choiceID and value.
- Asn1ArrayType(Asn1Type[]) - Constructor for class com.objsys.asn1j.runtime.Asn1ArrayType
-
This constructor creates a an internal array using the given array
of objects derived from Asn1Type.
- Asn1Base64BinaryString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an XML
Base64Binary value.
- Asn1Base64BinaryString() - Constructor for class com.objsys.asn1j.runtime.Asn1Base64BinaryString
-
This constructor creates an empty octet string that can be used in
a decode method call to receive an octet string value.
- Asn1Base64BinaryString(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Base64BinaryString
-
This constructor initializes an octet string from the given
byte array.
- Asn1Base64BinaryString(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1Base64BinaryString
-
This constructor initializes an octet string from a portion
of the given byte array.
- Asn1Base64BinaryString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Base64BinaryString
-
This constructor parses the given ASN.1 value text (either a
binary or hex data string) and assigns the values to the internal
bit string.
- Asn1BCDString - Class in com.objsys.asn1j.runtime
-
Asn1BCDString represents an OCTET STRING with an overridden toString method
that converts the bytes to a character string of 0-9,A-E characters.
- Asn1BCDString() - Constructor for class com.objsys.asn1j.runtime.Asn1BCDString
-
This constructor creates an empty octet string that can be used in
a decode method call to receive an octet string value.
- Asn1BCDString(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1BCDString
-
This constructor initializes an octet string from the given
byte array.
- Asn1BCDString(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1BCDString
-
This constructor initializes an octet string from a portion
of the given byte array.
- Asn1BCDString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1BCDString
-
This constructor parses the given BCD character string and assigns the
value to the internal octet string.
- Asn1BerDecodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1BerDecodeBuffer(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
-
This constructor creates a BER decode buffer object that
references an encoded ASN.1 message.
- Asn1BerDecodeBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
-
This constructor creates a BER decode buffer object that
references an encoded ASN.1 message.
- Asn1BerDecodeContext - Class in com.objsys.asn1j.runtime
-
This class is mainly for internal use by the compiler to keep track
of where nested constructed elements (SEQUENCE, SET, CHOICE, etc.)
- Asn1BerDecodeContext(Asn1BerDecodeBuffer, int) - Constructor for class com.objsys.asn1j.runtime.Asn1BerDecodeContext
-
The constructor initializes all internal working varaibles.
- Asn1BerDecoder - Interface in com.objsys.asn1j.runtime
-
This interface provides an interface for decoding.
- Asn1BerEncodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1BerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
-
This constructor creates a BER encode buffer object with the
default initial size.
- Asn1BerEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
-
This constructor creates a BER encode buffer object with the
given initial size.
- Asn1BerExceptionHandler - Interface in com.objsys.asn1j.runtime
-
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 - Class in com.objsys.asn1j.runtime
-
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.
- Asn1BerInputStream(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1BerInputStream
-
This constructor creates a BER input stream object that
references an encoded ASN.1 message.
- Asn1BerMessageDumpHandler - Class in com.objsys.asn1j.runtime
-
This class implements the Asn1EventHandler interface to provide a
formatted dump of a BER message to the given print output stream.
- Asn1BerMessageDumpHandler(PrintStream) - Constructor for class com.objsys.asn1j.runtime.Asn1BerMessageDumpHandler
-
The constructor sets the PrintStream object to which the
formatted output should be written.
- Asn1BerOutputStream - Class in com.objsys.asn1j.runtime
-
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.
- Asn1BerOutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1BerOutputStream
-
This constructor creates a buffered BER output stream object with
default size of buffer.
- Asn1BerOutputStream(OutputStream, int) - Constructor for class com.objsys.asn1j.runtime.Asn1BerOutputStream
-
This constructor creates a buffered BER output stream object.
- Asn1BigDecimal - Class in com.objsys.asn1j.runtime
-
This class represents the Xml Schema BigDecimal built-in type.
- Asn1BigDecimal() - Constructor for class com.objsys.asn1j.runtime.Asn1BigDecimal
-
The default constructor sets the double value to zero.
- Asn1BigDecimal(double) - Constructor for class com.objsys.asn1j.runtime.Asn1BigDecimal
-
This constructor creates an REAL object from a double value.
- Asn1BigDecimal(BigDecimal) - Constructor for class com.objsys.asn1j.runtime.Asn1BigDecimal
-
This constructor creates an REAL object from a double value.
- Asn1BigInteger - Class in com.objsys.asn1j.runtime
-
This class represents an ASN.1 INTEGER built-in type.
- Asn1BigInteger() - Constructor for class com.objsys.asn1j.runtime.Asn1BigInteger
-
The default constructor sets the big integer value object reference
to null.
- Asn1BigInteger(BigInteger) - Constructor for class com.objsys.asn1j.runtime.Asn1BigInteger
-
This constructor sets the big integer object reference to that of
the object passed in.
- Asn1BigInteger(String) - Constructor for class com.objsys.asn1j.runtime.Asn1BigInteger
-
This constructor creates a new big integer object and sets it to the
string value passed in.
- Asn1BigInteger(String, int) - Constructor for class com.objsys.asn1j.runtime.Asn1BigInteger
-
This constructor creates a new big integer object and sets it to the
number string value passed in using the given radix.
- Asn1BitMessageBuffer - Interface in com.objsys.asn1j.runtime
-
This interface defines constants and methods common to bit-oriented encoders
and decoders.
- Asn1BitString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
bit string value.
- Asn1BitString() - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
-
This constructor creates an empty bit string that can be used in
a decode method call to receive a bit string value.
- Asn1BitString(int, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
-
This constructor initializes a bit string with the given number
of bits and data.
- Asn1BitString(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
-
This constructor initializes a bit string with the given bytes, using
all 8 bits of every byte.
- Asn1BitString(boolean[]) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
-
This constructor initializes a bit string from the given boolean
array.
- Asn1BitString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
-
This constructor parses the given ASN.1 value text (either a
binary or hex data string) and assigns the values to the internal
bit string.
- Asn1BitString(BitSet) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
-
This constructor initializes a bit string from the given BitSet
object.
- Asn1BMPString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
BMP string value.
- Asn1BMPString() - Constructor for class com.objsys.asn1j.runtime.Asn1BMPString
-
The default constructor creates an empty string object.
- Asn1BMPString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1BMPString
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1Boolean - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 BOOLEAN built-in type.
- Asn1Boolean() - Constructor for class com.objsys.asn1j.runtime.Asn1Boolean
-
The default constructor sets the boolean value to false.
- Asn1Boolean(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1Boolean
-
This constructor creates a boolean object from a boolean value.
- Asn1CanonicalException - Exception in com.objsys.asn1j.runtime
-
This exception is thrown when an encoding violates the canonical encoding
rules for the current encoding rule set.
- Asn1CanonicalException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1CanonicalException
-
- Asn1CerInputStream - Class in com.objsys.asn1j.runtime
-
This class handles the input stream for the decoding of ASN.1 messages as
specified in the Canonical Encoding Rules (CER) as documented in the ITU-T X.690
standard.
- Asn1CerInputStream(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1CerInputStream
-
This constructor creates a CER input stream object that
references an encoded ASN.1 message.
- Asn1CerOutputStream - Class in com.objsys.asn1j.runtime
-
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.
- Asn1CerOutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1CerOutputStream
-
This constructor creates a CER output stream object with
default size of buffer.
- Asn1CerOutputStream(OutputStream, int) - Constructor for class com.objsys.asn1j.runtime.Asn1CerOutputStream
-
This constructor creates a buffered CER output stream object.
- Asn1CharOutputStream - Class in com.objsys.asn1j.runtime
-
Base class for character-based output.
- Asn1CharOutputStream(Writer) - Constructor for class com.objsys.asn1j.runtime.Asn1CharOutputStream
-
Create character output stream on the given Writer.
- Asn1CharRange - Class in com.objsys.asn1j.runtime
-
This class is used to represent a permitted alphabet that is specified
as a large, continuous range of characters.
- Asn1CharRange(int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1CharRange
-
This constructor sets the range values.
- Asn1CharSet - Class in com.objsys.asn1j.runtime
-
This is the base class for representing character sets that are
defined in ASN.1 permitted alphabet constraints.
- Asn1CharSet(int) - Constructor for class com.objsys.asn1j.runtime.Asn1CharSet
-
This constructor sets the number of bits-per-character values
based on the given number of characters in the character set.
- Asn1CharString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
character string value.
- Asn1CharString(short) - Constructor for class com.objsys.asn1j.runtime.Asn1CharString
-
This constructor creates an empty string that can be used in
a decode method call to receive a string value.
- Asn1CharString(String, short) - Constructor for class com.objsys.asn1j.runtime.Asn1CharString
-
This constructor initializes a character string from the given
string data.
- Asn1Choice - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 CHOICE built-in type.
- Asn1Choice() - Constructor for class com.objsys.asn1j.runtime.Asn1Choice
-
The default constructor initializes the choiceID and value.
- Asn1ChoiceExt - Class in com.objsys.asn1j.runtime
-
This is a container class for holding a CHOICE open type extension
element.
- Asn1ChoiceExt() - Constructor for class com.objsys.asn1j.runtime.Asn1ChoiceExt
-
This constructor creates an empty type that can be used in
a decode method call to receive an encoded value.
- Asn1ChoiceExt(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1ChoiceExt
-
This constructor initializes an open type from the given
byte array.
- Asn1ChoiceExt(byte[], int) - Constructor for class com.objsys.asn1j.runtime.Asn1ChoiceExt
-
This constructor initializes an open type from the given
byte array.
- Asn1ConsVioException - Exception in com.objsys.asn1j.runtime
-
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..
- Asn1ConsVioException(String, long) - Constructor for exception com.objsys.asn1j.runtime.Asn1ConsVioException
-
This constructor creates an exception object with a standard message
based on the given variable name and value.
- Asn1ConsVioException(String, double) - Constructor for exception com.objsys.asn1j.runtime.Asn1ConsVioException
-
This constructor creates an exception object with a standard message
based on the given variable name and value.
- Asn1ConsVioException(String, String) - Constructor for exception com.objsys.asn1j.runtime.Asn1ConsVioException
-
This constructor creates an exception object with a standard message
based on the given variable name and value.
- Asn1Context - Class in com.objsys.asn1j.runtime
-
This class is a holder for things which are to be contained in an encoder or
decoder.
- Asn1Context() - Constructor for class com.objsys.asn1j.runtime.Asn1Context
-
- Asn1Date - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
DATE value.
- Asn1Date() - Constructor for class com.objsys.asn1j.runtime.Asn1Date
-
The default constructor creates an empty string object.
- Asn1Date(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Date
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1DateTime - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
DATE-TIME value.
- Asn1DateTime() - Constructor for class com.objsys.asn1j.runtime.Asn1DateTime
-
The default constructor creates an empty string object.
- Asn1DateTime(String) - Constructor for class com.objsys.asn1j.runtime.Asn1DateTime
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1DecodeBitBuffer - Class in com.objsys.asn1j.runtime
-
This class handles handles decoding where the decode buffer is viewed
as a set of bits (i.e. a bit offset is maintained).
- Asn1DecodeBitBuffer(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
-
This constructor creates a decode buffer object that
references an encoded ASN.1 message.
- Asn1DecodeBitBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1DecodeBitBuffer
-
This constructor creates a decode buffer object that
references an encoded ASN.1 message.
- Asn1DecodeBuffer - Class in com.objsys.asn1j.runtime
-
This is the base class to specific decode buffer classes for the
different types of encoding rules (BER, DER and PER).
- Asn1DerDecodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1DerDecodeBuffer(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1DerDecodeBuffer
-
This constructor creates a DER decode buffer object that
references an encoded ASN.1 message.
- Asn1DerDecodeBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1DerDecodeBuffer
-
This constructor creates a DER decode buffer object that
references an encoded ASN.1 message.
- Asn1DerEncodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1DerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1DerEncodeBuffer
-
This constructor creates a DER encode buffer object with the
default size.
- Asn1DerEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1DerEncodeBuffer
-
This constructor creates a DER encode buffer object with the
given initial size.
- Asn1DerInputStream - Class in com.objsys.asn1j.runtime
-
This class handles the input stream for the decoding of ASN.1 messages as
specified in the Distinguished Encoding Rules (DER) as documented in the
ITU-T X.690 standard.
- Asn1DerInputStream(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1DerInputStream
-
This constructor creates a DER decode buffer object that
references an encoded ASN.1 message.
- Asn1DiscreteCharSet - Class in com.objsys.asn1j.runtime
-
This class is used to represent a discrete set of characters from a
permitted alphabet.
- Asn1DiscreteCharSet(String) - Constructor for class com.objsys.asn1j.runtime.Asn1DiscreteCharSet
-
This constructor sets the permitted alphabet chracter set
- Asn1DiscreteCharSet(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1DiscreteCharSet
-
This constructor sets the permitted alphabet chracter set
- Asn1Duration - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
DURATION value.
- Asn1Duration() - Constructor for class com.objsys.asn1j.runtime.Asn1Duration
-
The default constructor creates an empty string object.
- Asn1Duration(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Duration
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1ElementTracker - Class in com.objsys.asn1j.runtime
-
Maintains an element stack so that a full name for the current element can be
obtained.
- Asn1ElementTracker() - Constructor for class com.objsys.asn1j.runtime.Asn1ElementTracker
-
- Asn1EncodeBitBuffer - Class in com.objsys.asn1j.runtime
-
An encoding buffer that is bit-oriented.
- Asn1EncodeBitBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
-
The default constructor initializes the encode buffer to the default
buffer size (INITIAL_SIZE bytes).
- Asn1EncodeBitBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
-
This constructor allows specification of the initial size.
- Asn1EncodeBuffer - Class in com.objsys.asn1j.runtime
-
This is the base class to specific encode buffer classes for the
different types of encoding rules (BER, DER and PER).
- Asn1EncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeBuffer
-
- Asn1EncodeByteBuffer - Class in com.objsys.asn1j.runtime
-
An encoding buffer that is byte-oriented.
- Asn1EncodeByteBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeByteBuffer
-
The default constructor initializes the encode buffer to the default
buffer size (INITIAL_SIZE bytes).
- Asn1EncodeByteBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeByteBuffer
-
This constructor allows specification of the initial size.
- Asn1EncodeByteBufferRev - Class in com.objsys.asn1j.runtime
-
An encoding buffer that fills the underlying array in reverse order.
- Asn1EncodeByteBufferRev() - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeByteBufferRev
-
The default constructor initializes the encode buffer to the default
buffer size (INITIAL_SIZE bytes).
- Asn1EncodeByteBufferRev(int) - Constructor for class com.objsys.asn1j.runtime.Asn1EncodeByteBufferRev
-
This constructor allows specification of the initial size.
- Asn1EndOfBufferException - Exception in com.objsys.asn1j.runtime
-
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..
- Asn1EndOfBufferException(Asn1DecodeBuffer) - Constructor for exception com.objsys.asn1j.runtime.Asn1EndOfBufferException
-
This constructor creates an exception object with a textual message
describing the tag of the duplicate element..
- Asn1Enumerated - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 ENUMERATED built-in type.
- Asn1Enumerated() - Constructor for class com.objsys.asn1j.runtime.Asn1Enumerated
-
The default constructor sets the enumerated value to undefined.
- Asn1Enumerated(int) - Constructor for class com.objsys.asn1j.runtime.Asn1Enumerated
-
This constructor creates an enumerated object from a integer value.
- Asn1Exception - Exception in com.objsys.asn1j.runtime
-
This class defines a generic ASN.1 exception for use as a base
class for exceptions common to all encode/decode operations.
- Asn1Exception(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1Exception
-
This constructor passes the given message text to the superclass.
- Asn1Exception() - Constructor for exception com.objsys.asn1j.runtime.Asn1Exception
-
This constructor passes the given message text to the superclass.
- Asn1Exception(Asn1DecodeBuffer, String) - Constructor for exception com.objsys.asn1j.runtime.Asn1Exception
-
This constructor creates the base exception object and captures
the current buffer offset from the decode buffer..
- Asn1GeneralizedTime - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
generalized time string value.
- Asn1GeneralizedTime() - Constructor for class com.objsys.asn1j.runtime.Asn1GeneralizedTime
-
The default constructor creates an empty time string object.
- Asn1GeneralizedTime(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1GeneralizedTime
-
This constructor creates an empty time string object and allows
DER encoding rules to be specified.
- Asn1GeneralizedTime(String) - Constructor for class com.objsys.asn1j.runtime.Asn1GeneralizedTime
-
This version of the constructor can be used to set the string
value member variable to the given time string.
- Asn1GeneralizedTime(String, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1GeneralizedTime
-
This version of the constructor can be used to set the string
value member variable to the given time string and
specify DER encoding rules be used to construct the string.
- Asn1GeneralString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
general string value.
- Asn1GeneralString() - Constructor for class com.objsys.asn1j.runtime.Asn1GeneralString
-
The default constructor creates an empty string object.
- Asn1GeneralString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1GeneralString
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1GenRtkey - Class in com.objsys.asn1j.runtime
-
Utility class to create the license java file using license data
extracted from osyslic.txt
- Asn1GraphicString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
graphic string value.
- Asn1GraphicString() - Constructor for class com.objsys.asn1j.runtime.Asn1GraphicString
-
The default constructor creates an empty string object.
- Asn1GraphicString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1GraphicString
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1IA5String - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
IA5 string value.
- Asn1IA5String() - Constructor for class com.objsys.asn1j.runtime.Asn1IA5String
-
The default constructor creates an empty string object.
- Asn1IA5String(String) - Constructor for class com.objsys.asn1j.runtime.Asn1IA5String
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1InputStream - Interface in com.objsys.asn1j.runtime
-
This interface is a base interface for all classes, which implement an
input stream functionality for decoding.
- Asn1Integer - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 INTEGER built-in type.
- Asn1Integer() - Constructor for class com.objsys.asn1j.runtime.Asn1Integer
-
The default constructor sets the integer value to zero.
- Asn1Integer(long) - Constructor for class com.objsys.asn1j.runtime.Asn1Integer
-
This constructor creates an integer object from a integer value.
- Asn1InvalidArgException - Exception in com.objsys.asn1j.runtime
-
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)..
- Asn1InvalidArgException(String, String) - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidArgException
-
This constructor creates an exception object with a textual message
describing the argument that was invalid..
- Asn1InvalidChoiceOptionException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 invalid choice option' exception that is
thrown from BER/DER methods when a CHOICE construct is detected to
contain an element that is not within the given set.
- Asn1InvalidChoiceOptionException(Asn1BerDecodeBuffer, Asn1Tag) - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidChoiceOptionException
-
This constructor creates an exception object with a textual message
describing the tag of the invalid element..
- Asn1InvalidChoiceOptionException(Asn1PerDecodeBuffer, int) - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidChoiceOptionException
-
This constructor creates an exception object with a textual message
describing the PER choice index of the invalid element..
- Asn1InvalidChoiceOptionException() - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidChoiceOptionException
-
The default constructor is invoked in the encode logic if the object
assigned to the choice item is not in the allowed set..
- Asn1InvalidElemException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 invalid enum' exception that is thrown
when an enumerated value is not within the defined set of values.
- Asn1InvalidElemException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidElemException
-
- Asn1InvalidEnumException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 invalid enum' exception that is thrown
when an enumerated value is not within the defined set of values.
- Asn1InvalidEnumException(long) - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidEnumException
-
This constructor creates an exception object with a default
textual message.
- Asn1InvalidEnumException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidEnumException
-
- Asn1InvalidLengthException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 invalid length' exception
that is thrown when a length is determined to be invalid.
- Asn1InvalidLengthException() - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidLengthException
-
This constructor creates an exception object with a default
textual message.
- Asn1InvalidObjectIDException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 invalid object identifier' exception
that is thrown when an Object Identifier is determined to be invalid.
- Asn1InvalidObjectIDException() - Constructor for exception com.objsys.asn1j.runtime.Asn1InvalidObjectIDException
-
This constructor creates an exception object with a default
textual message.
- Asn1JsonDecodeBuffer - Class in com.objsys.asn1j.runtime
-
Decode buffer for decoding JSON-encoded data.
- Asn1JsonDecodeBuffer(Reader) - Constructor for class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
-
Create Asn1JsonDecodeBuffer on the given reader.
- Asn1JsonDecodeBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1JsonDecodeBuffer
-
Create Asn1JsonDecodeBuffer on the given input byte stream.
- Asn1JsonDecoder - Interface in com.objsys.asn1j.runtime
-
This interface provides an interface for decoding.
- Asn1JsonOutputBuffer - Class in com.objsys.asn1j.runtime
-
A byte-array backed Asn1JsonOutputStream that adds a getBytes method.
- Asn1JsonOutputBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1JsonOutputBuffer
-
Create an Asn1JsonOutputBuffer that will encode to UTF-8.
- Asn1JsonOutputStream - Class in com.objsys.asn1j.runtime
-
Output stream for JSON Encoding Rules (defined by Obj-Sys).
- Asn1JsonOutputStream(Writer) - Constructor for class com.objsys.asn1j.runtime.Asn1JsonOutputStream
-
Create a JSON output stream.
- Asn1MderDecodeBuffer - Class in com.objsys.asn1j.runtime
-
Asn1MderDecodeBuffer provides the source for an MDER decode.
- Asn1MderDecodeBuffer(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1MderDecodeBuffer
-
Convenience method to create a decoder on an array of data.
- Asn1MderDecodeBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1MderDecodeBuffer
-
Create a decoder on the given input stream.
- Asn1MderOutputStream - Class in com.objsys.asn1j.runtime
-
An output stream for use with MDER encoding.
- Asn1MderOutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1MderOutputStream
-
- Asn1MderUnsupported - Exception in com.objsys.asn1j.runtime
-
The ASN1C runtime throws this exception whenever it is unable to proceed
due to the restrictive nature of the MDER encoding rules.
- Asn1MderUnsupported() - Constructor for exception com.objsys.asn1j.runtime.Asn1MderUnsupported
-
- Asn1MderUnsupported(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1MderUnsupported
-
- Asn1MessageBuffer - Class in com.objsys.asn1j.runtime
-
This is the base class for all of the different message buffer
types.
- Asn1MessageBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1MessageBuffer
-
- Asn1MessageBufferBase - Class in com.objsys.asn1j.runtime
-
Base class for encode and decode message buffers/streams.
- Asn1MessageBufferBase() - Constructor for class com.objsys.asn1j.runtime.Asn1MessageBufferBase
-
- Asn1MissingRequiredException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 set missing required element' exception
that is thrown from BER/DER methods when a SET construct is decoded and
found to be missing a required element..
- Asn1MissingRequiredException(Asn1BerDecodeBuffer) - Constructor for exception com.objsys.asn1j.runtime.Asn1MissingRequiredException
-
This constructor creates an exception object with a textual message
describing the error.
- Asn1MissingRequiredException(Asn1BerDecodeBuffer, String) - Constructor for exception com.objsys.asn1j.runtime.Asn1MissingRequiredException
-
This constructor creates an exception object with a textual message
describing the error, including the name of the required element
that is missing and the location in the buffer where it failed.
- Asn1MissingRequiredException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1MissingRequiredException
-
This constructor creates an exception object with a textual message
describing the error including the name of the required element
that is missing.
- Asn1NamedEventDispatcher - Class in com.objsys.asn1j.runtime
-
- Asn1NamedEventDispatcher() - Constructor for class com.objsys.asn1j.runtime.Asn1NamedEventDispatcher
-
- Asn1NamedEventHandler - Interface in com.objsys.asn1j.runtime
-
This interface defines the methods that must be implemented to define
a SAX-like event handler.
- Asn1NasAltDecodeAction - Class in com.objsys.asn1j.runtime
-
This class represents the actions in Asn1NasAltDecodeTabEntry (which see).
- Asn1NasAltDecodeAction(int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1NasAltDecodeAction
-
- Asn1NasAltDecodeTabEntry - Class in com.objsys.asn1j.runtime
-
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.
- Asn1NasAltDecodeTabEntry(boolean, Asn1NasAltDecodeAction, Asn1NasAltDecodeAction) - Constructor for class com.objsys.asn1j.runtime.Asn1NasAltDecodeTabEntry
-
- Asn1NasDecodeBuffer - Class in com.objsys.asn1j.runtime
-
This class handles non-ASN.1 encodings related to 3GPP specifications.
- Asn1NasDecodeBuffer(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1NasDecodeBuffer
-
This constructor creates a NAS decode buffer object that
references an encoded message.
- Asn1NasDecodeBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1NasDecodeBuffer
-
This constructor creates a NAS decode buffer object that
references an encoded message.
- Asn1NasDecoder - Interface in com.objsys.asn1j.runtime
-
This interface provides an interface for decoding.
- Asn1NasEncodeBuffer - Class in com.objsys.asn1j.runtime
-
This class handles non-ASN.1 encodings related to 3GPP specifications.
- Asn1NasEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1NasEncodeBuffer
-
This constructor creates an encode buffer object with the
default initial size.
- Asn1NasEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1NasEncodeBuffer
-
This constructor creates an encode buffer object with the
given initial size.
- Asn1NasUtil - Class in com.objsys.asn1j.runtime
-
- Asn1NasUtil() - Constructor for class com.objsys.asn1j.runtime.Asn1NasUtil
-
- Asn1NasUtil.ARFCNRange - Class in com.objsys.asn1j.runtime
-
- Asn1NoCodecException - Exception in com.objsys.asn1j.runtime
-
This exception is thrown when there is not an encoder/decoder implemented for
the type that needs to be encoded/decoded.
- Asn1NoCodecException() - Constructor for exception com.objsys.asn1j.runtime.Asn1NoCodecException
-
This constructor creates an exception object with a default
textual message.
- Asn1NotInSetException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 element not in set' exception that is
thrown from BER/DER methods when an element is parsed within the
context of a SET that does not belong to the set.
- Asn1NotInSetException(Asn1BerDecodeBuffer, Asn1Tag) - Constructor for exception com.objsys.asn1j.runtime.Asn1NotInSetException
-
This constructor creates an exception object with a textual message
describing the tag of the duplicate element.
- Asn1NotWellFormedXMLException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 not well-formed XML' exception that is
thrown when well-formed XML text is expected and it is not in this
form.
- Asn1NotWellFormedXMLException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1NotWellFormedXMLException
-
This constructor creates an exception object with a textual message
describing the argument that was invalid..
- Asn1Null - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 NULL built-in type.
- Asn1Null() - Constructor for class com.objsys.asn1j.runtime.Asn1Null
-
- Asn1NumericString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
numeric string value.
- Asn1NumericString() - Constructor for class com.objsys.asn1j.runtime.Asn1NumericString
-
The default constructor creates an empty string object.
- Asn1NumericString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1NumericString
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1ObjectDescriptor - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
object descriptor value.
- Asn1ObjectDescriptor() - Constructor for class com.objsys.asn1j.runtime.Asn1ObjectDescriptor
-
The default constructor creates an empty string object.
- Asn1ObjectDescriptor(String) - Constructor for class com.objsys.asn1j.runtime.Asn1ObjectDescriptor
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1ObjectIdentifier - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
object identifier value.
- Asn1ObjectIdentifier() - Constructor for class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
-
This constructor creates an empty object identifier that can be
used in a decode method call to receive an OID value.
- Asn1ObjectIdentifier(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
-
This constructor initializes the object identifier from the given
array of integer subidentifier values.
- Asn1OctetString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
octet string value.
- Asn1OctetString() - Constructor for class com.objsys.asn1j.runtime.Asn1OctetString
-
This constructor creates an empty octet string that can be used in
a decode method call to receive an octet string value.
- Asn1OctetString(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1OctetString
-
This constructor initializes an octet string from the given
byte array.
- Asn1OctetString(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1OctetString
-
This constructor initializes an octet string from a portion
of the given byte array.
- Asn1OctetString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1OctetString
-
This constructor parses the given ASN.1 value text (either a
binary or hex data string) and assigns the values to the internal
bit string.
- Asn1OctetStringTagComp - Class in com.objsys.asn1j.runtime
-
Comparator for octet strings to compare them as DER encodings, sorting
according to the outermost tag.
- Asn1OctetStringTagComp() - Constructor for class com.objsys.asn1j.runtime.Asn1OctetStringTagComp
-
- Asn1OerDecodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1OerDecodeBuffer(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1OerDecodeBuffer
-
This constructor creates a BER decode buffer object that
references an encoded ASN.1 message.
- Asn1OerDecodeBuffer(InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1OerDecodeBuffer
-
This constructor creates a BER decode buffer object that
references an encoded ASN.1 message.
- Asn1OerDecoder - Interface in com.objsys.asn1j.runtime
-
This interface provides an interface for decoding.
- Asn1OerEncodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1OerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1OerEncodeBuffer
-
This constructor creates a OER encode buffer object with the
default initial size.
- Asn1OerEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1OerEncodeBuffer
-
This constructor creates a OER encode buffer object with the
given initial size.
- Asn1OID_IRI - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 OID-IRI.
- Asn1OID_IRI(short) - Constructor for class com.objsys.asn1j.runtime.Asn1OID_IRI
-
The default constructor creates an empty string object.
- Asn1OID_IRI() - Constructor for class com.objsys.asn1j.runtime.Asn1OID_IRI
-
The default constructor creates an empty string object.
- Asn1OID_IRI(String, short) - Constructor for class com.objsys.asn1j.runtime.Asn1OID_IRI
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1OID_IRI(String) - Constructor for class com.objsys.asn1j.runtime.Asn1OID_IRI
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1OpenExt - Class in com.objsys.asn1j.runtime
-
This is a container class for holding open type elements that may
occur within an open type extension (i.e. a ... at the end of a
constructed type or a ..., ... at some other point in a constructed
type).
- Asn1OpenExt() - Constructor for class com.objsys.asn1j.runtime.Asn1OpenExt
-
- Asn1OpenType - Class in com.objsys.asn1j.runtime
-
This is a container class for holding an ASN.1 open type value.
- Asn1OpenType() - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
This constructor creates an empty type that can be used in
a decode method call to receive an encoded value.
- Asn1OpenType(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
This constructor initializes an open type from the given
byte array.
- Asn1OpenType(byte[], int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
This constructor initializes an open type from the given
byte array.
- Asn1OpenType(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
This constructor initializes the open type from a portion
of the given byte array.
- Asn1OpenType(byte[], int, int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
This constructor initializes the open type from a portion
of the given byte array.
- Asn1OpenType(Asn1EncodeBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
This constructor initializes an open type using an encoded
component.
- Asn1OpenType(int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
Deprecated.
- Asn1OpenType(String, int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
Convenience constructor.
- Asn1OpenType(char[], int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
-
Create Asn1OpenType on the given character data.
- Asn1OpenType.SaxHandler - Class in com.objsys.asn1j.runtime
-
- Asn1OpenTypeField - Class in com.objsys.asn1j.runtime
-
Asn1OpenTypeField carries information about the actual type for an open
type field in an information object.
- Asn1OpenTypeField(Class, Object, String) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenTypeField
-
- Asn1OutputStream - Class in com.objsys.asn1j.runtime
-
This abstract class implements the base output stream to encode
ASN.1 messages.
- Asn1OutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1OutputStream
-
This constructor creates an output stream object.
- Asn1PerBitField - Class in com.objsys.asn1j.runtime
-
This class is used to store information on an individual bit field
within a PER message.
- Asn1PerBitField(String, int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1PerBitField
-
This constructor initializes all of the variables used to track
the bit fields.
- Asn1PerBitFieldList - Class in com.objsys.asn1j.runtime
-
This class is used to map all of the bit fields in a PER message.
- Asn1PerBitFieldList() - Constructor for class com.objsys.asn1j.runtime.Asn1PerBitFieldList
-
- Asn1PerBitFieldPrinter - Class in com.objsys.asn1j.runtime
-
This class is used to obtain a formatted printout of the bit fields
that make up a message.
- Asn1PerBitFieldPrinter(Asn1BitMessageBuffer, InputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1PerBitFieldPrinter
-
Constructor
- Asn1PerDecodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1PerDecodeBuffer(byte[], boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
-
This constructor creates a PER decode buffer object that
references an encoded ASN.1 message.
- Asn1PerDecodeBuffer(InputStream, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
-
This constructor creates a PER decode buffer object that
references an encoded ASN.1 message.
- Asn1PerDecoder - Interface in com.objsys.asn1j.runtime
-
This interface provides an interface for decoding.
- Asn1PerDecodeTraceHandler - Class in com.objsys.asn1j.runtime
-
This is a utility class for handling the collection and printing
of bit field trace information.
- Asn1PerDecodeTraceHandler(Asn1DecodeBitBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler
-
- Asn1PerEncodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1PerEncodeBuffer(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
-
This constructor creates a PER encode buffer object with the
default initial size.
- Asn1PerEncodeBuffer(boolean, int) - Constructor for class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
-
This constructor creates a PER encode buffer object with the
given initial size.
- Asn1PerEncoder - Interface in com.objsys.asn1j.runtime
-
Common interface for PER encoding methods, implemented by Asn1PerEncodeBuffer
and Asn1PerOutputStream.
- Asn1PerEncodeTraceHandler - Class in com.objsys.asn1j.runtime
-
This is a utility class for handling the collection and printing
of bit field trace information.
- Asn1PerEncodeTraceHandler(Asn1EncodeBitBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
-
This constructor initializes internal trace handler member
variables.
- Asn1PerInputStream - Class in com.objsys.asn1j.runtime
-
This class handles the input stream for decoding of ASN.1 messages
as specified in the Packed Encoding Rules (PER) ITU-T X.691 standard.
- Asn1PerInputStream(InputStream, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerInputStream
-
This constructor creates a PER input stream object that
references an encoded ASN.1 message.
- Asn1PerMessageBuffer - Interface in com.objsys.asn1j.runtime
-
This interface defines constants and methods specific to encoding
and decoding PER messages.
- Asn1PerOutputStream - Class in com.objsys.asn1j.runtime
-
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.
- Asn1PerOutputStream(OutputStream, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerOutputStream
-
This constructor creates a buffered PER output stream object with the
default size of buffer.
- Asn1PerOutputStream(OutputStream, int, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerOutputStream
-
This constructor creates a buffered PER output stream object with the
specified size of buffer.
- Asn1PerOutputStreamTraceHandler - Class in com.objsys.asn1j.runtime
-
This is a utility class for handling the collection and printing
of PER bit field trace information for PER output stream.
- Asn1PerOutputStreamTraceHandler(Asn1PerOutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
-
- Asn1PerTime - Class in com.objsys.asn1j.runtime
-
- Asn1PerTime() - Constructor for class com.objsys.asn1j.runtime.Asn1PerTime
-
Deprecated.
- Asn1PerTraceHandler - Class in com.objsys.asn1j.runtime
-
This is the abstract base class for the encode and decode
trace handler derived classes.
- Asn1PerTraceHandler(Asn1BitMessageBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1PerTraceHandler
-
This constructor initializes internal trace handler member
variables.
- Asn1PrintableString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
printable string value.
- Asn1PrintableString() - Constructor for class com.objsys.asn1j.runtime.Asn1PrintableString
-
The default constructor creates an empty string object.
- Asn1PrintableString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1PrintableString
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1Real - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 REAL built-in type.
- Asn1Real() - Constructor for class com.objsys.asn1j.runtime.Asn1Real
-
The default constructor sets the double value to zero.
- Asn1Real(double) - Constructor for class com.objsys.asn1j.runtime.Asn1Real
-
This constructor creates an REAL object from a double value.
- Asn1Real(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1Real
-
- Asn1Real10 - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 REAL BASE 10 built-in type.
- Asn1Real10() - Constructor for class com.objsys.asn1j.runtime.Asn1Real10
-
The default constructor sets the real10 value to zero.
- Asn1Real10(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Real10
-
This constructor creates an real10 object from a string value.
- Asn1RealBase2 - Class in com.objsys.asn1j.runtime
-
Represents an ASN.1 REAL value that has base 2.
- Asn1RealBase2() - Constructor for class com.objsys.asn1j.runtime.Asn1RealBase2
-
The default constructor sets the double value to zero.
- Asn1RealBase2(double) - Constructor for class com.objsys.asn1j.runtime.Asn1RealBase2
-
This constructor creates an REAL object from a double value.
- Asn1RELATIVE_OID_IRI - Class in com.objsys.asn1j.runtime
-
This class represents the ASN.1 RELATIVE-OID-IRI.
- Asn1RELATIVE_OID_IRI() - Constructor for class com.objsys.asn1j.runtime.Asn1RELATIVE_OID_IRI
-
The default constructor creates an empty string object.
- Asn1RELATIVE_OID_IRI(String) - Constructor for class com.objsys.asn1j.runtime.Asn1RELATIVE_OID_IRI
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1RelativeOID - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
relative object identifier value.
- Asn1RelativeOID() - Constructor for class com.objsys.asn1j.runtime.Asn1RelativeOID
-
This constructor creates an empty object identifier that can be
used in a decode method call to receive an OID value.
- Asn1RelativeOID(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1RelativeOID
-
This constructor initializes the object identifier from the given
array of integer subidentifier values.
- Asn1Seq - Class in com.objsys.asn1j.runtime
-
Asn1Seq is a base class for classes representing ASN.1 sequences.
- Asn1Seq() - Constructor for class com.objsys.asn1j.runtime.Asn1Seq
-
- Asn1SeqOf - Class in com.objsys.asn1j.runtime
-
Asn1SeqOf is a base class for classes representing ASN.1 sequence of types
It provides an abstract methods by which elements can be accessed
generically.
- Asn1SeqOf() - Constructor for class com.objsys.asn1j.runtime.Asn1SeqOf
-
- Asn1SeqOrderException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 sequence order' exception that is
thrown when an element is received in a SEQUENCE construct that is
not in the correct order..
- Asn1SeqOrderException() - Constructor for exception com.objsys.asn1j.runtime.Asn1SeqOrderException
-
This constructor creates an exception object with a textual message
describing the element that was received out-of-order.
- Asn1SeqOrSet - Class in com.objsys.asn1j.runtime
-
Asn1SeqOrSet is a base class for classes representing ASN.1 sequences and
sets.
- Asn1SeqOrSet() - Constructor for class com.objsys.asn1j.runtime.Asn1SeqOrSet
-
- Asn1SeqSetOf - Class in com.objsys.asn1j.runtime
-
Asn1SeqSetOf is a base class for classes representing ASN.1 sequence of
and set of types.
- Asn1SeqSetOf() - Constructor for class com.objsys.asn1j.runtime.Asn1SeqSetOf
-
- Asn1Set - Class in com.objsys.asn1j.runtime
-
Asn1Set is a base class for classes representing ASN.1 sets.
- Asn1Set() - Constructor for class com.objsys.asn1j.runtime.Asn1Set
-
- Asn1SetDuplicateException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 set duplicate element' exception that is
thrown from BER/DER methods when a SET construct is detected to
more than one instance of a given tagged element..
- Asn1SetDuplicateException(Asn1BerDecodeBuffer, Asn1Tag) - Constructor for exception com.objsys.asn1j.runtime.Asn1SetDuplicateException
-
This constructor creates an exception object with a textual message
describing the tag of the duplicate element..
- Asn1SetDuplicateException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1SetDuplicateException
-
- Asn1SetOf - Class in com.objsys.asn1j.runtime
-
Asn1SetOf is a base class for classes representing ASN.1 set of types.
- Asn1SetOf() - Constructor for class com.objsys.asn1j.runtime.Asn1SetOf
-
- Asn1SizeConstraint - Class in com.objsys.asn1j.runtime
-
This class is used to represent a size constraint.
- Asn1SizeConstraint(long, long) - Constructor for class com.objsys.asn1j.runtime.Asn1SizeConstraint
-
This constructor sets the range values for a non-extensisble
constraint.
- Asn1SizeConstraint(long, long, long, long) - Constructor for class com.objsys.asn1j.runtime.Asn1SizeConstraint
-
This constructor sets the range values for an extensisble
constraint.
- Asn1Status - Class in com.objsys.asn1j.runtime
-
This class defines common constants used in the run-time and
generated code.
- Asn1Status() - Constructor for class com.objsys.asn1j.runtime.Asn1Status
-
- Asn1StringOID - Class in com.objsys.asn1j.runtime
-
This represents an ASN.1 object identifier value.
- Asn1StringOID() - Constructor for class com.objsys.asn1j.runtime.Asn1StringOID
-
This constructor creates an empty object identifier that can be
used in a decode method call to receive an OID value.
- Asn1StringOID(String) - Constructor for class com.objsys.asn1j.runtime.Asn1StringOID
-
Create an Asn1StringOID having the given OID value.
- Asn1StringOID(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1StringOID
-
This constructor initializes the object identifier from the given
array of integer subidentifier values.
- Asn1StringOID(BigInteger[]) - Constructor for class com.objsys.asn1j.runtime.Asn1StringOID
-
This constructor initializes the object identifier from the given
array of subidentifier values.
- Asn1StringRelativeOID - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
relative object identifier value.
- Asn1StringRelativeOID() - Constructor for class com.objsys.asn1j.runtime.Asn1StringRelativeOID
-
This constructor creates an empty object identifier that can be
used in a decode method call to receive an OID value.
- Asn1StringRelativeOID(String) - Constructor for class com.objsys.asn1j.runtime.Asn1StringRelativeOID
-
Create an Asn1StringOID having the given OID value.
- Asn1StringRelativeOID(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1StringRelativeOID
-
This constructor initializes the object identifier from the given
array of integer subidentifier values.
- Asn1StringRelativeOID(BigInteger[]) - Constructor for class com.objsys.asn1j.runtime.Asn1StringRelativeOID
-
- Asn1T61String - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
teletex (T61) string value.
- Asn1T61String() - Constructor for class com.objsys.asn1j.runtime.Asn1T61String
-
The default constructor creates an empty string object.
- Asn1T61String(String) - Constructor for class com.objsys.asn1j.runtime.Asn1T61String
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1Tag - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
tag value.
- Asn1Tag() - Constructor for class com.objsys.asn1j.runtime.Asn1Tag
-
The default constructor initializes all fields to zero.
- Asn1Tag(Asn1Tag) - Constructor for class com.objsys.asn1j.runtime.Asn1Tag
-
The copy constructor initializes all fields to those from the given tag
parameter.
- Asn1Tag(short, short, int) - Constructor for class com.objsys.asn1j.runtime.Asn1Tag
-
This constructor initializes all fields to the given values
- Asn1TaggedEventHandler - Interface in com.objsys.asn1j.runtime
-
This interface defines the methods that must be implemented to define
a SAX-like event handler.
- Asn1TagMatchFailedException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 tag match failed' exception that is thrown
from BER/DER methods when an expected tag is not matched..
- Asn1TagMatchFailedException(Asn1BerDecodeBuffer, Asn1Tag, Asn1Tag) - Constructor for exception com.objsys.asn1j.runtime.Asn1TagMatchFailedException
-
This constructor creates an exception object with a textual message
describing the expected and parsed tag values..
- Asn1TagMatchFailedException(Asn1BerDecodeBuffer, Asn1Tag) - Constructor for exception com.objsys.asn1j.runtime.Asn1TagMatchFailedException
-
This constructor creates an exception object with a textual message
describing only the expected tag value.
- Asn1TBCDString - Class in com.objsys.asn1j.runtime
-
Asn1TBCDString represents an OCTET STRING with an overridden toString method
that converts the bytes to a character string of [0-9*#abc] characters.
- Asn1TBCDString() - Constructor for class com.objsys.asn1j.runtime.Asn1TBCDString
-
This constructor creates an empty octet string that can be used in
a decode method call to receive an octet string value.
- Asn1TBCDString(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1TBCDString
-
This constructor initializes an octet string from the given
byte array.
- Asn1TBCDString(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1TBCDString
-
This constructor initializes an octet string from a portion
of the given byte array.
- Asn1TBCDString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1TBCDString
-
This constructor parses the given TBCD character string and assigns the
value to the internal octet string.
- Asn1Time - Class in com.objsys.asn1j.runtime
-
This class is used for all TIME types that are not one of the useful time
types (viz.
- Asn1Time() - Constructor for class com.objsys.asn1j.runtime.Asn1Time
-
The default constructor creates an empty string object.
- Asn1Time(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Time
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1TimeOfDay - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
TIME-OF-DAY value.
- Asn1TimeOfDay() - Constructor for class com.objsys.asn1j.runtime.Asn1TimeOfDay
-
The default constructor creates an empty string object.
- Asn1TimeOfDay(String) - Constructor for class com.objsys.asn1j.runtime.Asn1TimeOfDay
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1TimeUtil - Class in com.objsys.asn1j.runtime
-
Provides methods to encode and decode TIME values in various encoding rules.
- Asn1TimeUtil() - Constructor for class com.objsys.asn1j.runtime.Asn1TimeUtil
-
- Asn1TraceHandler - Class in com.objsys.asn1j.runtime
-
This class is a standard named event handler for printing the
data in an encoded message in a human-readable format.
- Asn1TraceHandler() - Constructor for class com.objsys.asn1j.runtime.Asn1TraceHandler
-
This constructor sets the output stream to standard output.
- Asn1TraceHandler(PrintStream) - Constructor for class com.objsys.asn1j.runtime.Asn1TraceHandler
-
This constructor sets the output stream to the given PrintStream.
- Asn1Type - Class in com.objsys.asn1j.runtime
-
This is the base class for all ASN.1 built-in types.
- Asn1Type() - Constructor for class com.objsys.asn1j.runtime.Asn1Type
-
- Asn1TypeIF - Interface in com.objsys.asn1j.runtime
-
This is the base interface for all ASN.1 built-in types.
- Asn1UnexpectedElementException - Exception in com.objsys.asn1j.runtime
-
This class defines the ASN.1 unexpected element exception
that is thrown when an unexpected element is detected in a
SEQUENCE
or SET
type.
- Asn1UnexpectedElementException() - Constructor for exception com.objsys.asn1j.runtime.Asn1UnexpectedElementException
-
This constructor creates an exception object with a default
textual message.
- Asn1UniversalString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
Universal string value.
- Asn1UniversalString() - Constructor for class com.objsys.asn1j.runtime.Asn1UniversalString
-
This constructor creates an empty string that can be used in
a decode method call to receive a string value.
- Asn1UniversalString(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1UniversalString
-
This constructor initializes the character string from the given
universal string data.
- Asn1UniversalString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1UniversalString
-
This constructor converts a standard Java string value into a
universal string.
- Asn1UnknownIEI - Exception in com.objsys.asn1j.runtime
-
This exception is thrown when a 3GPP message has an unknown IEI which
requires comprehension.
- Asn1UnknownIEI(int) - Constructor for exception com.objsys.asn1j.runtime.Asn1UnknownIEI
-
This constructor creates an exception object with a default
textual message.
- Asn1UTCTime - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
UTC time string value.
- Asn1UTCTime() - Constructor for class com.objsys.asn1j.runtime.Asn1UTCTime
-
The default constructor creates an empty time string object.
- Asn1UTCTime(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1UTCTime
-
This constructor creates an empty time string object and allows
DER encoding rules to be specified.
- Asn1UTCTime(String) - Constructor for class com.objsys.asn1j.runtime.Asn1UTCTime
-
This version of the constructor can be used to set the string
value member variable to the given time string.
- Asn1UTCTime(String, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1UTCTime
-
This version of the constructor can be used to set the string
value member variable to the given time string and
specify DER encoding rules be used to construct the string.
- Asn1UTF8String - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
UTF-8 string value.
- Asn1UTF8String() - Constructor for class com.objsys.asn1j.runtime.Asn1UTF8String
-
The default constructor creates an empty time string object.
- Asn1UTF8String(String) - Constructor for class com.objsys.asn1j.runtime.Asn1UTF8String
-
This version of the constructor can be used to set the string
value member variable to the given string value.
- Asn1Util - Class in com.objsys.asn1j.runtime
-
This class contains some general purpose static utility functions.
- Asn1Util() - Constructor for class com.objsys.asn1j.runtime.Asn1Util
-
- ASN1VALUE - Static variable in class com.objsys.asn1j.runtime.Asn1BitString
-
The ASN1VALUE constant describes the string format for
hex or binary digit value.
- Asn1Value - Class in com.objsys.asn1j.runtime
-
This class provides methods for parsing and formatting text in ASN.1
value notation.
- Asn1Value() - Constructor for class com.objsys.asn1j.runtime.Asn1Value
-
- Asn1ValueParseException - Exception in com.objsys.asn1j.runtime
-
This class defines the 'ASN.1 value parse' exception that is thrown
when a string containing an ASN.1 value cannot be parsed.
- Asn1ValueParseException(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1ValueParseException
-
This constructor creates an exception object with a textual message
describing the expected and parsed tag values.
- Asn1ValueParseException(String, int) - Constructor for exception com.objsys.asn1j.runtime.Asn1ValueParseException
-
This constructor creates an exception object with a textual message
describing the expected and parsed tag values.
- Asn1ValueRange - Class in com.objsys.asn1j.runtime
-
This class models an integer value range.
- Asn1ValueRange() - Constructor for class com.objsys.asn1j.runtime.Asn1ValueRange
-
This constructor sets the minimum and maximum values to the limits set
in java.lang.Long.
- Asn1ValueRange(long, long) - Constructor for class com.objsys.asn1j.runtime.Asn1ValueRange
-
This constructor takes a minimum and maximum value to set the range.
- Asn1ValueRange(Object, long) - Constructor for class com.objsys.asn1j.runtime.Asn1ValueRange
-
This constructor ignores the min value and sets the maximal value for
the range.
- Asn1ValueRange(long, Object) - Constructor for class com.objsys.asn1j.runtime.Asn1ValueRange
-
This constructor ignores the max value and sets the minimal value for
the range.
- Asn1VarWidthCharString - Class in com.objsys.asn1j.runtime
-
This is an abstract base class for holding the ASN.1 variable width character
string types (GraphicString, GeneralString, TeletexString, T61String,
VideotexString, ObjectDescriptor).
- Asn1VarWidthCharString(short) - Constructor for class com.objsys.asn1j.runtime.Asn1VarWidthCharString
-
The default constructor creates an empty string object.
- Asn1VarWidthCharString(String, short) - Constructor for class com.objsys.asn1j.runtime.Asn1VarWidthCharString
-
This version of the constructor can be used to set the string
value
member variable to the given string.
- Asn1VideotexString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
videotex string value.
- Asn1VideotexString() - Constructor for class com.objsys.asn1j.runtime.Asn1VideotexString
-
The default constructor creates an empty string object.
- Asn1VideotexString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1VideotexString
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1VisibleString - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an ASN.1
Visible string value.
- Asn1VisibleString() - Constructor for class com.objsys.asn1j.runtime.Asn1VisibleString
-
The default constructor creates an empty string object.
- Asn1VisibleString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1VisibleString
-
This version of the constructor can be used to set the string
value member variable to the given string.
- Asn1Writable - Interface in com.objsys.asn1j.runtime
-
This provides a interface that can be used for implementing some functions
that can be shared across encoding rules.
- Asn1X694OrderElement - Class in com.objsys.asn1j.runtime
-
This is a helper class for X.694 order element.
- Asn1X694OrderElement() - Constructor for class com.objsys.asn1j.runtime.Asn1X694OrderElement
-
The default constructor sets the _order value to zero.
- Asn1X694OrderElement(int) - Constructor for class com.objsys.asn1j.runtime.Asn1X694OrderElement
-
This constructor creates an Asn1X694OrderElement object from given
integer array.
- Asn1XerDecodeBuffer - Class in com.objsys.asn1j.runtime
-
This class handles the decoding of ASN.1 messages as specified in
the XML Encoding Rules (XER) as documented in the ITU-T X.693
standard.
- Asn1XerDecodeBuffer(String) - Constructor for class com.objsys.asn1j.runtime.Asn1XerDecodeBuffer
-
This constructor creates an XER decode buffer.
- Asn1XerDecodeMethod - Interface in com.objsys.asn1j.runtime
-
Interface for invoking XER decode method on an object.
- Asn1XerDecoder - Interface in com.objsys.asn1j.runtime
-
Interface for obtaining decoded XER data.
- Asn1XerElemInfo - Class in com.objsys.asn1j.runtime
-
This class holds XER element information needed to assign an identifier
to an element after it is parsed from an XML message.
- Asn1XerElemInfo(String[], boolean, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerElemInfo
-
- Asn1XerEncodeBuffer - Class in com.objsys.asn1j.runtime
-
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.
- Asn1XerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
-
The default constructor creates an XER encode buffer object with
the default initial size and canonical set to false.
- Asn1XerEncodeBuffer(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
-
The parameterized constructor creates an XER encode buffer object
with default initial size and canonical set to the given values.
- Asn1XerEncodeBuffer(boolean, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
-
The parameterized constructor creates an XER encode buffer object
with initial size increment and canonical set to the given values.
- Asn1XerEncoder - Interface in com.objsys.asn1j.runtime
-
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.
- Asn1XerOpenType - Class in com.objsys.asn1j.runtime
-
- Asn1XerOpenType() - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
-
Deprecated.
This constructor creates an empty type that can be used in
a decode method call to receive an encoded value.
- Asn1XerOpenType(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
-
Deprecated.
This constructor initializes an open type from the given
byte array.
- Asn1XerOpenType(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
-
Deprecated.
This constructor initializes the open type from a portion
of the given byte array.
- Asn1XerOpenType(Asn1EncodeBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
-
Deprecated.
- Asn1XerOutputStream - Class in com.objsys.asn1j.runtime
-
This class implements the output stream to encode ASN.1 messages as
specified in the XML Encoding Rules (XER) as specified in the
ITU-T X.693 standard.
- Asn1XerOutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOutputStream
-
This constructor creates a buffered XER output stream object with
default size of buffer.
- Asn1XerOutputStream(OutputStream, boolean, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOutputStream
-
This constructor creates a buffered XER output stream object.
- Asn1XerSaxHandler - Class in com.objsys.asn1j.runtime
-
This class extends the DefaultHandler SAX handler class to add items
specific to ASN.1 XER encoding.
- Asn1XerSaxHandler() - Constructor for class com.objsys.asn1j.runtime.Asn1XerSaxHandler
-
- Asn1XerUtil - Class in com.objsys.asn1j.runtime
-
- Asn1XerUtil() - Constructor for class com.objsys.asn1j.runtime.Asn1XerUtil
-
- Asn1XmlAnyElem - Class in com.objsys.asn1j.runtime
-
This is a container class for holding the components of an XSD
any element wildcard (xsd:any) type.
- Asn1XmlAnyElem() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlAnyElem
-
The default constructor initializes the underlying UTF-8 string
object.
- Asn1XmlAnyElem(String) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlAnyElem
-
This constructor sets the underlying XML string value.
- Asn1XmlAnyElem.XsdAnySaxHandler - Class in com.objsys.asn1j.runtime
-
- Asn1XmlEncodeBuffer - Class in com.objsys.asn1j.runtime
-
This class handles the encoding of ASN.1 messages as specified in
the XML Encoding (non-XER) as specified in the XML schema standard.
- Asn1XmlEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
-
The default constructor creates an XML encode buffer object with
the default initial size and canonical set to false.
- Asn1XmlEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
-
The parameterized constructor creates an XML encode buffer object
with initial size set to the given value.
- Asn1XmlEncodeHelper - Class in com.objsys.asn1j.runtime
-
- Asn1XmlEncodeHelper(Asn1XmlEncoder) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEncodeHelper
-
- Asn1XmlEncoder - Interface in com.objsys.asn1j.runtime
-
This is a base interface for encoding of ASN.1 messages as
XML as specified in the W3C standard.
- Asn1XmlMisReqElemExc - Exception in com.objsys.asn1j.runtime
-
This class defines the 'missing required element' exception.
- Asn1XmlMisReqElemExc(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1XmlMisReqElemExc
-
This constructor creates an exception object with a textual message
describing the missing element value.
- Asn1XmlNamespace - Class in com.objsys.asn1j.runtime
-
This class maps an XML namespace prefix to a URI.
- Asn1XmlNamespace(String, String) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlNamespace
-
The constructor creates a mapping between a namespace URI and
a prefix.
- Asn1XmlNamespaceCtxt - Class in com.objsys.asn1j.runtime
-
Represents a mapping between namespaces and prefixes.
- Asn1XmlNamespaceCtxt() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlNamespaceCtxt
-
- Asn1XmlOutputStream - Class in com.objsys.asn1j.runtime
-
This class implements the output stream to encode ASN.1 messages as
specified in the XML Encoding as specified in the
XML schema standard.
- Asn1XmlOutputStream(OutputStream) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlOutputStream
-
This constructor creates a buffered XML output stream object with
default size of buffer.
- Asn1XmlOutputStream(OutputStream, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlOutputStream
-
This constructor creates a buffered XML output stream object.
- Asn1XmlSaxSimpleType - Class in com.objsys.asn1j.runtime
-
SAX Handler for simple types.
- Asn1XmlSaxSimpleType(Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlSaxSimpleType
-
- Asn1XmlUnexpElemExc - Exception in com.objsys.asn1j.runtime
-
This class defines the 'unexpected XML element' exception.
- Asn1XmlUnexpElemExc(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1XmlUnexpElemExc
-
This constructor creates an exception object with a textual message
describing the expected element value.
- Asn1XmlUtil - Class in com.objsys.asn1j.runtime
-
- Asn1XmlUtil() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlUtil
-
- Asn1XmlXerEncoder - Interface in com.objsys.asn1j.runtime
-
This is a base interface for encoding of ASN.1 messages as
XML as specified in the W3C standard.
- Asn1XmlXSIAttrs - Class in com.objsys.asn1j.runtime
-
- Asn1XmlXSIAttrs() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlXSIAttrs
-
- Aug - Static variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
-
- Aug - Static variable in class com.objsys.asn1j.runtime.Asn1Time
-
- August - Static variable in class com.objsys.asn1j.runtime.Asn1AbstractTime
-
- August - Static variable in class com.objsys.asn1j.runtime.Asn1Time
-
- available() - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
-
Returns the number of bytes that can be read (or skipped over) from
this input stream without blocking by the next caller of a method for
this input stream.
- available() - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
-
Returns the number of bytes that can be read (or skipped over) from
this input stream without blocking by the next caller of a method for
this input stream.
- available() - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
-
Returns the number of bytes that can be read (or skipped over) from
this input stream without blocking by the next caller of a method for
this input stream.
- available() - Method in class com.objsys.asn1j.runtime.Asn1MderDecodeBuffer
-
- available() - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
-
Returns the number of bytes that can be read (or skipped over) from
this input stream without blocking by the next caller of a method for
this input stream.