A B C D E F G H I J L M N O P R S T U V W X Y _

A

abstract_ - Variable in class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_syntaxes
 
abstract_ - Variable in class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_syntaxes
 
abstract_ - Variable in class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_syntaxes
 
abstract_ - Variable in class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_syntaxes
 
abstract_ - Variable in class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_syntaxes
 
abstract_ - Variable in class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_syntaxes
 
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
Deprecated. Use getContext().eventDispatcher.addNamedEventHandler
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.Asn1PerTime
With CENTURY/YEAR, ANY indicates that century/year is unconstrained.
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.Asn1Time
 
April - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
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.
Asn1_ABSTRACT_SYNTAX_property - Class in com.objsys.asn1j.runtime
 
Asn1_ABSTRACT_SYNTAX_property() - Constructor for class com.objsys.asn1j.runtime.Asn1_ABSTRACT_SYNTAX_property
This constructor creates an empty bit string that can be used in a decode method call to receive a bit string value.
Asn1_ABSTRACT_SYNTAX_property(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1_ABSTRACT_SYNTAX_property
This constructor initializes the bit string value with the given bytes, using all 8 bits of every byte.
Asn1_ABSTRACT_SYNTAX_property(int, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1_ABSTRACT_SYNTAX_property
This constructor initializes the bit string value with the given number of bits and data.
Asn1_ABSTRACT_SYNTAX_property(boolean[]) - Constructor for class com.objsys.asn1j.runtime.Asn1_ABSTRACT_SYNTAX_property
This constructor initializes the bit string value from the given boolean array.
Asn1_ABSTRACT_SYNTAX_property(String) - Constructor for class com.objsys.asn1j.runtime.Asn1_ABSTRACT_SYNTAX_property
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.
Asn1_ABSTRACT_SYNTAX_property(BitSet) - Constructor for class com.objsys.asn1j.runtime.Asn1_ABSTRACT_SYNTAX_property
This constructor initializes the bit string value from the given BitSet object.
Asn1ABSTRACT_SYNTAX - Class in com.objsys.asn1j.runtime
 
Asn1ABSTRACT_SYNTAX() - Constructor for class com.objsys.asn1j.runtime.Asn1ABSTRACT_SYNTAX
 
Asn1ABSTRACT_SYNTAX(Asn1ObjectIdentifier, Object, Asn1_ABSTRACT_SYNTAX_property) - Constructor for class com.objsys.asn1j.runtime.Asn1ABSTRACT_SYNTAX
 
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.
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.
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.
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.
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.
Asn1CHARACTER_STRING - Class in com.objsys.asn1j.runtime
 
Asn1CHARACTER_STRING() - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING
 
Asn1CHARACTER_STRING(Asn1CHARACTER_STRING_identification, Asn1ObjectDescriptor, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING
This constructor sets all elements to references to the given objects
Asn1CHARACTER_STRING(Asn1CHARACTER_STRING_identification, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING
This constructor is for required elements only.
Asn1CHARACTER_STRING(Asn1CHARACTER_STRING_identification, String, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING
This constructor allows primitive data to be passed for all primitive elements.
Asn1CHARACTER_STRING(Asn1CHARACTER_STRING_identification, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING
This constructor is for required elements only.
Asn1CHARACTER_STRING_identification - Class in com.objsys.asn1j.runtime
 
Asn1CHARACTER_STRING_identification() - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification
 
Asn1CHARACTER_STRING_identification(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification
 
Asn1CHARACTER_STRING_identification_context_negotiation - Class in com.objsys.asn1j.runtime
 
Asn1CHARACTER_STRING_identification_context_negotiation() - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_context_negotiation
 
Asn1CHARACTER_STRING_identification_context_negotiation(Asn1Integer, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_context_negotiation
This constructor sets all elements to references to the given objects
Asn1CHARACTER_STRING_identification_context_negotiation(long, int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_context_negotiation
This constructor allows primitive data to be passed for all primitive elements.
Asn1CHARACTER_STRING_identification_syntaxes - Class in com.objsys.asn1j.runtime
 
Asn1CHARACTER_STRING_identification_syntaxes() - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_syntaxes
 
Asn1CHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_syntaxes
This constructor sets all elements to references to the given objects
Asn1CHARACTER_STRING_identification_syntaxes(int[], int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1CHARACTER_STRING_identification_syntaxes
This constructor allows primitive data to be passed for all primitive elements.
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
 
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.
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
 
Asn1EmbeddedPDV - Class in com.objsys.asn1j.runtime
 
Asn1EmbeddedPDV() - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV
 
Asn1EmbeddedPDV(Asn1EmbeddedPDV_identification, Asn1ObjectDescriptor, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV
This constructor sets all elements to references to the given objects
Asn1EmbeddedPDV(Asn1EmbeddedPDV_identification, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV
This constructor is for required elements only.
Asn1EmbeddedPDV(Asn1EmbeddedPDV_identification, String, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV
This constructor allows primitive data to be passed for all primitive elements.
Asn1EmbeddedPDV(Asn1EmbeddedPDV_identification, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV
This constructor is for required elements only.
Asn1EmbeddedPDV_identification - Class in com.objsys.asn1j.runtime
 
Asn1EmbeddedPDV_identification() - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification
 
Asn1EmbeddedPDV_identification(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification
 
Asn1EmbeddedPDV_identification_context_negotiation - Class in com.objsys.asn1j.runtime
 
Asn1EmbeddedPDV_identification_context_negotiation() - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_context_negotiation
 
Asn1EmbeddedPDV_identification_context_negotiation(Asn1Integer, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_context_negotiation
This constructor sets all elements to references to the given objects
Asn1EmbeddedPDV_identification_context_negotiation(long, int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_context_negotiation
This constructor allows primitive data to be passed for all primitive elements.
Asn1EmbeddedPDV_identification_syntaxes - Class in com.objsys.asn1j.runtime
 
Asn1EmbeddedPDV_identification_syntaxes() - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_syntaxes
 
Asn1EmbeddedPDV_identification_syntaxes(Asn1ObjectIdentifier, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_syntaxes
This constructor sets all elements to references to the given objects
Asn1EmbeddedPDV_identification_syntaxes(int[], int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1EmbeddedPDV_identification_syntaxes
This constructor allows primitive data to be passed for all primitive elements.
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).
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..
Asn1External - Class in com.objsys.asn1j.runtime
 
Asn1External() - Constructor for class com.objsys.asn1j.runtime.Asn1External
 
Asn1External(Asn1ObjectIdentifier, Asn1Integer, Asn1ObjectDescriptor, Asn1External_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1External
This constructor sets all elements to references to the given objects
Asn1External(Asn1External_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1External
This constructor is for required elements only.
Asn1External(int[], long, String, Asn1External_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1External
This constructor allows primitive data to be passed for all primitive elements.
Asn1External_encoding - Class in com.objsys.asn1j.runtime
 
Asn1External_encoding() - Constructor for class com.objsys.asn1j.runtime.Asn1External_encoding
 
Asn1External_encoding(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1External_encoding
 
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..
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.
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.
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.
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
 
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 PER encoded message.
Asn1PerBitFieldPrinter(Asn1PerMessageBuffer, 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 PER bit field trace information.
Asn1PerDecodeTraceHandler(Asn1PerDecodeBuffer) - 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 PER bit field trace information.
Asn1PerEncodeTraceHandler(Asn1PerEncodeBuffer) - 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
Provides methods to encode and decode TIME values in PER.
Asn1PerTime() - Constructor for class com.objsys.asn1j.runtime.Asn1PerTime
 
Asn1PerTraceHandler - Class in com.objsys.asn1j.runtime
This is the abstract base class for the PER encode and decode trace handler derived classes.
Asn1PerTraceHandler(Asn1PerMessageBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This constructor initializes internal trace handler member variables.
Asn1PerUtil - Class in com.objsys.asn1j.runtime
This class contains general purpose static utility functions related to PER encoding/decoding
Asn1PerUtil() - Constructor for class com.objsys.asn1j.runtime.Asn1PerUtil
 
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
Deprecated. use Asn1Real() or Asn1Real(double) instead.
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.
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.
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.
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..
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
 
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.
Asn1Time - 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.
Asn1Time(short, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1Time
This constructor creates an empty time string object.
Asn1Time(String, short, boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1Time
This constructor creates a time string using data 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.
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
 
Asn1TYPE_IDENTIFIER - Class in com.objsys.asn1j.runtime
 
Asn1TYPE_IDENTIFIER() - Constructor for class com.objsys.asn1j.runtime.Asn1TYPE_IDENTIFIER
 
Asn1TYPE_IDENTIFIER(Asn1ObjectIdentifier, Object) - Constructor for class com.objsys.asn1j.runtime.Asn1TYPE_IDENTIFIER
 
Asn1TypeIF - Interface in com.objsys.asn1j.runtime
This is the base interface for all ASN.1 built-in types.
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.
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.
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.
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.
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type - Class in com.objsys.asn1j.runtime
 
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type() - Constructor for class com.objsys.asn1j.runtime.Asn1Xer__ABSTRACT_SYNTAX_property_default_Type
This constructor creates an empty bit string that can be used in a decode method call to receive a bit string value.
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Xer__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value with the given bytes, using all 8 bits of every byte.
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type(int, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Xer__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value with the given number of bits and data.
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type(boolean[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Xer__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value from the given boolean array.
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Xer__ABSTRACT_SYNTAX_property_default_Type
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.
Asn1Xer__ABSTRACT_SYNTAX_property_default_Type(BitSet) - Constructor for class com.objsys.asn1j.runtime.Asn1Xer__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value from the given BitSet object.
Asn1XerCHARACTER_STRING - Class in com.objsys.asn1j.runtime
 
Asn1XerCHARACTER_STRING() - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING
 
Asn1XerCHARACTER_STRING(Asn1XerCHARACTER_STRING_identification, Asn1ObjectDescriptor, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING
This constructor sets all elements to references to the given objects
Asn1XerCHARACTER_STRING(Asn1XerCHARACTER_STRING_identification, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING
This constructor is for required elements only.
Asn1XerCHARACTER_STRING(Asn1XerCHARACTER_STRING_identification, String, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING
This constructor allows primitive data to be passed for all primitive elements.
Asn1XerCHARACTER_STRING(Asn1XerCHARACTER_STRING_identification, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING
This constructor is for required elements only.
Asn1XerCHARACTER_STRING_identification - Class in com.objsys.asn1j.runtime
 
Asn1XerCHARACTER_STRING_identification() - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification
 
Asn1XerCHARACTER_STRING_identification(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification
 
Asn1XerCHARACTER_STRING_identification_context_negotiation - Class in com.objsys.asn1j.runtime
 
Asn1XerCHARACTER_STRING_identification_context_negotiation() - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_context_negotiation
 
Asn1XerCHARACTER_STRING_identification_context_negotiation(Asn1Integer, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_context_negotiation
This constructor sets all elements to references to the given objects
Asn1XerCHARACTER_STRING_identification_context_negotiation(long, int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_context_negotiation
This constructor allows primitive data to be passed for all primitive elements.
Asn1XerCHARACTER_STRING_identification_syntaxes - Class in com.objsys.asn1j.runtime
 
Asn1XerCHARACTER_STRING_identification_syntaxes() - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_syntaxes
 
Asn1XerCHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_syntaxes
This constructor sets all elements to references to the given objects
Asn1XerCHARACTER_STRING_identification_syntaxes(int[], int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerCHARACTER_STRING_identification_syntaxes
This constructor allows primitive data to be passed for all primitive elements.
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.
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
 
Asn1XerEmbeddedPDV - Class in com.objsys.asn1j.runtime
 
Asn1XerEmbeddedPDV() - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV
 
Asn1XerEmbeddedPDV(Asn1XerEmbeddedPDV_identification, Asn1ObjectDescriptor, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV
This constructor sets all elements to references to the given objects
Asn1XerEmbeddedPDV(Asn1XerEmbeddedPDV_identification, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV
This constructor is for required elements only.
Asn1XerEmbeddedPDV(Asn1XerEmbeddedPDV_identification, String, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV
This constructor allows primitive data to be passed for all primitive elements.
Asn1XerEmbeddedPDV(Asn1XerEmbeddedPDV_identification, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV
This constructor is for required elements only.
Asn1XerEmbeddedPDV_identification - Class in com.objsys.asn1j.runtime
 
Asn1XerEmbeddedPDV_identification() - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification
 
Asn1XerEmbeddedPDV_identification(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification
 
Asn1XerEmbeddedPDV_identification_context_negotiation - Class in com.objsys.asn1j.runtime
 
Asn1XerEmbeddedPDV_identification_context_negotiation() - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_context_negotiation
 
Asn1XerEmbeddedPDV_identification_context_negotiation(Asn1Integer, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_context_negotiation
This constructor sets all elements to references to the given objects
Asn1XerEmbeddedPDV_identification_context_negotiation(long, int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_context_negotiation
This constructor allows primitive data to be passed for all primitive elements.
Asn1XerEmbeddedPDV_identification_syntaxes - Class in com.objsys.asn1j.runtime
 
Asn1XerEmbeddedPDV_identification_syntaxes() - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_syntaxes
 
Asn1XerEmbeddedPDV_identification_syntaxes(Asn1ObjectIdentifier, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_syntaxes
This constructor sets all elements to references to the given objects
Asn1XerEmbeddedPDV_identification_syntaxes(int[], int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEmbeddedPDV_identification_syntaxes
This constructor allows primitive data to be passed for all primitive elements.
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.
Asn1XerExternal - Class in com.objsys.asn1j.runtime
 
Asn1XerExternal() - Constructor for class com.objsys.asn1j.runtime.Asn1XerExternal
 
Asn1XerExternal(Asn1ObjectIdentifier, Asn1Integer, Asn1ObjectDescriptor, Asn1XerExternal_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1XerExternal
This constructor sets all elements to references to the given objects
Asn1XerExternal(Asn1XerExternal_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1XerExternal
This constructor is for required elements only.
Asn1XerExternal(int[], long, String, Asn1XerExternal_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1XerExternal
This constructor allows primitive data to be passed for all primitive elements.
Asn1XerExternal_encoding - Class in com.objsys.asn1j.runtime
 
Asn1XerExternal_encoding() - Constructor for class com.objsys.asn1j.runtime.Asn1XerExternal_encoding
 
Asn1XerExternal_encoding(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XerExternal_encoding
 
Asn1XerOpenType - Class in com.objsys.asn1j.runtime
Deprecated. Use Asn1OpenType instead. You can use the constructors where you specify the encoding, and specify XER if you are populating with byte data that is a UTF-8 XML encoding of the actual value.
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
 
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type - Class in com.objsys.asn1j.runtime
 
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type() - Constructor for class com.objsys.asn1j.runtime.Asn1Xml__ABSTRACT_SYNTAX_property_default_Type
This constructor creates an empty bit string that can be used in a decode method call to receive a bit string value.
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Xml__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value with the given bytes, using all 8 bits of every byte.
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type(int, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Xml__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value with the given number of bits and data.
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type(boolean[]) - Constructor for class com.objsys.asn1j.runtime.Asn1Xml__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value from the given boolean array.
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Xml__ABSTRACT_SYNTAX_property_default_Type
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.
Asn1Xml__ABSTRACT_SYNTAX_property_default_Type(BitSet) - Constructor for class com.objsys.asn1j.runtime.Asn1Xml__ABSTRACT_SYNTAX_property_default_Type
This constructor initializes the bit string value from the given BitSet object.
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
 
Asn1XmlCHARACTER_STRING - Class in com.objsys.asn1j.runtime
 
Asn1XmlCHARACTER_STRING() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING
 
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification, Asn1ObjectDescriptor, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING
This constructor sets all elements to references to the given objects
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING
This constructor is for required elements only.
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification, String, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING
This constructor allows primitive data to be passed for all primitive elements.
Asn1XmlCHARACTER_STRING(Asn1XmlCHARACTER_STRING_identification, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING
This constructor is for required elements only.
Asn1XmlCHARACTER_STRING_identification - Class in com.objsys.asn1j.runtime
 
Asn1XmlCHARACTER_STRING_identification() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification
 
Asn1XmlCHARACTER_STRING_identification(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification
 
Asn1XmlCHARACTER_STRING_identification_context_negotiation - Class in com.objsys.asn1j.runtime
 
Asn1XmlCHARACTER_STRING_identification_context_negotiation() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_context_negotiation
 
Asn1XmlCHARACTER_STRING_identification_context_negotiation(Asn1Integer, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_context_negotiation
This constructor sets all elements to references to the given objects
Asn1XmlCHARACTER_STRING_identification_context_negotiation(long, int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_context_negotiation
This constructor allows primitive data to be passed for all primitive elements.
Asn1XmlCHARACTER_STRING_identification_syntaxes - Class in com.objsys.asn1j.runtime
 
Asn1XmlCHARACTER_STRING_identification_syntaxes() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_syntaxes
 
Asn1XmlCHARACTER_STRING_identification_syntaxes(Asn1ObjectIdentifier, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_syntaxes
This constructor sets all elements to references to the given objects
Asn1XmlCHARACTER_STRING_identification_syntaxes(int[], int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlCHARACTER_STRING_identification_syntaxes
This constructor allows primitive data to be passed for all primitive elements.
Asn1XmlEmbeddedPDV - Class in com.objsys.asn1j.runtime
 
Asn1XmlEmbeddedPDV() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV
 
Asn1XmlEmbeddedPDV(Asn1XmlEmbeddedPDV_identification, Asn1ObjectDescriptor, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV
This constructor sets all elements to references to the given objects
Asn1XmlEmbeddedPDV(Asn1XmlEmbeddedPDV_identification, Asn1OctetString) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV
This constructor is for required elements only.
Asn1XmlEmbeddedPDV(Asn1XmlEmbeddedPDV_identification, String, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV
This constructor allows primitive data to be passed for all primitive elements.
Asn1XmlEmbeddedPDV(Asn1XmlEmbeddedPDV_identification, byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV
This constructor is for required elements only.
Asn1XmlEmbeddedPDV_identification - Class in com.objsys.asn1j.runtime
 
Asn1XmlEmbeddedPDV_identification() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification
 
Asn1XmlEmbeddedPDV_identification(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification
 
Asn1XmlEmbeddedPDV_identification_context_negotiation - Class in com.objsys.asn1j.runtime
 
Asn1XmlEmbeddedPDV_identification_context_negotiation() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_context_negotiation
 
Asn1XmlEmbeddedPDV_identification_context_negotiation(Asn1Integer, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_context_negotiation
This constructor sets all elements to references to the given objects
Asn1XmlEmbeddedPDV_identification_context_negotiation(long, int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_context_negotiation
This constructor allows primitive data to be passed for all primitive elements.
Asn1XmlEmbeddedPDV_identification_syntaxes - Class in com.objsys.asn1j.runtime
 
Asn1XmlEmbeddedPDV_identification_syntaxes() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_syntaxes
 
Asn1XmlEmbeddedPDV_identification_syntaxes(Asn1ObjectIdentifier, Asn1ObjectIdentifier) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_syntaxes
This constructor sets all elements to references to the given objects
Asn1XmlEmbeddedPDV_identification_syntaxes(int[], int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlEmbeddedPDV_identification_syntaxes
This constructor allows primitive data to be passed for all primitive elements.
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.
Asn1XmlExternal - Class in com.objsys.asn1j.runtime
 
Asn1XmlExternal() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlExternal
 
Asn1XmlExternal(Asn1ObjectIdentifier, Asn1Integer, Asn1ObjectDescriptor, Asn1XmlExternal_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlExternal
This constructor sets all elements to references to the given objects
Asn1XmlExternal(Asn1XmlExternal_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlExternal
This constructor is for required elements only.
Asn1XmlExternal(int[], long, String, Asn1XmlExternal_encoding) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlExternal
This constructor allows primitive data to be passed for all primitive elements.
Asn1XmlExternal_encoding - Class in com.objsys.asn1j.runtime
 
Asn1XmlExternal_encoding() - Constructor for class com.objsys.asn1j.runtime.Asn1XmlExternal_encoding
 
Asn1XmlExternal_encoding(byte, Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlExternal_encoding
 
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.
Asn1XmlSaxInvUnionExc - Exception in com.objsys.asn1j.runtime
This class defines the 'unexpected union content' SAX exception.
Asn1XmlSaxInvUnionExc(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1XmlSaxInvUnionExc
This constructor creates an exception object with a textual message describing the parsed content value.
Asn1XmlSaxMisReqElemExc - Exception in com.objsys.asn1j.runtime
This class defines the 'missing required element' SAX exception.
Asn1XmlSaxMisReqElemExc(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1XmlSaxMisReqElemExc
This constructor creates an exception object with a textual message describing the missing element value.
Asn1XmlSaxSimpleType - Class in com.objsys.asn1j.runtime
SAX Handler for simple types.
Asn1XmlSaxSimpleType(Asn1Type) - Constructor for class com.objsys.asn1j.runtime.Asn1XmlSaxSimpleType
 
Asn1XmlSaxUnexpElemExc - Exception in com.objsys.asn1j.runtime
This class defines the 'unexpected XML element' SAX exception.
Asn1XmlSaxUnexpElemExc(String) - Constructor for exception com.objsys.asn1j.runtime.Asn1XmlSaxUnexpElemExc
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.Asn1Time
 
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.

A B C D E F G H I J L M N O P R S T U V W X Y _