- 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.Asn1CharOutputStream
-
This method increments the indentation level.
- incrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
-
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.
- incrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
-
This method increments the element nesting level counter.
- incrLevel() - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
-
This method increments the element nesting level counter.
- incrLevel() - Method in interface com.objsys.asn1j.runtime.Asn1XmlXerEncoder
-
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.Asn1CharOutputStream
-
This methods indents by adding a new-line followed by whitespace
corresponding to the current nesting level to the output stream.
- indent(PrintWriter, int) - Method in class com.objsys.asn1j.runtime.Asn1Type
-
This method will indent three spaces in the given print stream.
- indent(StringBuilder, int) - Method in class com.objsys.asn1j.runtime.Asn1Type
-
This method will indent three spaces in the given string builder.
- 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 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() - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
-
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.Asn1XmlOutputStream
-
This methods indents by adding a new-line followed by whitespace
corresponding to the current nesting level to the output stream.
- indent() - Method in interface com.objsys.asn1j.runtime.Asn1XmlXerEncoder
-
This methods indents by adding a new-line followed by whitespace
corresponding to the current nesting level to the encode buffer.
- init() - Method in class com.objsys.asn1j.runtime.Asn1AbstractTime
-
- 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.Asn1UTCTime
-
- init(int) - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
-
- initBuffer(int) - Method in class com.objsys.asn1j.runtime.Asn1EncodeByteBuffer
-
- initBuffer(int) - Method in class com.objsys.asn1j.runtime.Asn1EncodeByteBufferRev
-
- INITIAL_SIZE - Static variable in class com.objsys.asn1j.runtime.Asn1EncodeBuffer
-
This constant specifies the default initial size of the encode buffer.
- InputStream(InputStream) - Constructor for class com.objsys.asn1j.runtime.Base64.InputStream
-
- InputStream(InputStream, int) - Constructor for class com.objsys.asn1j.runtime.Base64.InputStream
-
- instance() - Static method in class com.objsys.asn1j.runtime.Diag
-
- INTEGER - Static variable in class com.objsys.asn1j.runtime.Asn1Type
-
INTEGER type code = 2
- IntHolder - Class in com.objsys.asn1j.runtime
-
A Holder class for an int
that is used to store
"out" and "inout"
parameters in methods.
- IntHolder() - Constructor for class com.objsys.asn1j.runtime.IntHolder
-
- IntHolder(int) - Constructor for class com.objsys.asn1j.runtime.IntHolder
-
- invokeCharacters(String) - Method in class com.objsys.asn1j.runtime.Asn1MessageBuffer
-
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.Asn1MessageBuffer
-
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.Asn1MessageBuffer
-
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.
- isBER() - Method in class com.objsys.asn1j.runtime.Asn1BerEncodeBuffer
-
This method is used for testing encode rules type.
- isBER() - Method in class com.objsys.asn1j.runtime.Asn1BerOutputStream
-
This method is used for testing encode rules type.
- isBER() - Method in class com.objsys.asn1j.runtime.Asn1CerOutputStream
-
This method is used for testing encode rules type.
- isBER() - Method in class com.objsys.asn1j.runtime.Asn1DerEncodeBuffer
-
This method returns true when the underlying buffer is a BER buffer.
- isByteAligned() - Method in class com.objsys.asn1j.runtime.Asn1EncodeBitBuffer
-
Return true/false indicating whether a multiple of 8 bits has been
encoded thus far.
- isCanonical() - Method in class com.objsys.asn1j.runtime.Asn1XerEncodeBuffer
-
- isCanonical() - Method in class com.objsys.asn1j.runtime.Asn1XerOutputStream
-
- isCanonical() - Method in class com.objsys.asn1j.runtime.Asn1XmlEncodeBuffer
-
- isCanonical() - Method in class com.objsys.asn1j.runtime.Asn1XmlOutputStream
-
- isCanonical() - Method in interface com.objsys.asn1j.runtime.Asn1XmlXerEncoder
-
Return true if the encoder has been put into canonical mode.
- isComplete() - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
-
Returns true when the SAX handler has finished decoding the group.
- isConstructed() - Method in class com.objsys.asn1j.runtime.Asn1Tag
-
This method tests if the tag is constructed.
- isContainerClosed() - Method in class com.objsys.asn1j.runtime.Asn1NasEncodeBuffer
-
Return true if the container closed flag is set.
- isDecodingAsGroup() - Method in class com.objsys.asn1j.runtime.Asn1XerSaxHandler
-
Return true if this SAX handler is decoding a group of elements rather
than a single element (and possibly its children elements).
- isDefaultNamespaceURI(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespaceCtxt
-
Return true if the given namespace is currently the default namespace
(ie, DEFAULT_NS_PREFIX is mapped to this URI)
- isEnabled() - Method in class com.objsys.asn1j.runtime.Asn1PerTraceHandler
-
Check whether bit tracing is on or off.
- isEnabled() - Method in class com.objsys.asn1j.runtime.Diag
-
- isEnabled(int) - Method in class com.objsys.asn1j.runtime.Diag
-
- isEOC() - Method in class com.objsys.asn1j.runtime.Asn1Tag
-
This method tests if the tag is an end-of-contents (EOC) tag.
- isInsideContainer() - Method in class com.objsys.asn1j.runtime.Asn1NasDecodeBuffer
-
Return true if a container length is on the container stack.
- isLetter(char) - Static method in class com.objsys.asn1j.runtime.Asn1Util
-
Determine if a specified character is a letter.
- isLimited() - Static method in class com.objsys.asn1j.runtime.Asn1Util
-
Indicates whether the run-time is limited or unlimited.
- isMinusZero(double) - Static method in class com.objsys.asn1j.runtime.Asn1XmlUtil
-
This method will return true, if value is "minus zero" (-0) special
XML value.
- isNamedBitStr(String) - Method in class com.objsys.asn1j.runtime.Asn1BitString
-
This method determines is the input character string represented as
named bit string or as bits sequence.
- isNaN(double) - Static method in class com.objsys.asn1j.runtime.Asn1XmlUtil
-
This method will return true, if value is "not-a-number" (NaN) special
XML value.
- isOpenType() - Method in class com.objsys.asn1j.runtime.Asn1Type
-
Returns open type mode for XML encoding/decoding.
- isOpenType() - Method in interface com.objsys.asn1j.runtime.Asn1TypeIF
-
Returns open type mode for XML encoding/decoding.
- isOptional() - Method in class com.objsys.asn1j.runtime.Asn1XerElemInfo
-
- isPrefixEqual(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespace
-
This method is used to test the given prefix for a match.
- 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.
- isSpaceChar(char) - Static method in class com.objsys.asn1j.runtime.Asn1Util
-
Determine if a specified character is a space.
- isURIEqual(String) - Method in class com.objsys.asn1j.runtime.Asn1XmlNamespace
-
This method is used to test the given URI for a match.
- isWhitespace(char) - Static method in class com.objsys.asn1j.runtime.Asn1Util
-
Determine if a specified character is whitespace.
- iterator() - Method in class com.objsys.asn1j.runtime.Asn1PerBitFieldList
-
This method returns an iterator to the encapsulated bit
field linked list object.