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

A

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.Asn1DecodeBuffer
This method adds a named event handler to the named event handler list for this buffer.
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 com.objsys.asn1j.runtime.Asn18BitCharString.
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.
Asn1BerDecodeBuffer - class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer.
This class handles the decoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690 standard.
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 com.objsys.asn1j.runtime.Asn1BerDecodeContext.
This class is mainly for internal use by the compiler to keep track of where nested constructed elements (SEQUENCE, SET, CHOICE, etc.) begin and end.
Asn1BerDecodeContext(Asn1BerDecodeBuffer, int) - Constructor for class com.objsys.asn1j.runtime.Asn1BerDecodeContext
The constructor initializes all internal working varaibles.
Asn1BerEncodeBuffer - class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer.
This class handles the encoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as specified in the ITU-T X.690 standard.
Asn1BerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This constructor creates a BER encode buffer object with the default size increment.
Asn1BerEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This constructor creates a BER encode buffer object with the given size increment.
Asn1BerInputStream - class com.objsys.asn1j.runtime.Asn1BerInputStream.
This class handles the input stream for the decoding of ASN.1 messages as specified in the Basic Encoding Rules (BER) as documented in the ITU-T X.690 standard.
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 com.objsys.asn1j.runtime.Asn1BerMessageDumpHandler.
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 com.objsys.asn1j.runtime.Asn1BerOutputStream.
This class implements the output stream to encode ASN.1 messages as specified in the Basic Encoding Rules (BER) as specified in the ITU-T X.690 standard.
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.
Asn1BitString - class com.objsys.asn1j.runtime.Asn1BitString.
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(BitSet) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
This constructor initializes a bit string from the given BitSet object.
Asn1BitString(boolean[]) - Constructor for class com.objsys.asn1j.runtime.Asn1BitString
This constructor initializes a bit string from the given boolean array.
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(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.
Asn1BMPString - class com.objsys.asn1j.runtime.Asn1BMPString.
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 com.objsys.asn1j.runtime.Asn1Boolean.
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.
Asn1CharRange - class com.objsys.asn1j.runtime.Asn1CharRange.
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 com.objsys.asn1j.runtime.Asn1CharSet.
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 com.objsys.asn1j.runtime.Asn1CharString.
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 com.objsys.asn1j.runtime.Asn1Choice.
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 com.objsys.asn1j.runtime.Asn1ChoiceExt.
This is a container class for holding a CHOICE open type extension element.
Asn1ChoiceExt() - Constructor for class com.objsys.asn1j.runtime.Asn1ChoiceExt
 
Asn1ConsVioException - exception com.objsys.asn1j.runtime.Asn1ConsVioException.
This class defines the 'ASN.1 constraint violation' exception that is thrown when an element is parsed that is outside the bounds to a defined constraint..
Asn1ConsVioException(String, long) - Constructor for class com.objsys.asn1j.runtime.Asn1ConsVioException
This constructor creates an exception object with a standard message based on the given variable name and value.
Asn1DecodeBuffer - class com.objsys.asn1j.runtime.Asn1DecodeBuffer.
This is the base class to specific decode buffer classes for the different types of encoding rules (BER, DER and PER).
Asn1DerDecodeBuffer - class com.objsys.asn1j.runtime.Asn1DerDecodeBuffer.
This class handles the decoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as documented in the ITU-T X.690 standard.
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 com.objsys.asn1j.runtime.Asn1DerEncodeBuffer.
This class handles the encoding of ASN.1 messages as specified in the Distinguished Encoding Rules (DER) as specified in the ITU-T X.690 standard.
Asn1DerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1DerEncodeBuffer
This constructor creates a DER encode buffer object with the default size increment.
Asn1DerEncodeBuffer(int) - Constructor for class com.objsys.asn1j.runtime.Asn1DerEncodeBuffer
This constructor creates a DER encode buffer object with the given size increment.
Asn1DerInputStream - class com.objsys.asn1j.runtime.Asn1DerInputStream.
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 com.objsys.asn1j.runtime.Asn1DiscreteCharSet.
This class is used to represent a discrete set of characters from a permitted alphabet.
Asn1DiscreteCharSet(int[]) - Constructor for class com.objsys.asn1j.runtime.Asn1DiscreteCharSet
This constructor sets the permitted alphabet chracter set
Asn1DiscreteCharSet(String) - Constructor for class com.objsys.asn1j.runtime.Asn1DiscreteCharSet
This constructor sets the permitted alphabet chracter set
Asn1EncodeBuffer - class com.objsys.asn1j.runtime.Asn1EncodeBuffer.
This is the base class to specific encode buffer classes for the different types of encoding rules (BER, DER and PER).
Asn1EndOfBufferException - exception com.objsys.asn1j.runtime.Asn1EndOfBufferException.
This class defines the 'ASN.1 end of buffer' exception that is thrown when an unexpected end-of-buffer condition is encountered when decoding a message..
Asn1EndOfBufferException(Asn1DecodeBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1EndOfBufferException
This constructor creates an exception object with a textual message describing the tag of the duplicate element..
Asn1Enumerated - class com.objsys.asn1j.runtime.Asn1Enumerated.
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 com.objsys.asn1j.runtime.Asn1Exception.
This class defines a generic ASN.1 exception for use as a base class for exceptions common to all encode/decode operations.
Asn1Exception(Asn1DecodeBuffer, String) - Constructor for class com.objsys.asn1j.runtime.Asn1Exception
This constructor creates the base exception object and captures the current buffer offset from the decode buffer..
Asn1Exception(String) - Constructor for class com.objsys.asn1j.runtime.Asn1Exception
This constructor passes the given message text to the superclass.
Asn1GeneralizedTime - class com.objsys.asn1j.runtime.Asn1GeneralizedTime.
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 com.objsys.asn1j.runtime.Asn1GeneralString.
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.
Asn1GraphicString - class com.objsys.asn1j.runtime.Asn1GraphicString.
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 com.objsys.asn1j.runtime.Asn1IA5String.
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 com.objsys.asn1j.runtime.Asn1InputStream.
This interface is a base interface for all classes, which implement an input stream functionality for decoding.
Asn1Integer - class com.objsys.asn1j.runtime.Asn1Integer.
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 com.objsys.asn1j.runtime.Asn1InvalidArgException.
This class defines the 'ASN.1 invalid argument' exception that is thrown when as argument that is passed to a method is determined to be invalid (for example, not within a defined range)..
Asn1InvalidArgException(String, String) - Constructor for class com.objsys.asn1j.runtime.Asn1InvalidArgException
This constructor creates an exception object with a textual message describing the argument that was invalid..
Asn1InvalidChoiceOptionException - exception com.objsys.asn1j.runtime.Asn1InvalidChoiceOptionException.
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() - Constructor for class 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..
Asn1InvalidChoiceOptionException(Asn1BerDecodeBuffer, Asn1Tag) - Constructor for class 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 class com.objsys.asn1j.runtime.Asn1InvalidChoiceOptionException
This constructor creates an exception object with a textual message describing the PER choice index of the invalid element..
Asn1InvalidEnumException - exception com.objsys.asn1j.runtime.Asn1InvalidEnumException.
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 class com.objsys.asn1j.runtime.Asn1InvalidEnumException
This constructor creates an exception object with a default textual message.
Asn1InvalidEnumException(String) - Constructor for class com.objsys.asn1j.runtime.Asn1InvalidEnumException
 
Asn1InvalidLengthException - exception com.objsys.asn1j.runtime.Asn1InvalidLengthException.
This class defines the 'ASN.1 invalid length' exception that is thrown when a length is determined to be invalid.
Asn1InvalidLengthException() - Constructor for class com.objsys.asn1j.runtime.Asn1InvalidLengthException
This constructor creates an exception object with a default textual message.
Asn1InvalidObjectIDException - exception com.objsys.asn1j.runtime.Asn1InvalidObjectIDException.
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 class com.objsys.asn1j.runtime.Asn1InvalidObjectIDException
This constructor creates an exception object with a default textual message.
Asn1MessageBuffer - class com.objsys.asn1j.runtime.Asn1MessageBuffer.
This is the base class for all of the different message buffer types.
Asn1MessageBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1MessageBuffer
 
Asn1MissingRequiredException - exception com.objsys.asn1j.runtime.Asn1MissingRequiredException.
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 class com.objsys.asn1j.runtime.Asn1MissingRequiredException
This constructor creates an exception object with a textual message describing the error.
Asn1MissingRequiredException(String) - Constructor for class 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.
Asn1NamedEventHandler - interface com.objsys.asn1j.runtime.Asn1NamedEventHandler.
This interface defines the methods that must be implemented to define a SAX-like event handler.
Asn1NotInSetException - exception com.objsys.asn1j.runtime.Asn1NotInSetException.
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 class com.objsys.asn1j.runtime.Asn1NotInSetException
This constructor creates an exception object with a textual message describing the tag of the duplicate element.
Asn1Null - class com.objsys.asn1j.runtime.Asn1Null.
This class represents the ASN.1 NULL built-in type.
Asn1Null() - Constructor for class com.objsys.asn1j.runtime.Asn1Null
 
Asn1NumericString - class com.objsys.asn1j.runtime.Asn1NumericString.
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 com.objsys.asn1j.runtime.Asn1ObjectDescriptor.
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 com.objsys.asn1j.runtime.Asn1ObjectIdentifier.
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 com.objsys.asn1j.runtime.Asn1OctetString.
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.
Asn1OpenExt - class com.objsys.asn1j.runtime.Asn1OpenExt.
This is a container class for holding open type elements that may occur within an open type extension (i.e.
Asn1OpenExt() - Constructor for class com.objsys.asn1j.runtime.Asn1OpenExt
 
Asn1OpenType - class com.objsys.asn1j.runtime.Asn1OpenType.
This is a container class for holding the 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(Asn1EncodeBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
This constructor initializes an open type using an encoded component.
Asn1OpenType(byte[]) - 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(int) - Constructor for class com.objsys.asn1j.runtime.Asn1OpenType
This constructor initializes an open type using just an encoded component length.
Asn1OutputStream - class com.objsys.asn1j.runtime.Asn1OutputStream.
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 com.objsys.asn1j.runtime.Asn1PerBitField.
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 com.objsys.asn1j.runtime.Asn1PerBitFieldList.
This class is used to map all of the bit fields in a PER message.
Asn1PerBitFieldList() - Constructor for class com.objsys.asn1j.runtime.Asn1PerBitFieldList
 
Asn1PerDecodeBuffer - class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer.
This class handles the decoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) as specified in the ITU-T X.691 standard.
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.
Asn1PerDecodeTraceHandler - class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler.
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 com.objsys.asn1j.runtime.Asn1PerEncodeBuffer.
This class handles the encoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) as specified in the ITU-T X.691 standard.
Asn1PerEncodeBuffer(boolean) - Constructor for class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This constructor creates a PER encode buffer object with the default size increment.
Asn1PerEncodeBuffer(boolean, int) - Constructor for class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This constructor creates a PER encode buffer object with the given size increment.
Asn1PerEncodeTraceHandler - class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler.
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 com.objsys.asn1j.runtime.Asn1PerInputStream.
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 com.objsys.asn1j.runtime.Asn1PerMessageBuffer.
This interface defines constants and methods specific to encoding and decoding PER messages.
Asn1PerOutputStream - class com.objsys.asn1j.runtime.Asn1PerOutputStream.
This class handles the output stream for encoding of ASN.1 messages as specified in the Packed Encoding Rules (PER) ITU-T X.691 standard.
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 com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler.
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
 
Asn1PerTraceHandler - class com.objsys.asn1j.runtime.Asn1PerTraceHandler.
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 com.objsys.asn1j.runtime.Asn1PerUtil.
This class contains general purpose static utility functions related to PER encoding/decoding
Asn1PerUtil() - Constructor for class com.objsys.asn1j.runtime.Asn1PerUtil
 
Asn1PrintableString - class com.objsys.asn1j.runtime.Asn1PrintableString.
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 com.objsys.asn1j.runtime.Asn1Real.
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.
Asn1RelativeOID - class com.objsys.asn1j.runtime.Asn1RelativeOID.
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 com.objsys.asn1j.runtime.Asn1SeqOrderException.
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 class 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 com.objsys.asn1j.runtime.Asn1SetDuplicateException.
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 class com.objsys.asn1j.runtime.Asn1SetDuplicateException
This constructor creates an exception object with a textual message describing the tag of the duplicate element..
Asn1Status - class com.objsys.asn1j.runtime.Asn1Status.
This class defines common constants used in the run-time and generated code.
Asn1Status() - Constructor for class com.objsys.asn1j.runtime.Asn1Status
 
Asn1T61String - class com.objsys.asn1j.runtime.Asn1T61String.
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 com.objsys.asn1j.runtime.Asn1Tag.
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(short, short, int) - Constructor for class com.objsys.asn1j.runtime.Asn1Tag
This constructor initializes all fields to the given values
Asn1TaggedEventHandler - interface com.objsys.asn1j.runtime.Asn1TaggedEventHandler.
This interface defines the methods that must be implemented to define a SAX-like event handler.
Asn1TagMatchFailedException - exception com.objsys.asn1j.runtime.Asn1TagMatchFailedException.
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) - Constructor for class com.objsys.asn1j.runtime.Asn1TagMatchFailedException
This constructor creates an exception object with a textual message describing only the expected tag value.
Asn1TagMatchFailedException(Asn1BerDecodeBuffer, Asn1Tag, Asn1Tag) - Constructor for class com.objsys.asn1j.runtime.Asn1TagMatchFailedException
This constructor creates an exception object with a textual message describing the expected and parsed tag values..
Asn1Time - class com.objsys.asn1j.runtime.Asn1Time.
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.
Asn1TraceHandler - class com.objsys.asn1j.runtime.Asn1TraceHandler.
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 com.objsys.asn1j.runtime.Asn1Type.
This is the base class for all ASN.1 built-in types.
Asn1Type() - Constructor for class com.objsys.asn1j.runtime.Asn1Type
 
Asn1TypeIF - interface com.objsys.asn1j.runtime.Asn1TypeIF.
This is the base interface for all ASN.1 built-in types.
Asn1UniversalString - class com.objsys.asn1j.runtime.Asn1UniversalString.
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 com.objsys.asn1j.runtime.Asn1UTCTime.
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 com.objsys.asn1j.runtime.Asn1UTF8String.
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 com.objsys.asn1j.runtime.Asn1Util.
This class contains some general purpose static utility functions.
Asn1Util() - Constructor for class com.objsys.asn1j.runtime.Asn1Util
 
Asn1Value - class com.objsys.asn1j.runtime.Asn1Value.
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 com.objsys.asn1j.runtime.Asn1ValueParseException.
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 class 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 class com.objsys.asn1j.runtime.Asn1ValueParseException
This constructor creates an exception object with a textual message describing the expected and parsed tag values.
Asn1VarWidthCharString - class com.objsys.asn1j.runtime.Asn1VarWidthCharString.
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 com.objsys.asn1j.runtime.Asn1VideotexString.
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 com.objsys.asn1j.runtime.Asn1VisibleString.
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.
Asn1XerBase64OctetString - class com.objsys.asn1j.runtime.Asn1XerBase64OctetString.
This is a container class for holding the components of an ASN.1 octet string value.
Asn1XerBase64OctetString() - Constructor for class com.objsys.asn1j.runtime.Asn1XerBase64OctetString
This constructor creates an empty octet string that can be used in a decode method call to receive an octet string value.
Asn1XerBase64OctetString(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerBase64OctetString
This constructor initializes an octet string from the given byte array.
Asn1XerBase64OctetString(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerBase64OctetString
This constructor initializes an octet string from a portion of the given byte array.
Asn1XerBase64OctetString(String) - Constructor for class com.objsys.asn1j.runtime.Asn1XerBase64OctetString
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.
Asn1XerDecodeBuffer - class com.objsys.asn1j.runtime.Asn1XerDecodeBuffer.
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 com.objsys.asn1j.runtime.Asn1XerElemInfo.
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) - Constructor for class com.objsys.asn1j.runtime.Asn1XerElemInfo
 
Asn1XerEncodeBuffer - class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer.
This class handles the encoding of ASN.1 messages as specified in the XML Encoding Rules (XER) as specified in the ITU-T X.693 standard.
Asn1XerEncodeBuffer() - Constructor for class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
The default constructor creates an XER encode buffer object with the default size increment and canonical set to false.
Asn1XerEncodeBuffer(boolean, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
The parameterized constructor creates an XER encode buffer object with size increment and canonical set to the given values.
Asn1XerEncoder - interface com.objsys.asn1j.runtime.Asn1XerEncoder.
This is a base interface for encoding of ASN.1 messages as specified in the XML Encoding Rules (XER) as specified in the ITU-T X.693 standard.
Asn1XerOpenType - class com.objsys.asn1j.runtime.Asn1XerOpenType.
This is a container class for holding the an ASN.1 open type value.
Asn1XerOpenType.SaxHandler - class com.objsys.asn1j.runtime.Asn1XerOpenType.SaxHandler.
 
Asn1XerOpenType() - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
This constructor creates an empty type that can be used in a decode method call to receive an encoded value.
Asn1XerOpenType(Asn1EncodeBuffer) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
This constructor initializes an open type using an encoded component.
Asn1XerOpenType(byte[]) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
This constructor initializes an open type from the given byte array.
Asn1XerOpenType(byte[], int, int) - Constructor for class com.objsys.asn1j.runtime.Asn1XerOpenType
This constructor initializes the open type from a portion of the given byte array.
Asn1XerOutputStream - class com.objsys.asn1j.runtime.Asn1XerOutputStream.
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 com.objsys.asn1j.runtime.Asn1XerSaxHandler.
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
 
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.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.

B

BCDToString(byte[]) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates a BCD string to an ASCII string.
binDump() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
 
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method dumps the encoded message in a human-readable format showing tags and contents to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method dumps the encoded message in a human-readable format showing a bit trace of all fields to the given print output stream.
binDump(String) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method invokes an overloaded version of binDump to dump the encoded message to standard output.
binDump(String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method invokes an overloaded version of binDump to dump the encoded message to standard output.
binDump(String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method invokes an overloaded version of binDump to dump the encoded message to standard output.
BIT_STRING - Static variable in class com.objsys.asn1j.runtime.Asn1Type
BIT_STRING type code = 3
Bit8Mask - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Bit 8 (MSB) octet mask value
BITSPERCHAR - Static variable in class com.objsys.asn1j.runtime.Asn1BMPString
The BITSPERCHAR constant specifies the number of bits per character for PER (aligned or unaligned).
BITSPERCHAR - Static variable in class com.objsys.asn1j.runtime.Asn1UniversalString
The BITSPERCHAR constant specifies the number of bits per character for PER (aligned or unaligned).
BITSPERCHAR_A - Static variable in class com.objsys.asn1j.runtime.Asn18BitCharString
The BITSPERCHAR_A constant specifies the number of bits per character for PER (aligned).
BITSPERCHAR_A - Static variable in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
The BITSPERCHAR_A constant specifies the number of bits per character for PER (aligned).
BITSPERCHAR_U - Static variable in class com.objsys.asn1j.runtime.Asn18BitCharString
The BITSPERCHAR_U constant specifies the number of bits per character for PER (unaligned).
BITSPERCHAR_U - Static variable in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
The BITSPERCHAR_U constant specifies the number of bits per character for PER (unaligned).
BMPString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
BMPString type code = 30
BOOLEAN - Static variable in class com.objsys.asn1j.runtime.Asn1Type
BOOLEAN type code = 1
byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This methods byte-aligns the buffer.
byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This methods byte-aligns the buffer.
byteAlign() - Method in interface com.objsys.asn1j.runtime.Asn1PerMessageBuffer
This method handles byte-alignment for aligned PER encoding or decoding.
byteAlign() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This methods byte-aligns the buffer.

C

capture(int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method captures bytes from the input stream to a separate object for later analysis.
characters(char[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType.SaxHandler
 
characters(String, short) - Method in interface com.objsys.asn1j.runtime.Asn1NamedEventHandler
The characters callback method is invoked when content (primitive data) is encountered.
characters(String, short) - Method in class com.objsys.asn1j.runtime.Asn1TraceHandler
The characters callback method is invoked when content (primitive data) is encountered.
charAt(String, int) - Static method in class com.objsys.asn1j.runtime.Asn1Time
Returns the character at the specified index in the specified string.
CHARSET - Static variable in class com.objsys.asn1j.runtime.Asn1NumericString
The CHARSET constant specifies the character set for a numeric string in canonical order.
checkSize(int) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method determines if the encode buffer can hold the requested number of bytes.
checkSize(int) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method determines if the encode buffer can hold the requested number of bytes.
checkSize(int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method determines if the encode buffer can hold the requested number of bytes.
choiceID - Variable in class com.objsys.asn1j.runtime.Asn1Choice
This member variable is where the selected choice option identifier is stored.
choiceIndex - Variable in class com.objsys.asn1j.runtime.Asn1ChoiceExt
The choice index value is used with the packed encoding rules (PER) when this object is used to encode/decode a choice extension.
ClassMask - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value to mask the class bits from a tag
clear() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method clears time string.
clear() - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
Clears out time string.
clear(int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method clears the given bit in the bit string.
clone() - Method in class com.objsys.asn1j.runtime.Asn1Type
Creates and returns a copy of this object.
close() - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.objsys.asn1j.runtime.Asn1OutputStream
Closes this output stream and releases any system resources associated with this stream.
close() - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
Closes this input stream and releases any system resources associated with the stream.
close() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
Close the stream.
compareTo(Object) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method compares two Asn1OctetString objects for equality.
compareTo(Object) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method compares this object with Asn1Time class instance or with Calendar instance.
compileString() - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
Compiles new time string accoring X.680 (clause 41) and ISO 8601.
compileString() - Method in class com.objsys.asn1j.runtime.Asn1Time
Compiles new time string accoring X.680 (clauses 41, 42) and ISO 8601.
compileString() - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
Compiles new time string accoring X.680 (clause 42) and ISO 8601.
CONS - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value for CONSTRUCTED form
contents(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1BerMessageDumpHandler
This method is invoked after each contents field is parsed.
contents(byte[]) - Method in interface com.objsys.asn1j.runtime.Asn1TaggedEventHandler
The contents callback method is invoked when the contents of a primitive data element are parsed.
copy(byte) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method copies a single byte to the encode buffer.
copy(byte) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This abstract method is used to copy a single byte to the encode buffer.
copy(byte) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method is used to copy a single byte to the encode buffer.
copy(byte) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method is used to copy a single byte to the encode buffer.
copy(byte) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method is used to copy a single byte to the encode buffer or stream.
copy(byte) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method is used to copy a single byte to the output stream.
copy(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method copies multiple bytes to the encode buffer
copy(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method copies multiple bytes to the encode buffer
copy(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method copies multiple bytes to the encode buffer
copy(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method copies multiple bytes to the encode buffer.
copy(byte[]) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method copies multiple bytes to the encode buffer or stream.
copy(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method copies multiple bytes to the output stream.
copy(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method copies multiple bytes to the encode buffer.
copy(byte[], int, int) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method copies multiple bytes to the encode buffer or stream.
copy(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method copies multiple bytes to the output stream.
copy(String) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method copies a character string into the encode buffer
copy(String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method copies a character string to the encode buffer.
copy(String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method copies a character string to the encode buffer or stream.
copy(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method copies a character string to the output stream.
CTXT - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value for a context-specific tag

D

day - Variable in class com.objsys.asn1j.runtime.Asn1Time
Day of month component.
Dec - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
December - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
decode(Asn1BerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is used to decode a message that is encoded in BER or DER format.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method decodes an ASN.1 bit string value using the BER or DER encoding rules.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method decodes an ASN.1 BMP string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method decodes an ASN.1 boolean value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1ChoiceExt
This method decodes an extension field using the Basic Encoding Rules (BER).
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method decodes an ASN.1 enumerated value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1GeneralString
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1GraphicString
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1IA5String
This method decodes an ASN.1 IA5 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method decodes an ASN.1 integer value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method decodes an ASN.1 null value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1ObjectDescriptor
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method decodes an ASN.1 object identifier value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method decodes an ASN.1 octet string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method decodes an ASN.1 open type extension value using the Basic Encoding Rules (BER).
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
This method decodes an ASN.1 open type value.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1PrintableString
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method decodes an ASN.1 REAL value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method decodes an ASN.1 relative object identifier value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1T61String
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is used to decode a message that is encoded in BER or DER format.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard Basic Encoding Rules (BER) or Distinguished Encoding Rules (DER) decode method.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method decodes an ASN.1 universal string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method decodes an ASN.1 UTF-8 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1VideotexString
This method decodes an ASN.1 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1VisibleString
This method decodes an ASN.1 Visible string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType
This method decodes an ASN.1 open type value.
decode(Asn1BerDecodeBuffer, boolean, int, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method decodes an ASN.1 character string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1BerDecodeBuffer, boolean, int, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method decodes an ASN.1 character string value including the UNIVERSAL tag value and length if explicit tagging is specified.
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method decodes an ASN.1 bit string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method decodes an ASN.1 boolean value using the Packed Encoding Rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1ChoiceExt
This method decodes an open type extension in a CHOICE construct using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method decodes an unconstrained ASN.1 integer value using the Packed Encoding Rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method decodes an ASN.1 null value in accordance with the Packed Encoding Rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method decodes an ASN.1 object identifier value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method decodes an ASN.1 octet string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method decodes an open type extension in a SEQUENCE or SET construct using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method decodes ASN.1 REAL value using the Packed Encoding Rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method decodes an ASN.1 relative object identifier value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method is the base implementation of the standard Packed Encoding Rules (PER) decode method.
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is the base implementation of the standard Packed Encoding Rules (PER) decode method.
decode(Asn1PerDecodeBuffer) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard Packed Encoding Rules (PER) decode method.
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method decodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method decodes an ASN.1 UTF-8 string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType
This method decodes an ASN.1 octet string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method decodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This overloaded version of the decode method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This overloaded version of the decode method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This overloaded version of the decode method decodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method decodes a sized ASN.1 bit string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This overloaded version of the decode method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method decodes a sized ASN.1 octet string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method decodes a sized ASN.1 UTF-8 string value using the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
This overloaded version of the decode method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method decodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This overloaded version of the decode method decodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This overloaded version of the decode method decodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
decode(Asn1PerDecodeBuffer, int, int, int, Asn1CharSet, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method decodes the contents of a UniversalString.
decode(Asn1PerDecodeBuffer, long, long) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method decodes an ASN.1 enumerated value using the Packed Encoding Rules (PER).
decode(Asn1PerDecodeBuffer, long, long) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method decodes a constrained ASN.1 integer value using the Packed Encoding Rules (PER).
decode(XMLReader, InputSource) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method declaration is the signature of the standard XML Encoding Rules (XER) decode method.
decode(XMLReader, InputSource) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard XML Encoding Rules (XER) decode method.
decode(XMLReader, InputStream) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method declaration is the signature of the standard XML Encoding Rules (XER) decode method.
decode(XMLReader, InputStream) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard XML Encoding Rules (XER) decode method.
decode(XMLReader, String) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method declaration is the signature of the standard XML Encoding Rules (XER) decode method.
decode(XMLReader, String) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard XML Encoding Rules (XER) decode method.
decodeBase64Array(byte[]) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates the specified Base64 array into byte array.
decodeBit() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes a single bit value.
decodeBit(String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes a single bit value.
decodeBitsToInt(int) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes bits from the input stream into a standard integer value.
decodeBitsToInt(int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes bits from the input stream into a standard integer value.
decodeBitsToLong(int) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes bits from the input stream into a long integer value.
decodeBitsToLong(int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes bits from the input stream into a long integer value.
decodeBitsToOctetArray(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes bits from the input stream into an array of octets.
decodeBitsToOctetArray(byte[], int, int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes bits from the input stream into an array of octets.
decodeCharString(int, int, int, Asn1CharSet, StringBuffer) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes the contents of a known-multiplier character string.
decodeComponent(Asn1BerDecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method decodes a single component of a BER open type extension by decoding an open type value and appending it to the list of open type objects.
decodeConsWholeNumber(long) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method implements the rules to decode a constrained whole number as specified in section 10.5 of the X.691 standard.
decodeConsWholeNumber(long, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method implements the rules to decode a constrained whole number as specified in section 10.5 of the X.691 standard.
decodeExtLength() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes an extension length value.
decodeInt(int, boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method implements the rules to decode an unconstrained integer value.
decodeInt(int, boolean, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method implements the rules to decode an unconstrained integer value.
decodeIntValue(int, boolean) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method decodes the contents of an ASN.1 integer value.
decodeLength() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method decodes a length value.
decodeLength() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes a general (unconstrained) length determinant value as described in section 10.9 of the X.691 standard.
decodeLength(long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method decodes a constrained length determinant value.
decodeOIDContents(int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method decodes the contents of an ASN.1 object identifier value.
decodeOpenType() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method decodes an ASN.1 BER open type value.
decodeOpenType(Asn1PerDecodeBuffer, boolean, int) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method decodes a single open type extension item in a SEQUENCE or SET construct using the packed encoding rules (PER).
decodeOpenType(boolean) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method decodes an ASN.1 BER open type value.
decodeRelOIDContents(int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method decodes the contents of an ASN.1 relative object identifier value.
decodeSmallNonNegWholeNumber() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method implements the rules to decode a small non-negative whole number as specified in section 10.6 of the X.691 standard.
decodeTag(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method decodes a tag value.
decodeTagAndLength(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method decodes a tag and length value.
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method decodes ASN.1 8-bit character string types including IA5String, PrintableString, NumericString, etc.
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method decodes an ASN.1 boolean value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method decodes ASN.1 8-bit character string types including IA5String, PrintableString, NumericString, etc.
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method decodes an ASN.1 enumerated value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method decodes an ASN.1 integer value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method decodes an ASN.1 null value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method decodes an ASN.1 object identifier value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method decodes ASN.1 octet string type using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method decodes an ASN.1 real value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method decodes an ASN.1 RELATIVE-OID value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method decodes an ASN.1 Universal String value using the XML encoding rules (XER).
decodeXER(String, String) - Method in class com.objsys.asn1j.runtime.Asn1XerBase64OctetString
This method decodes ASN.1 octet string type using the XML encoding rules (XER).
decrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method decrements the element nesting level counter.
decrLevel() - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method decrements the element nesting level counter.
decrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method decrements the element nesting level counter.
derRules - Variable in class com.objsys.asn1j.runtime.Asn1Time
Indicates DER is used (or CER/PER).
diffHour - Variable in class com.objsys.asn1j.runtime.Asn1Time
Zone offset's hour component.
diffMin - Variable in class com.objsys.asn1j.runtime.Asn1Time
Zone offset's minute component.

E

element - Variable in class com.objsys.asn1j.runtime.Asn1Choice
This member variable is where the selected choice option value is stored.
enable() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler
This method is used to turn PER bit tracing on
enable() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
This method is used to turn PER bit tracing on
enable() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method is used to turn PER bit tracing on
enable() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method is used to turn PER bit tracing on or off
encode(Asn1BerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is used to encode a message in BER or DER format.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes an ASN.1 bit string value using the BER or DER encoding rules.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method encodes an ASN.1 boolean value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1ChoiceExt
This method encodes an ASN.1 open type extension value using the Basic Encoding Rules (BER).
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method encodes an ASN.1 enumerated value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1GeneralString
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1GraphicString
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1IA5String
This method encodes an ASN.1 IA5 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes an ASN.1 integer value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method encodes an ASN.1 null value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1ObjectDescriptor
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method encodes an ASN.1 object identifier value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes an ASN.1 octet string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method encodes an ASN.1 open type extension value using the Basic Encoding Rules (BER).
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
This method encodes an ASN.1 open type value.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1PrintableString
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method encodes an ASN.1 REAL value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method encodes an ASN.1 relative object identifier value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1T61String
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is used to encode this data type in BER or DER format.
encode(Asn1BerEncodeBuffer, boolean) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard Basic Encoding Rules (BER) or Distinguished Encoding Rules (DER) encode method.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 universal string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1VideotexString
This method encodes an ASN.1 string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1VisibleString
This method encodes an ASN.1 Visible string type.
encode(Asn1BerEncodeBuffer, boolean) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType
This method encodes an ASN.1 open type value.
encode(Asn1BerEncodeBuffer, boolean, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method encodes ASN.1 8-bit character string types including IA5String, PrintableString, NumericString, etc.
encode(Asn1BerEncodeBuffer, boolean, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method encodes ASN.1 time string type.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes and writes to the stream an ASN.1 bit string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method encodes and writes to the stream an ASN.1 BMP string including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method encodes and writes to the stream an ASN.1 boolean value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1ChoiceExt
This method encodes an ASN.1 open type extension value using the Basic Encoding Rules (BER).
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method encodes and writes to the stream an ASN.1 enumerated value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method encodes and writes to stream an ASN.1 generalized time string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1GeneralString
This method encodes and writes to the stream an ASN.1 general string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1GraphicString
This method encodes and writes to the stream an ASN.1 graphic string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1IA5String
This method encodes and writes to the stream an ASN.1 IA5 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes and writes to the stream an ASN.1 integer value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method encodes and writes to the stream an ASN.1 NULL value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This method encodes and writes to the stream an ASN.1 numeric string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1ObjectDescriptor
This method encodes and writes to the stream an ASN.1 object descriptor value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method encodes and writes to the stream an ASN.1 object identifier value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes and writes to the stream an ASN.1 octet string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method encodes an ASN.1 open type extension value using the Basic Encoding Rules (BER) and writes it into the stream.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
This method encodes and writes to the stream an ASN.1 open type value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1PrintableString
This method encodes and writes to stream an ASN.1 printable string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method encodes and writes to the stream an ASN.1 real value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method encodes and writes to the stream an ASN.1 object identifier value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1T61String
This method encodes and writes to the stream an ASN.1 T61 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method writes to the stream an encoded ASN.1 type value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the streaming oriented BER encode method.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes and writes to the stream an ASN.1 universal string including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method encodes and writes to the stream an ASN.1 UTC time string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method encodes and writes to the stream an ASN.1 UTF8 string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1VideotexString
This method encodes and writes to the stream an ASN.1 videotex string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean) - Method in class com.objsys.asn1j.runtime.Asn1VisibleString
This method encodes and writes to the stream an ASN.1 visible string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1BerOutputStream, boolean, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method encodes and writes to the stream an ASN.1 time string value including the UNIVERSAL tag value and length if explicit tagging is specified.
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes an unconstrained ASN.1 bit string value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method encodes an ASN.1 boolean value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1ChoiceExt
This method encodes an ASN.1 open type extension value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes an unconstrained ASN.1 integer value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method encodes an ASN.1 null value in accordance with the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method encodes an ASN.1 object identifier value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes an unconstrained ASN.1 octet string value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method encodes an ASN.1 open type extension value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
This method encodes an ASN.1 open type value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method encodes ASN.1 REAL value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method encodes an ASN.1 relative object identifier value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method is the base implementation of the standard Packed Encoding Rules (PER) encode method.
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is the base implementation of the standard Packed Encoding Rules (PER) encode method.
encode(Asn1PerEncodeBuffer) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard Packed Encoding Rules (PER) encode method.
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method encodes an unconstrained ASN.1 UTF-8 string value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType
This method encodes an ASN.1 open type value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This overloaded version of the encode method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This overloaded version of the encode method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This overloaded version of the encode method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes a size-constrained ASN.1 bit string value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1NumericString
This overloaded version of the encode method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes a size-constrained ASN.1 octet string value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method encodes a size-constrained ASN.1 UTF-8 string value using the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int) - Method in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
This overloaded version of the encode method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This overloaded version of the encode method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This overloaded version of the encode method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerEncodeBuffer, int, int, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes the contents of a UniversalString type.
encode(Asn1PerEncodeBuffer, long, long) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method encodes an ASN.1 enumerated value using the Packed Encoding Rules (PER).
encode(Asn1PerEncodeBuffer, long, long) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes a constrained ASN.1 integer value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER) directly into the stream.
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes an unconstrained ASN.1 bit string value using the packed encoding rules (PER)into the stream.
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method encodes an ASN.1 BMP string value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method encodes an ASN.1 boolean value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1ChoiceExt
This method encodes an ASN.1 open type value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes an unconstrained ASN.1 integer value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method encodes an ASN.1 null value in accordance with the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method encodes an ASN.1 object identifier value using the packed encoding rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes an unconstrained ASN.1 octet string value using the packed encoding rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method encodes an ASN.1 open type extension value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1OpenType
This method encodes an ASN.1 open type value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method encodes ASN.1 REAL value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method encodes an ASN.1 relative object identifier value using the packed encoding rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method encodes and writes to stream an ASN.1 time string value using the standard Packed Encoding Rules (PER) encode method.
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is the base implementation of the standard Packed Encoding Rules (PER) encode method using output stream.
encode(Asn1PerOutputStream) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the streaming oriented PER encode method.
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method encodes an unconstrained ASN.1 UTF-8 string value using the packed encoding rules (PER).
encode(Asn1PerOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER) directly into the stream.
encode(Asn1PerOutputStream, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This method encodes an ASN.1 character string value in accordance with the packed encoding rules (PER) directly into the stream.
encode(Asn1PerOutputStream, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This method encodes an ASN.1 BMP string value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn18BitCharString
This overloaded version of the encode method encodes an ASN.1 character string value directly into the stream, in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BMPString
This overloaded version of the encode method encodes an ASN.1 BMP string value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This overloaded version of the encode method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes a size-constrained ASN.1 bit string value using the packed encoding rules (PER) into the stream.
encode(Asn1PerOutputStream, int, int) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes a size-constrained ASN.1 octet string value using the packed encoding rules (PER).
encode(Asn1PerOutputStream, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UTF8String
This method encodes a size-constrained ASN.1 UTF-8 string value using the packed encoding rules (PER).
encode(Asn1PerOutputStream, int, int) - Method in class com.objsys.asn1j.runtime.Asn1VarWidthCharString
This overloaded version of the encode method encodes an ASN.1 character string value directly into the stream, in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, int, int, Asn1CharSet, int, int) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This overloaded version of the encode method encodes an ASN.1 UniversalString value in accordance with the packed encoding rules (PER).
encode(Asn1PerOutputStream, int, int, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes the contents of a UniversalString type.
encode(Asn1PerOutputStream, long, long) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method encodes an ASN.1 enumerated value using the Packed Encoding Rules (PER).
encode(Asn1PerOutputStream, long, long) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes a constrained ASN.1 integer value using the Packed Encoding Rules (PER).
encode(Asn1Type, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes to the stream ASN.1 types.
encode(Asn1XerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method encodes an ASN.1 boolean value using the XML encoding rules (XER).
encode(Asn1XerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method encodes an ASN.1 enumerated value using the XML encoding rules (XER).
encode(Asn1XerEncoder) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is the base implementation of the standard XML Encoding Rules (XER) encode method.
encode(Asn1XerEncoder) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard XML Encoding Rules (XER) encode method.
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method encodes ASN.1 bit string type using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method encodes an ASN.1 boolean value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method encodes ASN.1 8-bit character string types including IA5String, PrintableString, NumericString, etc.
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method encodes an ASN.1 enumerated value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method encodes an ASN.1 integer value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1Null
This method encodes an ASN.1 null value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method encodes an ASN.1 object identifier value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method encodes ASN.1 octet string type using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method encodes an ASN.1 real value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1RelativeOID
This method encodes an ASN.1 RELATIVE-OID value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is the base implementation of the standard XML Encoding Rules (XER) encode method.
encode(Asn1XerEncoder, String) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard XML Encoding Rules (XER) encode method.
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method encodes an ASN.1 Universal String value using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1XerBase64OctetString
This method encodes ASN.1 octet string type using the XML encoding rules (XER).
encode(Asn1XerEncoder, String) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType
This method encodes an ASN.1 open type value using the XML Encoding Rules (XER).
encodeBase64Array(byte[]) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates the specified byte array to Base64 byte array.
encodeBinStrValue(byte[], int) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes XML binary string data
encodeBinStrValue(byte[], int) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes XML binary string data
encodeBinStrValue(byte[], int) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes XML binary string data
encodeBit(boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes a single bit value.
encodeBit(boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes a single bit value.
encodeBit(boolean, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes a single bit value.
encodeBit(boolean, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes a single bit value.
encodeBits(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes bit values from an array of octets.
encodeBits(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes bit values from an array of octets.
encodeBits(byte[], int, int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes bit values from an array of octets.
encodeBits(byte[], int, int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes bit values from an array of octets.
encodeBits(byte, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes bit values from an octet.
encodeBits(byte, int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes bit values from an octet.
encodeByte(byte) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method is used to encode a single byte to the encode buffer.
encodeByte(byte) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method is used to encode a single byte to the encode buffer or stream.
encodeByte(byte) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method is used to encode a single byte to the output stream.
encodeCharString(String, boolean, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes to the stream an ASN.1 8-bit character string types including IA5String, PrintableString, NumericString, etc.
encodeCharString(String, int, int, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes the contents of a known-multiplier character string type.
encodeCharString(String, int, int, int, int, Asn1CharSet) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes the contents of a known-multiplier character string type.
encodeConsWholeNumber(long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
encodeConsWholeNumber(long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
encodeConsWholeNumber(long, long, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
encodeConsWholeNumber(long, long, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method implements the rules to encode a constrained whole number as specified in section 10.5 of the X.691 standard.
encodeData(String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes XML string data
encodeData(String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes XML string data
encodeData(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes XML string data
encodeEmptyElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes an XML empty element tag
encodeEmptyElement(String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes an XML empty element tag.
encodeEmptyElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes an XML empty element tag.
encodeEndDocument() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes standard trailor information at the end of the XML document.
encodeEndDocument() - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes standard trailor information at the end of the XML document.
encodeEndDocument() - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes standard trailor information at the end of the XML document.
encodeEndElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes an XML end element tag
encodeEndElement(String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes an XML end element tag.
encodeEndElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes an XML end element tag.
encodeEOC() - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes an End-Of-Contents marker to the stream.
encodeExtBits(Asn1PerEncodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method encodes an ASN.1 open type extension value bits using the Packed Encoding Rules (PER).
encodeHexStrValue(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes XML hexadecimal string data
encodeHexStrValue(byte[]) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes XML hexadecimal string data
encodeHexStrValue(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes XML hexadecimal string data
encodeIdentifier(int) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method encodes an ASN.1 identifier value such as the ones used in a tags or object identifiers.
encodeIdentifier(long) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes to the stream an ASN.1 identifier value such as the ones used in a tags or object identifiers.
encodeInt(long, boolean, boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
encodeInt(long, boolean, boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
encodeInt(long, boolean, boolean, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
encodeInt(long, boolean, boolean, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method implements the rules to encode either a non-negative binary integer as specified in section 10.3 or a two's complement binary integer as specified in section 10.4 of the X.691 standard.
encodeInt(long, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes bit values from an integer value.
encodeInt(long, int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes bit values from an integer value.
encodeInt(long, int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes bit values from an integer value.
encodeInt(long, int, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes bit values from an integer value.
encodeIntValue(long) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method encodes an ASN.1 integer value's contents according to the ASN.1 Basic Encoding Rules (BER)..
encodeIntValue(long, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes to the stream an ASN.1 integer value's contents according to the ASN.1 Basic Encoding Rules (BER).
encodeLength(int) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method encodes a length value.
encodeLength(int) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes a length value to the stream.
encodeLength(long) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes a general (unconstrained) length determinant value as described in section 10.9 or the X.691 standard.
encodeLength(long) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes a general (unconstrained) length determinant value as described in section 10.9 or the X.691 standard.
encodeLength(long, long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes a constrained length determinant value.
encodeLength(long, long, long) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes a constrained length determinant value.
encodeLengthEOM(long) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method checks to see if a zero byte needs to be added after a fragmented length has been encoded.
encodeLengthEOM(long) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method checks to see if a zero byte needs to be added after a fragmented length has been encoded.
encodeNamedValue(String, String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes an XML named value (with start and end tags)
encodeNamedValue(String, String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes an XML named value (with start and end tags).
encodeNamedValue(String, String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes an XML named value (with start and end tags).
encodeNamedValueElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes an XML named value element tag
encodeNamedValueElement(String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes an XML named value element tag.
encodeNamedValueElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes an XML named value element tag.
encodeObjectId(int[]) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes XML Object Identifiers and Relative OIDs data
encodeObjectId(int[]) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes XML Object Identifiers and Relative OIDs data
encodeObjectId(int[]) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes XML Object Identifiers and Relative OIDs data
encodeOctetString(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes the given array of bytes as an unconstrained octet string value.
encodeOctetString(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes the given array of bytes as an unconstrained octet string value.
encodeOIDLengthAndValue(int[]) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes the length and contents of an object identifier value.
encodeOIDLengthAndValue(int[]) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes the length and contents of an object identifier value.
encodeOpenType(Asn1PerEncodeBuffer, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This overloaded version of encodeOpenType will encode the componet in the given PER encode buffer into this PER encode buffer.
encodeOpenType(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes the given array of bytes as an open type.
encodeOpenType(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes the given array of bytes as an open type.
encodeRelOIDLengthAndValue(int[]) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method encodes the length and contents of a relative object identifier value.
encodeRelOIDLengthAndValue(int[]) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method encodes the length and contents of a relative object identifier value.
encodeSmallNonNegWholeNumber(int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method implements the rules to encode a small non-negative whole number as specified in section 10.6 of the X.691 standard.
encodeSmallNonNegWholeNumber(int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method implements the rules to encode a small non-negative whole number as specified in section 10.6 of the X.691 standard.
encodeStartDocument() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes standard header information at the beginning of the XML document.
encodeStartDocument() - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes standard header information at the beginning of the XML document.
encodeStartDocument() - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes standard header information at the beginning of the XML document.
encodeStartElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method encodes an XML start element tag
encodeStartElement(String) - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method encodes an XML start element tag.
encodeStartElement(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method encodes an XML start element tag.
encodeTag(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method encodes a tag value.
encodeTag(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes a tag value to the stream.
encodeTag(short, short, int) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes a tag value to the stream.
encodeTagAndIndefLen(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes both a tag and an indefinite length indicator to the stream.
encodeTagAndIndefLen(short, short, int) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This overloaded version of encodeTagAndIndefLen allows tag value components to be specified instead of an Asn1Tag object.
encodeTagAndLength(Asn1Tag, int) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method encodes both a tag and length value.
encodeTagAndLength(Asn1Tag, int) - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
This method encodes and writes both a tag and length value to the stream.
encodeTagAndLength(short, short, int, int) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This overloaded version of encodeTagAndLength allows tag value components to be specified instead of an Asn1Tag object
endElement(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerMessageDumpHandler
This method is invoked after parsing is complete on each tag/length/value (TLV) in the message.
endElement(Asn1Tag) - Method in interface com.objsys.asn1j.runtime.Asn1TaggedEventHandler
The endElement callback method is invoked when the end of a tagged element is parsed.
endElement(String, int) - Method in interface com.objsys.asn1j.runtime.Asn1NamedEventHandler
The endElement callback method is invoked when the end of an element within a constructed type (SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE) is detected.
endElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1TraceHandler
The endElement callback method is invoked when the end of an element within a constructed type (SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE) is detected.
endElement(String, String, String) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType.SaxHandler
 
ENUM - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
ASN.1 ENUMERATED type tag value
ENUMERATED - Static variable in class com.objsys.asn1j.runtime.Asn1Type
ENUMERATED type code = 10
EOC - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
ASN.1 end-of-contents (EOC) type tag value
EOC - Static variable in class com.objsys.asn1j.runtime.Asn1Type
EOC type code = 0
equals(Asn1BitString) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method compares this bit string value to the given value for equality.
equals(Asn1Boolean) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method compares this boolean value to the given value for equality.
equals(Asn1CharString) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method compares this character string value to the given value for equality.
equals(Asn1Enumerated) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method compares this enumerated value to the given value for equality.
equals(Asn1Integer) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method compares this integer value to the given value for equality.
equals(Asn1ObjectIdentifier) - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method compares this object identifier to the given one for equality.
equals(Asn1OctetString) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method compares this octet string value to the given value for equality.
equals(Asn1Real) - Method in class com.objsys.asn1j.runtime.Asn1Real
 
equals(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1Tag
This method compares this tag with the given tag value for equality.
equals(Asn1UniversalString) - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method compares this character string value to the given value for equality.
equals(boolean) - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method compares this boolean value to the given value for equality.
equals(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method compares this octet string value to the given value for equality.
equals(double) - Method in class com.objsys.asn1j.runtime.Asn1Real
This method compares this REAL value to the given value for equality.
equals(int) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method compares this enumerated value to the given value for equality.
equals(int, byte[]) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method compares this bit string value to the given value for equality.
equals(long) - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method compares this integer value to the given value for equality.
equals(Object) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method compares this object with Asn1Time class instance or with Calendar instance.
equals(short, short, int) - Method in class com.objsys.asn1j.runtime.Asn1Tag
This method compares this tag with the given tag value for equality.
equals(String) - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method compares this character string value to the given value for equality.
equals(String) - Method in class com.objsys.asn1j.runtime.Asn1XerElemInfo
 
error(SAXParseException) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
expired() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This method will determine if a decoding context is expired.
EXPL - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
This specifies that explicit tagging should be used.
EXTERNAL - Static variable in class com.objsys.asn1j.runtime.Asn1Type
EXTERNAL type code = 8
EXTIDCODE - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value for extended tag identifier indicator

F

FALSE_VALUE - Static variable in class com.objsys.asn1j.runtime.Asn1Boolean
The FALSE_VALUE constant represents a boolean FALSE value.
fatalError(SAXParseException) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
Feb - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
February - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
flush() - Method in class com.objsys.asn1j.runtime.Asn1OutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
Flush the buffer to the stream.
FormMask - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value to mask the form bit from a tag

G

GeneralString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
GeneralString type code = 27
GeneralTime - Static variable in class com.objsys.asn1j.runtime.Asn1Type
GeneralTime type code = 24
getBitCount() - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method calculates the count of bits in the contained integer value.
getBitCount() - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method returns the number of bits in the bit field.
getBitCount(long) - Static method in class com.objsys.asn1j.runtime.Asn1Integer
This method calculates the count of bits in an integer value.
getBitFieldList() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method returns a reference to the bit field list
getBitOffset() - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method returns the offset to the bit field in the buffer.
getBitOffset() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method returns the absolute offset to the current bit in the decode buffer.
getBuffer() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns a reference to the byte buffer used to hold the encoded message.
getBuffer() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method returns a reference to the byte buffer used to hold the encoded message.
getByteArrayInputStream() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method returns a reference to a byte array input stream representing the encoded message.
getByteArrayInputStream() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns a reference to a byte array input stream representing the encoded message.
getByteCount() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method returns the count of bytes currently read from the message being decoded.
getByteIndex() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns the current byte index into the encode buffer.
getBytesCount(long) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Calculate the count of bytes necessary to represent a signed long value.
getCentury() - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method returns the century part (first two digits) of the year component of the time value.
getCharAtIndex(int) - Method in class com.objsys.asn1j.runtime.Asn1CharRange
This method will fetch the character from the permitted alphabet at the given index.
getCharAtIndex(int) - Method in class com.objsys.asn1j.runtime.Asn1CharSet
This method will fetch the character from the permitted alphabet at the given index.
getCharAtIndex(int) - Method in class com.objsys.asn1j.runtime.Asn1DiscreteCharSet
This method will fetch the character from the permitted alphabet at the given index.
getCharIndex(int) - Method in class com.objsys.asn1j.runtime.Asn1CharRange
This method will determine the index of the given character within the permitted alphabet character set.
getCharIndex(int) - Method in class com.objsys.asn1j.runtime.Asn1CharSet
This method will determine the index of the given character within the permitted alphabet character set.
getCharIndex(int) - Method in class com.objsys.asn1j.runtime.Asn1DiscreteCharSet
This method will determine the index of the given character within the permitted alphabet character set.
getChoiceID() - Method in class com.objsys.asn1j.runtime.Asn1Choice
This method returns the choice identifier.
getCurrBitField() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method returns a reference to the current bit field object (i.e.
getDay() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the day of month number component of the time value.
getDiff() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the difference between the time zone of the object and Coordinated Universal Time (UTC), in minutes.
getDiffHour() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the hour component of the difference between the time zone of the object and Coordinated Universal Time (UTC).
getDiffMinute() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the minute component of the difference between the time zone of the object and Coordinated Universal Time (UTC).
getElement() - Method in class com.objsys.asn1j.runtime.Asn1Choice
This method returns the element object.
getElemName() - Method in class com.objsys.asn1j.runtime.Asn1Choice
This abstract method return the name of the selected element.
getFraction() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the second's decimal fraction component of the time value.
getFraction() - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method always returns zero for this class.
getHour() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the hour component of the time value.
getInputSource() - Method in class com.objsys.asn1j.runtime.Asn1XerDecodeBuffer
This method returns the SAX input source object.
getInputStream() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method returns an input stream representing the encoded message.
getInputStream() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method returns a reference to the current current decode input stream object.
getInputStream() - Method in class com.objsys.asn1j.runtime.Asn1MessageBuffer
This abstract method must be implemented by all of the derived classes.
getInputStream() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns an input stream representing the encoded message.
getInputStream() - Method in interface com.objsys.asn1j.runtime.Asn1PerMessageBuffer
This method returns an input stream object that represents the message being encoded or decoded.
getInputStream() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method returns an input stream object reference to the message buffer contents (i.e.
getLastTag() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method will return the last tag parsed within this decode buffer object.
getLength() - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will return the length of the BIT STRING in bits.
getLength() - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method will return the length of the character string in characters.
getLength() - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method will return the length of the OCTET STRING in octets.
getLength() - Method in class com.objsys.asn1j.runtime.Asn1Type
This method will return the length of types that can be bound by a size constraint (BIT STRING, OCTET STRING, character string, and SEQUENCE OF/SET OF).
getLength() - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method will return the length of the character string in characters.
getMinute() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the minute component of the time value.
getMonth() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the month number component of the time value.
getMsgBitCnt() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method returns the number of bits in the encoded PER message.
getMsgBitCnt() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns the number of bits in the encoded PER message.
getMsgBitCnt() - Method in interface com.objsys.asn1j.runtime.Asn1PerMessageBuffer
This method returns the count of bits in the encoded message.
getMsgBitCnt(int, int) - Static method in class com.objsys.asn1j.runtime.Asn1PerUtil
This method returns the number of bits in an encoded PER message buffer.
getMsgByteCnt() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns the number of bytes in the encoded PER message.
getMsgCopy() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method returns the encoded message in a byte array.
getMsgCopy() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method returns the encoded message in a byte array.
getMsgCopy() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns the encoded message in a byte array.
getMsgCopy() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method returns the encoded message in a byte array.
getMsgLength() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method returns the length of the encoded message component.
getMsgLength() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method returns the length (in bytes) of the encoded message component.
getMsgLength() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method returns the length (in bytes) of the encoded message component.
getMsgLength() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method returns the length (in bytes) of the encoded message component.
getName() - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method returns the name assigned to the bit field.
getNumBitsPerChar(boolean) - Method in class com.objsys.asn1j.runtime.Asn1CharSet
This method will return the number of bits-per-character.
getSaxHandler() - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType
 
getSecond() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the second component of the time value.
getState() - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
getTime() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method converts the time string to the java.util.Calendar value.
getTraceHandler() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method will return a reference to the internal trace handler object used to trace the bit fields within a PER message.
getTraceHandler() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method will return a reference to the internal trace handler object used to trace the bit fields within a PER message.
getTraceHandler() - Method in interface com.objsys.asn1j.runtime.Asn1PerMessageBuffer
This method returns the internal trace handler object used to trace all of the bit fields with a PER message.
getTraceHandler() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method will return a reference to the internal trace handler object used to trace the bit fields within a PER message.
getTypeName(short) - Static method in class com.objsys.asn1j.runtime.Asn1Type
The static getTypeName method will convert a type code into a type name as defined in the X.680 standard..
getUlongBytesCount(long) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Calculate the count of bytes necessary to represent an unsigned long value.
getUTC() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the UTC flag state.
getYear() - Method in class com.objsys.asn1j.runtime.Asn1Time
This method returns the year component of the time value.
GraphicString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
GraphicString type code = 25

H

hexDump() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method provides a hex dump of the bytes in the message being decoded.
hexDump() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method dumps the encoded message in hex/ascii format to the standard output stream.
hexDump() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method dumps the encoded message in hex/ascii format to the standard output stream.
hexDump(InputStream) - Static method in class com.objsys.asn1j.runtime.Asn1MessageBuffer
This method prints a formatted hex dump of the contents of the the given input stream to the standard output stream.
hexDump(InputStream, PrintStream) - Static method in class com.objsys.asn1j.runtime.Asn1MessageBuffer
This method prints a formatted hex dump of the contents of the the given input stream to the given output stream.
hexDump(PrintStream) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method dumps the encoded message in hex/ascii format to the given print output stream.
hour - Variable in class com.objsys.asn1j.runtime.Asn1Time
Hour component.

I

IA5String - Static variable in class com.objsys.asn1j.runtime.Asn1Type
IA5String type code = 22
IDMask - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value to mask the tag ID bits from a tag
IMPL - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
This specifies that implicit tagging should be used.
incrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method increments the element nesting level counter.
incrLevel() - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This method increments the element nesting level counter.
incrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method increments the element nesting level counter.
INDEFLEN - Static variable in class com.objsys.asn1j.runtime.Asn1Status
This constant indicates an indefinite length field was parsed
indent() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This methods indents by adding a new-line followed by whitespace corresponding to the current nesting level to the encode buffer.
indent() - Method in interface com.objsys.asn1j.runtime.Asn1XerEncoder
This methods indents by adding a new-line followed by whitespace corresponding to the current nesting level to the encode buffer.
indent() - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This methods indents by adding a new-line followed by whitespace corresponding to the current nesting level to the output stream.
indent(PrintStream, int) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method will indent three spaces in the given print stream.
init() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method initializes the input stream for decoding.
init() - Method in class com.objsys.asn1j.runtime.Asn1Time
 
init() - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
 
init(int) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
initBuffer(int) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
 
INTEGER - Static variable in class com.objsys.asn1j.runtime.Asn1Type
INTEGER type code = 2
invokeCharacters(String) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used by the event handling logic to invoke the 'characters' event handling method when message contents are parsed.
invokeEndElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used by the event handling logic to invoke the 'endElement' event handling method when parsing of an element within a message is completed.
invokeStartElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used by the event handling logic to invoke the 'startElement' event handling method when parsing of an element within a message is started.
isAligned() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method tests if PER alignment is turned on or off.
isAligned() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method is used to test if PER aligned encoding has been specified.
isAligned() - Method in interface com.objsys.asn1j.runtime.Asn1PerMessageBuffer
This method returns a flag indicating if PER aligned encoding is currently enabled (if false, unaligned is in effect).
isAligned() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method is used to test if PER aligned encoding has been specified.
isComplete() - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
isConstructed() - Method in class com.objsys.asn1j.runtime.Asn1Tag
This method tests if the tag is constructed.
isEOC() - Method in class com.objsys.asn1j.runtime.Asn1Tag
This method tests if the tag is an end-of-contents (EOC) tag.
isOptional() - Method in class com.objsys.asn1j.runtime.Asn1XerElemInfo
 
isSet(int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method tests if the given bit in the bit string is set or not.
iterator() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method returns an iterator to the encapsulated bit field linked list object.

J

Jan - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
January - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
Jul - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
July - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
Jun - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
June - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 

L

L7BitsMask - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Lower 7 bits octet mask value

M

mABitsPerChar - Variable in class com.objsys.asn1j.runtime.Asn1CharSet
This variable holds number of bits-per-character (PER aligned).
Mar - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
March - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
mark(int) - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
This method is used to mark the current position in the input stream for retry processing.
mark(int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to mark the current position in the input stream for retry processing.
mark(int) - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
This method is used to mark the current position in the input stream for retry processing.
mark(int) - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
This method is used to mark the current position in the input stream for retry processing.
mark(int) - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
This method is used to mark the current position in the input stream for retry processing.
markSupported() - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
Tests if this input stream supports the mark and reset methods.
markSupported() - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
Tests if this input stream supports the mark and reset methods.
matchElemTag(Asn1Tag, IntHolder, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This method will attempt to match the next element tag in a constructed type with the expected value.
matchElemTag(short, short, int, IntHolder, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This method will attempt to match the next element tag in a constructed type with the expected value.
matchTag(Asn1BerDecodeBuffer, Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method will compare the next parsed tag with the given tag value.
matchTag(Asn1BerDecodeBuffer, short, short, int) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method will compare the next parsed tag with the given tag value.
matchTag(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This overloaded version of matchTag will just test for a match and not return parsed tag and length values
matchTag(Asn1Tag, Asn1Tag, IntHolder) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This overloaded version of matchTag allows the tag value to be matched to be passed using an Asn1Tag object.
matchTag(short, short, int, Asn1Tag, IntHolder) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method decodes the next tag value and checks for a match with the given tag value.
matchTypeName(String) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method is used to check the outer level tag in an XER message to verify it matches the expected value.
MAXSUBIDS - Static variable in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
The MAXSUBIDS constant specifies the maximum number of subidentifiers that can appear in an OID value (128).
May - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
mBitFieldList - Variable in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
 
mByteCount - Variable in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
 
mByteIndex - Variable in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
 
mClass - Variable in class com.objsys.asn1j.runtime.Asn1Tag
Tag class value (UNIV, APPL, CTXT, or PRIV)
mCurrElemID - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
mCurrState - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
mData - Variable in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
 
mDecBufByteCount - Variable in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This variable is used to keep track of the current byte count in the decode buffer.
mDecodeBuffer - Variable in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This variable holds a reference to the BER decode buffer object that is being used to decode the entire message component.
mElemLength - Variable in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This variable holds the contructed element length for the context component.
mEncodeBuffer - Variable in class com.objsys.asn1j.runtime.Asn1OpenType
 
mExplicitTagging - Variable in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This boolean flag variable indictaes if explicit tagging is in effect for this element.
mForm - Variable in class com.objsys.asn1j.runtime.Asn1Tag
Tag form value (PRIM or CONS)
mIDCode - Variable in class com.objsys.asn1j.runtime.Asn1Tag
Tag ID code
mInputSource - Variable in class com.objsys.asn1j.runtime.Asn1XerDecodeBuffer
 
minute - Variable in class com.objsys.asn1j.runtime.Asn1Time
Minute component.
mLength - Variable in class com.objsys.asn1j.runtime.Asn1OpenType
 
mLevel - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
mLower - Variable in class com.objsys.asn1j.runtime.Asn1CharRange
This variable represents the lower value of the range.
month - Variable in class com.objsys.asn1j.runtime.Asn1Time
Month component.
moveBitCursor(long) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method moves the bit cursor to the given offset.
mSizeIncrement - Variable in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
 
mStartLevel - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
mStringBuffer - Variable in class com.objsys.asn1j.runtime.Asn1CharString
The mStringBuffer member variable is used to do internal operations on a string being encoded or decoded.
mStringBuffer - Variable in class com.objsys.asn1j.runtime.Asn1UniversalString
 
mTagHolder - Variable in class com.objsys.asn1j.runtime.Asn1BerDecodeContext
This variable holds the current parsed tag for matching operations.
mTextEncoding - Variable in class com.objsys.asn1j.runtime.Asn1OpenType
 
mTraceHandler - Variable in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
 
mTraceHandler - Variable in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
 
mTraceHandler - Variable in class com.objsys.asn1j.runtime.Asn1PerOutputStream
 
mUBitsPerChar - Variable in class com.objsys.asn1j.runtime.Asn1CharSet
This variable holds number of bits-per-character (PER unaligned).
mUpper - Variable in class com.objsys.asn1j.runtime.Asn1CharRange
This variable represents the upper value of the range.

N

newBitField(String, int) - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method creates a new bit field and appends it to the bit field list.
newBitField(String, int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method creates a new bit field object with the given properties and appends it to the bit field list.
normalizedValueToString() - Method in class com.objsys.asn1j.runtime.Asn1Real
This method will return a string representation of the normalized REAL value.
Nov - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
November - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
NULL - Static variable in class com.objsys.asn1j.runtime.Asn1Type
NULL type code = 5
NULL_VALUE - Static variable in class com.objsys.asn1j.runtime.Asn1Null
The NULL_VALUE constant represents a NULL value.
numbits - Variable in class com.objsys.asn1j.runtime.Asn1BitString
This variable contains the number of bits in the bit string value.
NumericString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
NumericString type code = 18

O

OBJECT_IDENTIFIER - Static variable in class com.objsys.asn1j.runtime.Asn1Type
OBJECT_IDENTIFIER type code = 6
ObjectDescriptor - Static variable in class com.objsys.asn1j.runtime.Asn1Type
ObjectDescriptor type code = 7
Oct - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
OCTET_STRING - Static variable in class com.objsys.asn1j.runtime.Asn1Type
OCTET_STRING type code = 4
October - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
OpenType - Static variable in class com.objsys.asn1j.runtime.Asn1Type
OpenType type code = 99
os - Variable in class com.objsys.asn1j.runtime.Asn1OutputStream
 

P

parse(Asn1TaggedEventHandler) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method parses the complete message and invokes the event handler callback methods as various items are encountered.
parsed - Variable in class com.objsys.asn1j.runtime.Asn1Time
Indicates string parsed or not.
parseInt(String, IntHolder, int) - Static method in class com.objsys.asn1j.runtime.Asn1Time
Parses integer value using String.
parseString(String) - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method parses the given time string value.
parseString(String) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method parses passed time string.
parseString(String) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method parses passed time string.
parseString(String) - Static method in class com.objsys.asn1j.runtime.Asn1Value
This overloaded version of the parseString method sets the numbits holder value to null.
parseString(String, IntHolder) - Static method in class com.objsys.asn1j.runtime.Asn1Value
This static method parses the given ASN.1 value text (either a binary or hex data string) and returns the value in a binary byte array.
parseValue(String) - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method will parse the given enumeration text and set the enumerated value.
pdiag(String) - Method in class com.objsys.asn1j.runtime.Asn1Type
This is a diagnostics print method.
peekTag() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This overloaded version of the peekTag method will return a reference to a newly created tag object.
peekTag(Asn1Tag) - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method will parse and return the next tag in the decode stream without advancing the decode cursor.
PRIM - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value for PRIMITIVE form
print(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler
This method prints the trace to the given output stream in a default format.
print(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
This method prints the trace to the given output stream in a default format.
print(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method prints the trace to the given output stream in a default format.
print(PrintStream, String) - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method prints the trace to the given output stream in a default format.
print(PrintStream, String, int) - Method in class com.objsys.asn1j.runtime.Asn1Type
This method will format and output a primitive value to the given print stream.
print(PrintStream, String, int) - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
This method declaration is the signature of the standard print method used to print the contents of the object representing the ASN.1 type.
PrintableString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
PrintableString type code = 19
PRIV - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value for a PRIVATE tag
putInteger(int, int) - Method in class com.objsys.asn1j.runtime.Asn1Time
Puts integer in string buffer

R

read() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
The read method reads a single byte from the current input stream and returns it to the caller.
read(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This version of the read method reads the number of bytes equal to the length of the given input buffer.
read(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This version of the read method reads the given number of bytes from the current input stream and writes them to the specified byte array at the given offset.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1BerDecodeBuffer
This method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This abstract method returns the next available 8-bit value from the input stream.
readByte() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method returns the next available 8-bit value from the input stream.
REAL - Static variable in class com.objsys.asn1j.runtime.Asn1Type
REAL type code = 9
RelativeOID - Static variable in class com.objsys.asn1j.runtime.Asn1Type
RELATIVE_OID type code = 13
removeCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to remove a capture buffer from the internal capture buffer list.
removeCaptureBuffer(ByteArrayOutputStream) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
This method is used to remove a capture buffer from the internal capture buffer list.
removeLastElemName() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method removes the last element name in the current fully qualified name string.
removeLastElemName() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method removes the last element name int the current fully qualified name string.
reset() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
reset() - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method resets the object.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method resets the buffer object so that it can be reused to encode another PER message.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
This method is used to reset the current position in the input stream back to the location of the last 'mark' call.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method does nothing here.
reset() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method resets the trace bit field list.
reset() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method resets the buffer to allow a new record to be encoded into it.
resetTrace() - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStreamTraceHandler
This method resets the trace bit field list.
reverseBytes(int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method reverses a series of bytes at a given offset within the encode buffer.

S

safeParseString() - Method in class com.objsys.asn1j.runtime.Asn1Time
 
secFraction - Variable in class com.objsys.asn1j.runtime.Asn1Time
Second's fraction component.
second - Variable in class com.objsys.asn1j.runtime.Asn1Time
Second component.
Sep - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
September - Static variable in class com.objsys.asn1j.runtime.Asn1Time
 
SEQUENCE - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
ASN.1 SEQUENCE type tag value
SEQUENCE - Static variable in class com.objsys.asn1j.runtime.Asn1Type
SEQUENCE type code = 16
SET - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
ASN.1 SET type tag value
SET - Static variable in class com.objsys.asn1j.runtime.Asn1Type
SET type code = 17
set(int) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will set the given bit number to one (1).
set(int, boolean) - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will set the given bit number to the given boolean value.
setAligned(boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method is used to turn PER aligned encoding on or off.
setAligned(boolean) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method is used to turn PER aligned encoding on or off
setBitCount() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method sets the bit count within the current bit field to the difference between the current but offset and the starting bit offset currently stored in the field object.
setBitCount(int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method sets the count of bits in the bit field.
setBitCountAndOffset(int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method sets the count of bits in the bit field and the offset to the bit field in the message buffer.
setBitOffset() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
This method sets the bit offset within the current bit field to the current offset within the PER message buffer.
setBitOffset(int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitField
This method sets the offset to the bit field in the message buffer.
setBitOffset(int) - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
This method is used to change the bit offset in the current bit field.
setBuffer(Asn1PerDecodeBuffer, byte[], boolean) - Static method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method will create or reinitialize a PER decode message buffer object to read data from the given byte array.
setCanonical(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method sets the canonical encoding flag to the given value.
setCanonical(boolean) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method sets the canonical encoding flag to the given value.
setCentury(int) - Method in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
This method sets the century part (first two digits) of the year component of the time value.
setDay(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the day of month number component of the time value.
setDER(boolean) - Method in class com.objsys.asn1j.runtime.Asn1Time
 
setDiff(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the difference between the time zone of the object and Coordinated Universal Time (UTC), in minutes.
setDiff(int, int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the hour and minute components of the difference between the time zone of the object and Coordinated Universal Time (UTC).
setDiffHour(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the hour component of the difference between the time zone of the object and Coordinated Universal Time (UTC).
setElement(int, Asn1Type) - Method in class com.objsys.asn1j.runtime.Asn1Choice
This protected method sets the choice ID and value to the given values.
setEventHandlerList(Asn1DecodeBuffer) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method will set the event handler list in this object to be equal to that in the given decode buffer object.
setFraction(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the second's decimal fraction component of the time value.
setFraction(int) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method doesn't work for Asn1UTCTime.
setHour(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the hour component of the time value.
setInputStream(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method will set the input stream from which data is read.
setInputStream(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerDecodeBuffer
This method will set the input stream from which data is read.
setMinute(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the minute component of the time value.
setMonth(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the month number component of the time value.
setOpenType(Asn1OpenType, int) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method will add the given open type object to the open extension element list at the given index.
setSecond(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the second component of the time value.
setTime(Calendar) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method converts the java.util.Calendar value to time string.
setTime(Calendar) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method converts the java.util.Calendar value to time string.
setTypeCode(short) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method will sets the internal type code to the given value.
setUTC(boolean) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the UTC flag state.
setYear(int) - Method in class com.objsys.asn1j.runtime.Asn1Time
This method sets the year component of the time value.
setYear(int) - Method in class com.objsys.asn1j.runtime.Asn1UTCTime
This method sets the year component of the time value.
shrinkArray(int) - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method adjusts the size of the open type component array downward to the given size value.
SIZE_INCREMENT - Static variable in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This constant specifies the initial size of the encode buffer and size it will be incremented by each time the buffer expands.
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1BerInputStream
This method will skip over the requested number of bytes in the input stream.
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1DecodeBuffer
This method will skip over the requested number of bytes in the input stream.
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1DerInputStream
This method will skip over the requested number of bytes in the input stream.
skip(long) - Method in interface com.objsys.asn1j.runtime.Asn1InputStream
This method will skip over the requested number of bytes in the input stream.
skip(long) - Method in class com.objsys.asn1j.runtime.Asn1PerInputStream
This method will skip over the requested number of bytes in the input stream.
startElement(Asn1Tag, int, byte[]) - Method in class com.objsys.asn1j.runtime.Asn1BerMessageDumpHandler
This method is invoked after each tag/length value is parsed in the message being dumped.
startElement(Asn1Tag, int, byte[]) - Method in interface com.objsys.asn1j.runtime.Asn1TaggedEventHandler
The startElement callback method is invoked when the start of any tagged element is parsed.
startElement(String, int) - Method in interface com.objsys.asn1j.runtime.Asn1NamedEventHandler
The startElement callback method is invoked when the start of an element within a constructed type (SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE) is encountered.
startElement(String, int) - Method in class com.objsys.asn1j.runtime.Asn1TraceHandler
The startElement callback method is invoked when the start of an element within a constructed type (SEQUENCE, SET, SEQUENCE OF, SET OF, or CHOICE) is encountered.
startElement(String, String, String, Attributes) - Method in class com.objsys.asn1j.runtime.Asn1XerOpenType.SaxHandler
 
stringToBCD(String) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Translates an ASCII string to a BCD string.

T

T61String - Static variable in class com.objsys.asn1j.runtime.Asn1Type
T61String type code = TeletexString
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1BitString
The TAG constant describes the universal tag for this data type (UNIVERSAL 3).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1BMPString
The TAG constant describes the universal tag for this data type (UNIVERSAL 30).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1Boolean
The TAG constant describes the universal tag for this data type (UNIVERSAL 1).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1Enumerated
The TAG constant describes the universal tag for this data type (UNIVERSAL 10).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1GeneralizedTime
The TAG constant describes the universal tag for this data type (UNIVERSAL 24).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1GeneralString
The TAG constant describes the universal tag for this data type (UNIVERSAL 27).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1GraphicString
The TAG constant describes the universal tag for this data type (UNIVERSAL 25).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1IA5String
The TAG constant describes the universal tag for this data type (UNIVERSAL 22).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1Integer
The TAG constant describes the universal tag for this data type (UNIVERSAL 2).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1Null
The TAG constant describes the universal tag for this data type (UNIVERSAL 5).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1NumericString
The TAG constant describes the universal tag for this data type (UNIVERSAL 18).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1ObjectDescriptor
The TAG constant describes the universal tag for this data type (UNIVERSAL 7).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
The TAG constant describes the universal tag for this data type (UNIVERSAL 6).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1OctetString
The TAG constant describes the universal tag for this data type (UNIVERSAL 4).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1PrintableString
The TAG constant describes the universal tag for this data type (UNIVERSAL 19).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1Real
The TAG constant describes the universal tag for this data type (UNIVERSAL 9).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1RelativeOID
The TAG constant describes the universal tag for this data type (UNIVERSAL 13).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1T61String
The TAG constant describes the universal tag for this data type (UNIVERSAL 20).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1UniversalString
The TAG constant describes the universal tag for this data type (UNIVERSAL 28).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1UTCTime
The TAG constant describes the universal tag for this data type (UNIVERSAL 23).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1UTF8String
The TAG constant describes the universal tag for this data type (UNIVERSAL 12).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1VideotexString
The TAG constant describes the universal tag for this data type (UNIVERSAL 21).
TAG - Static variable in class com.objsys.asn1j.runtime.Asn1VisibleString
The TAG constant describes the universal tag for this data type (UNIVERSAL 26).
TeletexString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
TeletexString type code = 20
toBoolArray() - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method converts the bit string stored in this object to a boolean array.
toHexString() - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will return a hex string representation of the bit string value.
toHexString(byte) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Convert a byte value to a hex string.
toHexString(byte[], int, int) - Static method in class com.objsys.asn1j.runtime.Asn1Util
Convert a string of bytes into a hex string.
toInputStream() - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method will return a byte array input stream representation of the octet string value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method will return a string representation of the data in the encode buffer.
toString() - Method in class com.objsys.asn1j.runtime.Asn1BitString
This method will return a string representation of the bit string value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1Boolean
This method will return a string representation of the boolean value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1CharString
This method will return a string representation of the value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1Enumerated
This method will return the enumeration text for a given enumerated value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1Integer
This method will return a string representation of the integer value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1Null
This method will return a string representation of the null value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
This method will return a string representation of the OID value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1OctetString
This method will return a string representation of the octet string value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1OpenExt
This method will return a string representation of the open extension value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1OpenType
This method will return a string representation of the open type value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method will return a string representation of the data in the encode buffer.
toString() - Method in class com.objsys.asn1j.runtime.Asn1Real
This method will return a string representation of the REAL value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1Tag
This method will return a formatted string representing the tag value.
toString() - Method in class com.objsys.asn1j.runtime.Asn1UniversalString
This method will return a string representation of the value.
TRUE_VALUE - Static variable in class com.objsys.asn1j.runtime.Asn1Boolean
The TRUE_VALUE constant represents a boolean TRUE value.

U

UNDEFINED - Static variable in class com.objsys.asn1j.runtime.Asn1Enumerated
The UNDEFINED constant is stored in the value member variable when the value of this enumerated type is undetermined.
UNIV - Static variable in class com.objsys.asn1j.runtime.Asn1Tag
Mask value for a UNIVERSAL tag
UniversalString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
type code= 28
utcFlag - Variable in class com.objsys.asn1j.runtime.Asn1Time
Indicates UTC flag ('Z') set or not.
UTCTime - Static variable in class com.objsys.asn1j.runtime.Asn1Type
UTCTime type code = 23
UTF8String - Static variable in class com.objsys.asn1j.runtime.Asn1Type
UTF8String type code = 12

V

value - Variable in class com.objsys.asn1j.runtime.Asn1BitString
This variable holds the bit string value.
value - Variable in class com.objsys.asn1j.runtime.Asn1Boolean
This public member variable is where the boolean value is stored.
value - Variable in class com.objsys.asn1j.runtime.Asn1CharString
The value public member variable is used to hold the string value to be encoded or the results of a decode operation.
value - Variable in class com.objsys.asn1j.runtime.Asn1Enumerated
This public member variable is where the enumerated value is stored.
value - Variable in class com.objsys.asn1j.runtime.Asn1Integer
This public member variable is where the integer value is stored.
value - Variable in class com.objsys.asn1j.runtime.Asn1ObjectIdentifier
The value public member variable is where the object identifier value is stored.
value - Variable in class com.objsys.asn1j.runtime.Asn1OctetString
This variable holds the octet string value.
value - Variable in class com.objsys.asn1j.runtime.Asn1OpenExt
The value is a list of Asn1OpenType objects.
value - Variable in class com.objsys.asn1j.runtime.Asn1Real
This public member variable is where the double value is stored.
value - Variable in class com.objsys.asn1j.runtime.Asn1UniversalString
The value public member variable is used to hold the string value to be encoded or the results of a decode operation.
VideotexString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
VideotexString type code = 21
VisibleString - Static variable in class com.objsys.asn1j.runtime.Asn1Type
VisibleString type code = 26

W

warning(SAXParseException) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
write(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1OutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1OutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(int) - Method in class com.objsys.asn1j.runtime.Asn1OutputStream
Writes the specified byte to this output stream.
write(int) - Method in class com.objsys.asn1j.runtime.Asn1PerOutputStream
Writes the specified byte to this output stream.
write(OutputStream) - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
This method writes the encoded record to the given output stream.
write(OutputStream) - Method in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
This method writes the encoded record to the given output stream.
write(OutputStream) - Method in class com.objsys.asn1j.runtime.Asn1PerEncodeBuffer
This method writes the encoded record to the given output stream.
write(OutputStream) - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
This method writes the encoded record to the given output stream.
write(String) - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
This method copies a character string to the output stream.

X

XERDATA - Static variable in interface com.objsys.asn1j.runtime.Asn1XerEncoder
 
XERDATA - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
XEREND - Static variable in interface com.objsys.asn1j.runtime.Asn1XerEncoder
 
XEREND - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
XERINDENT - Static variable in interface com.objsys.asn1j.runtime.Asn1XerEncoder
 
XERINIT - Static variable in interface com.objsys.asn1j.runtime.Asn1XerEncoder
 
XERINIT - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
XERSTART - Static variable in interface com.objsys.asn1j.runtime.Asn1XerEncoder
 
XERSTART - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 
XERUNKNOWN - Variable in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
 

Y

year - Variable in class com.objsys.asn1j.runtime.Asn1Time
Year component.

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