Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractBinary - Class in com.oss.asn1
-
The AbstractBinary class is the common ancestor of BitString and OctetString classes.
- AbstractBounds - Class in com.oss.metadata
-
The AbstractBounds class represents ASN.1 ValueRange constraints
- AbstractCollection - Class in com.oss.asn1
-
The AbstractCollection class is the superclass of Sequence and Set classes.
- AbstractContainer - Class in com.oss.asn1
-
The AbstractContainer class implements functionality common to SequenceOf and SetOf classes.
- AbstractData - Class in com.oss.asn1
-
The AbstractData class represents the base class for all OSS ASN.1/Java universal classes.
- AbstractDataPositions - Class in com.oss.asn1
-
The AbstractDataPositions class is a table which records position/offset information associated with AbstractData objects.
- AbstractDataPositions() - Constructor for class com.oss.asn1.AbstractDataPositions
-
The constructor.
- AbstractDataWithPositions - Class in com.oss.asn1
-
The AbstractDataWithPositions class is a container which wraps an AbstractData decoded value object and an AbstractDataPositions object, which represents offset/size information of components of decoded value.
- AbstractDataWithPositions(AbstractData, AbstractDataPositions, int) - Constructor for class com.oss.asn1.AbstractDataWithPositions
-
The constructor.
- abstractEqualTo(AbstractData) - Method in class com.oss.asn1.AbstractData
-
The abstract method used to compare AbstractData objects for equality.
- abstractEqualTo(AbstractData) - Method in class com.oss.asn1.ASN1Type
-
Compare 'this' object to another object to see if their contents are the same, AbstractData.abstractEqualTo() implementation.
- AbstractException - Exception in com.oss.asn1
-
The AbstractException class is the base class for all exceptions
- AbstractISO8601Time - Class in com.oss.asn1
-
The ISO8601Time class implements the functionality common to all ASN.1 useful time types: DATE, TIME-OF-DAY, DATE-TIME and DURATION.
- AbstractISO8601Time() - Constructor for class com.oss.asn1.AbstractISO8601Time
-
The default constructor.
- AbstractISO8601Time(String) - Constructor for class com.oss.asn1.AbstractISO8601Time
-
Constructs time value from a string.
- AbstractObjectIdentifier - Class in com.oss.asn1
-
The AbstractObjectIdentifier class is a common superclass for the representations of the ASN.1 OBJECT IDENTIFIER and RELATIVE-OID types.
- AbstractObjectIdentifier() - Constructor for class com.oss.asn1.AbstractObjectIdentifier
-
The default constructor.
- AbstractObjectIdentifier(byte[]) - Constructor for class com.oss.asn1.AbstractObjectIdentifier
-
Construct from a byte array.
- AbstractObjectIdentifier(String, boolean) - Constructor for class com.oss.asn1.AbstractObjectIdentifier
-
Construct from a String.
- AbstractOpenType - Class in com.oss.asn1
-
The AbstractOpenType class is a common superclass for OpenType and HugeOpenType classes.
- AbstractPDU<T extends Enum> - Class in com.oss.asn1
-
The class is an abstract superclass for compiler-generated project PDU classes.
- AbstractPDU() - Constructor for class com.oss.asn1.AbstractPDU
- AbstractReal - Class in com.oss.asn1
-
The Abstract Real class class is the superclass of Real, DecimalReal, and MixedReal classes.
- AbstractReal() - Constructor for class com.oss.asn1.AbstractReal
-
The default constructor.
- AbstractString - Class in com.oss.asn1
-
The AbstractString class provides a common ancestor for all of the ASN.1/Java string classes.
- AbstractString16 - Class in com.oss.asn1
-
The AbstractString16 class implements the functionality common to all ASN.1 CharacterString types with one or two bytes per character.
- AbstractString32 - Class in com.oss.asn1
-
The AbstractString32 class implements the functionality common to all ASN.1 CharacterString types with four bytes per character.
- AbstractTime - Class in com.oss.asn1
-
The AbstractTime class is the superclass of the two ASN.1 time types, GeneralizedTime and UTCTime.
- add(AbstractData, InfoObject) - Method in class com.oss.asn1.DefaultIndex
-
Adds a new information object to the index.
- add(AbstractData, InfoObject) - Method in interface com.oss.asn1.Index
-
Add the information object to the index.
- add(T) - Method in class com.oss.asn1.SequenceOf
-
Add an Element to this SEQUENCE OF.
- add(T) - Method in class com.oss.asn1.SequenceOfDeferred
-
Add an Element to this SEQUENCE OF.
- add(T) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Add an Element to this SEQUENCE OF.
- add(T) - Method in class com.oss.asn1.SetOf
-
Add an Element to this SET OF.
- add(T) - Method in class com.oss.asn1.SetOfDeferred
-
Add an Element to this SET OF.
- add(T) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Add an Element to this SET OF.
- addElement(InfoObject) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Deprecated.
- addElement(InfoObject) - Method in class com.oss.asn1.InfoObjectSet
-
Deprecated.As of release 8.0 replaced by
InfoObjectSet.addObject(InfoObject)
- addObject(InfoObject) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Add an information object at the end of the InfoObjectSet container if it is extensible.
- addObject(InfoObject) - Method in class com.oss.asn1.InfoObjectSet
-
Add an AbstractData object at the end of the InfoObjectSet container if it is extensible
- addUnknownExtension(byte[]) - Method in interface com.oss.asn1.RelaySafe
-
This method saves individual extension for further relaying.
- addUnknownExtension(byte[], String) - Method in class com.oss.asn1.RelaySafeChoice
-
Saves the encoding of the unknown extension for further relaying.
- AFTER - Static variable in interface com.oss.asn1.Printable
-
This mode indicates the customized print method has been called after the invocation of the default printing routine.
- AllExcept - Class in com.oss.metadata
-
The AllExcept class extends Constraints class and implements an expression which is the negation of a Constraint
- allocate(int) - Method in interface com.oss.asn1.StorageManager
-
Allocate an external storage of the given kind.
- allocate(int) - Method in class com.oss.storage.OSSStorageManager
-
Allocate a storage of a given kind.
- AmbiguousTagException - Exception in com.oss.util
-
Thrown by PDU class when decoding is impossible due to multiple PDUs are identified by the same tag.
- AmbiguousTagException(short, String) - Constructor for exception com.oss.util.AmbiguousTagException
-
The constructor.
- AmbiguousTagException(String, String) - Constructor for exception com.oss.util.AmbiguousTagException
-
The constructor.
- APPLICATION - Enum constant in enum class com.oss.util.BERTool.TagClass
-
The application BER tag class
- arbitrary_chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constant identified chosen component.
- arbitrary_Chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constant identified chosen component.
- ASCII - Enum constant in enum class com.oss.asn1.CSVTool.StringFormat
-
Each byte is mapped to its ASCII equivalent.
- asCollection() - Method in class com.oss.asn1.SequenceOf
-
Return SEQUENCE OF as a collection of elements.
- asCollection() - Method in class com.oss.asn1.SequenceOfDeferred
-
Return SEQUENCE OF as a collection of elements.
- asCollection() - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Return SEQUENCE OF as a collection of elements.
- asCollection() - Method in class com.oss.asn1.SetOf
-
Return SET OF as a collection of elements.
- asCollection() - Method in class com.oss.asn1.SetOfDeferred
-
Return SET OF as a collection of elements.
- asCollection() - Method in class com.oss.asn1.SetOfHugeDeferred
-
Return SET OF as a collection of elements.
- ASN1 - Enum constant in enum class com.oss.asn1.CSVTool.DateFormat
-
The value is printed in the YYYYMMDDhhmmss+hhmm format.
- ASN1Module - Class in com.oss.asn1
-
This class is the superclass of all ASN.1 Module classes that are emitted by the ASN.1/Java Compiler.
- ASN1ObjidIriFormat - Class in com.oss.util
-
This utility class for checking values of the OID-IRI and RELATIVE-OID-IRI ASN1 types.
- ASN1ObjidIriFormat() - Constructor for class com.oss.util.ASN1ObjidIriFormat
- ASN1PrintWriter - Class in com.oss.util
-
This utility class is the extended version of the
java.io.PrintWriter
that has the ability to print the instance ofAbstractData
in the ASN.1 value notation format. - ASN1PrintWriter() - Constructor for class com.oss.util.ASN1PrintWriter
-
The default constructor.
- ASN1PrintWriter(OutputStream) - Constructor for class com.oss.util.ASN1PrintWriter
-
Create a new ASN1PrintWriter from an existing
OutputStream
without automatic line flushing. - ASN1PrintWriter(OutputStream, boolean) - Constructor for class com.oss.util.ASN1PrintWriter
-
Create a new ASN1PrintWriter from an existing
OutputStream
. - ASN1PrintWriter(Writer) - Constructor for class com.oss.util.ASN1PrintWriter
-
Create a new ASN1PrintWriter without automatic line flushing.
- ASN1PrintWriter(Writer, boolean) - Constructor for class com.oss.util.ASN1PrintWriter
-
Create a new ASN1PrintWriter.
- ASN1Project - Class in com.oss.asn1
-
This class is the superclass of all ASN.1 Project classes that are emitted by the ASN.1/Java Compiler.
- ASN1Type - Class in com.oss.asn1
-
The ASN1Type class is used to implement the '&Type' field of information classes.
- ASN1Type() - Constructor for class com.oss.asn1.ASN1Type
-
The default constructor.
- ASN1Type(String, String) - Constructor for class com.oss.asn1.ASN1Type
-
Construct from a fully-qualified name of a java class that implements an ASN.1 type.
- ASN1ValueFormat - Class in com.oss.util
-
This utility class facilitates customization of the formatted string, returned by the
toString(ASN1ValueFormat)
method of theAbstractData
. - ASN1ValueFormat() - Constructor for class com.oss.util.ASN1ValueFormat
-
The default constructor.
- averageDecodeCPUTiming() - Method in class com.oss.util.Benchmark
-
Returns average
decode()
CPU time per iteration in milliseconds or NaN if CPU time measurement is not available. - averageDecodeTiming() - Method in class com.oss.util.Benchmark
-
Returns average
decode()
timing per iteration in milliseconds. - averageDecodeUserTiming() - Method in class com.oss.util.Benchmark
-
Returns average
decode()
time in user mode per iteration in milliseconds or NaN if user time measurement is not available. - averageEncodeCPUTiming() - Method in class com.oss.util.Benchmark
-
Returns average
encode()
CPU time per iteration in milliseconds or NaN if CPU time measurement is not available. - averageEncodeTiming() - Method in class com.oss.util.Benchmark
-
Returns average
encode()
timing per iteration in milliseconds. - averageEncodeUserTiming() - Method in class com.oss.util.Benchmark
-
Returns average
encode()
time in user mode per iteration in milliseconds or NaN if user time measurement is not available.
B
- BadObjectIdentifierException - Exception in com.oss.asn1
-
An exception is thrown when an ObjectIdentifier is constructed from a string of ASN.1 Value Notation that contains a bad arc or has an invalid format.
- BadTimeFormatException - Exception in com.oss.util
-
Helper class to distinguish exceptions that occur while converting the the formatted string to the value of the time type.
- BadTimeFormatException() - Constructor for exception com.oss.util.BadTimeFormatException
-
Construct the exception without error message.
- BadTimeFormatException(String) - Constructor for exception com.oss.util.BadTimeFormatException
-
Construct the exception providing an error message.
- BEFORE - Static variable in interface com.oss.asn1.Printable
-
This mode indicates the customized print method has been called before the invocation of the default printing routine.
- begin_dump() - Method in class com.oss.util.BERTool.DecomposedBuilder
- begin_dump() - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when a BER encoding processing starts, before any other method invocations.
- begin_dump() - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- begin_dump() - Method in class com.oss.util.BERTool.HexBuilder
- begin_dump() - Method in class com.oss.util.BERTool.SyntaxBuilder
- beginJsonArray() - Method in interface com.oss.asn1.JSONWriter
-
Writes the opening bracket representing the beginning of a JSON array.
- beginJsonObject() - Method in interface com.oss.asn1.JSONWriter
-
Writes the opening curly bracket representing the beginning of a JSON object.
- Benchmark - Class in com.oss.util
-
The
Benchmark
is an utility class that can be used for timing thecoder.encode()
andcoder.decode()
method calls. - Benchmark(byte[], AbstractData, Coder) - Constructor for class com.oss.util.Benchmark
-
Construct new performance test which will use specified binary encoding of the value of
type
andCoder
object. - Benchmark(AbstractData, Coder) - Constructor for class com.oss.util.Benchmark
-
Construct new performance test which will use specified
AbstractData
object andCoder
object. - BER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Basic Encoding Rules (BER)
- BERCoder - Class in com.oss.asn1
-
This class implements coding services for Basic Encoding Rules (BER).
- BERException(String) - Constructor for exception com.oss.util.BERTool.BERException
-
Constructs using a message.
- BERReader() - Constructor for class com.oss.util.BERTool.BERReader
-
Constructs an instance with a default initial buffer size.
- BERReader(int) - Constructor for class com.oss.util.BERTool.BERReader
-
Constructs an instance with a specified initial buffer size.
- BERTool - Class in com.oss.util
-
BERTool is an OSS Type-Length-Value(TLV) Print Utility and a nested utility class suite.
- BERTool() - Constructor for class com.oss.util.BERTool
- BERTool.BERException - Exception in com.oss.util
-
Thrown when an error is detected in the BER encoded data.
- BERTool.BERReader - Class in com.oss.util
-
Provides the readTLV() method to read a complete BER encoding from an input stream and return it as an array of bytes.
- BERTool.DecomposedBuilder - Class in com.oss.util
-
Implements a BER encoding dump in decomposed-TLV format.
- BERTool.DumpBuilder - Interface in com.oss.util
-
Defines methods that are invoked by the
BERTool.dumpTLV(ByteBuffer, DumpBuilder)
BER parser. - BERTool.ExtendedDumpBuilder - Class in com.oss.util
-
Implements a BER encoding dump in extended dump format.
- BERTool.HexBuilder - Class in com.oss.util
-
Implements a BER encoding dump in hexadecimal-TLV format.
- BERTool.SyntaxBuilder - Class in com.oss.util
-
Implements a BER encoding dump in syntax-TLV format.
- BERTool.Tag - Class in com.oss.util
-
Represents BER tags.
- BERTool.TagClass - Enum Class in com.oss.util
-
Represents BER tag class values as Java enumeration objects.
- BERTool.TLV - Class in com.oss.util
-
Represents a BER encoding as a TAG, LENGTH, and VALUE triple.
- BERTool.TLVDumpException - Exception in com.oss.util
-
Thrown by the TLVDump.dumpTLV() method in case of unexpected end of data.
- BERTool.ValueType - Enum Class in com.oss.util
-
Represents BER universal tag numbers as Java enumeration objects.
- bigIntegerValue() - Method in class com.oss.asn1.HugeInteger
-
Get the value of 'this' object as a java.math.BigInteger.
- Binary2CSVConvertor - Class in com.oss.asn1
-
The BinaryToCSVConvertor is used to convert a binary data encoded with one of the Binary Encoding Rules into CSV format in one step.
- Binary2CSVConvertor(BinaryCoder, CSVTool) - Constructor for class com.oss.asn1.Binary2CSVConvertor
-
Constructs the converter with the binary coder and the CSV printer objects.
- Binary2JSONConvertor - Class in com.oss.asn1
-
The Binary2JSONConvertor is a EncodingRuleConvertor used to convert binary data encoded with one of the Binary Encoding Rules into JSON data encoded by the JSON Encoding Rules.
- Binary2JSONConvertor(BinaryCoder, JSONCoder) - Constructor for class com.oss.asn1.Binary2JSONConvertor
-
Construct with two coder objects
- Binary2XMLConvertor - Class in com.oss.asn1
-
The Binary2XMLConvertor is a EncodingRuleConvertor used to convert binary data encoded with one of the Binary Encoding Rules into XML data encoded with one of the XML Encoding Rules.
- Binary2XMLConvertor(BinaryCoder, XMLCoder) - Constructor for class com.oss.asn1.Binary2XMLConvertor
-
Construct with two coder objects
- BinaryCoder - Interface in com.oss.asn1
-
This marker interface is implemented by all the Binary encoding rules Coder classes
- BIT_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for BIT STRING type is 3.
- BitString - Class in com.oss.asn1
-
The BitString class represents an ASN.1 BIT STRING, an arbitrarily long string of bits, that may or may not be octet-aligned.
- BitString() - Constructor for class com.oss.asn1.BitString
-
The default constructor creates an empty bit string
- BitString(byte[]) - Constructor for class com.oss.asn1.BitString
-
Construct from a byte array.
- BitString(byte[], int) - Constructor for class com.oss.asn1.BitString
-
Construct from a byte array and significant bits.
- BitStringInfo - Class in com.oss.metadata
-
The BitStringInfo class defines properties of ASN.1 type BIT STRING.
- BMPString - Class in com.oss.asn1
-
The BMPString class represents the ASN.1 BMPString type.
- BMPString() - Constructor for class com.oss.asn1.BMPString
-
The default constructor.
- BMPString(char[]) - Constructor for class com.oss.asn1.BMPString
-
Construct from a String.
- BMPString(String) - Constructor for class com.oss.asn1.BMPString
-
Construct from a String.
- BMPSTRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for BMPString type is 30.
- BOOLEAN - Class in com.oss.asn1
-
The BOOLEAN class represents the ASN.1 BOOLEAN type.
- BOOLEAN - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for BOOLEAN type is 1.
- BOOLEAN() - Constructor for class com.oss.asn1.BOOLEAN
-
The default constructor.
- BOOLEAN(boolean) - Constructor for class com.oss.asn1.BOOLEAN
-
Construct from a BOOLEAN type.
- booleanValue() - Method in class com.oss.asn1.BOOLEAN
-
Get the value of 'this' object as a boolean.
- Bounds - Class in com.oss.metadata
-
The Bounds class encapsulates information about bounds for bounded (constrained) types.
- byteArrayValue() - Method in class com.oss.asn1.AbstractBinary
-
Get the value of 'this' object as an array of bytes.
- byteArrayValue() - Method in class com.oss.asn1.AbstractObjectIdentifier
-
Get the value of 'this' object as a byte array
- byteArrayValue() - Method in class com.oss.asn1.UTF8String
-
Get the value of 'this' object as an array of bytes.
- byteArrayValue() - Method in class com.oss.asn1.UTF8String16
-
Get the value of 'this' object as an array of bytes.
- byteArrayValue() - Method in class com.oss.asn1.UTF8String32
-
Get the value of 'this' object as an array of bytes.
- ByteStorage - Interface in com.oss.asn1
-
The
ByteStorage
interface extends theStorage
interface to include additional methods for accessing and modifying the contents, a byte[] array. - byteStorageValue() - Method in class com.oss.asn1.HugeBinaryString
-
Get the value of 'this' object as a ByteStorage object.
- ByteTool - Class in com.oss.util
-
This class provides utility methods for testing and manipulating byte arrays.
- ByteTool() - Constructor for class com.oss.util.ByteTool
C
- canRead() - Method in interface com.oss.asn1.Storage
-
Indicates if this storage object is readable.
- canRead() - Method in class com.oss.storage.OSSFileStorage
-
Indicate if this storage object is readable.
- canWrite() - Method in interface com.oss.asn1.Storage
-
Indicates if this storage object is writable.
- canWrite() - Method in class com.oss.storage.OSSFileStorage
-
Indicate if this storage object is writable.
- CER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Canonical Encoding Rules (CER)
- CERCoder - Class in com.oss.asn1
-
This class implements coding services for Canonical Encoding Rules (CER).
- CHARACTER_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for CHARACTER STRING type is 29.
- CharStorage - Interface in com.oss.asn1
-
The
CharStorage
interface extends theStorage
interface to include additional methods for accessing and modifying the contents, that is an array of characters. - charStorageValue() - Method in class com.oss.asn1.HugeRestrictedString
-
Get the value of 'this' object as a CharStorage object.
- checkError() - Method in class com.oss.util.ASN1PrintWriter
-
Flushes the stream if it's not closed and checks its error state.
- checkOidIri(String, boolean) - Static method in class com.oss.util.ASN1ObjidIriFormat
-
Parses the input string and checks that it has a valid IRI format.
- checkRelativeOidIri(String, int, int) - Static method in class com.oss.util.ASN1ObjidIriFormat
-
Parses the input string and checks that it has a valid Relative-OID-IRI format.
- checkThirdArc(String, int, int) - Static method in class com.oss.util.ASN1ObjidIriFormat
-
Checks that the third arc is in the range [1..26] or ['A'-'Z']
- Choice - Class in com.oss.asn1
-
The Choice class represents the ASN.1 CHOICE type.
- ChoiceInfo - Class in com.oss.metadata
-
The ChoiceInfo class defines properties of ASN.1 CHOICE types.
- cINDENT_WIDTH - Static variable in class com.oss.util.SampleUtil
-
Number of space characters printed per indentation level.
- cleanup() - Method in exception com.oss.asn1.DecodeFailedException
-
It facilitates explicit cleanup of partially decoded data, especially in the case when the decoded value has nested components with the ValueInFile directive applied.
- clear() - Method in class com.oss.asn1.ISO8601Date
-
Clears all the fields so they are set to UNDEFINED value.
- clear() - Method in class com.oss.asn1.ISO8601DateTime
-
Clears all the fields so they are set to UNDEFINED value.
- clear() - Method in class com.oss.asn1.ISO8601Duration
-
Clears all the fields so they are set to UNDEFINED value.
- clear() - Method in interface com.oss.asn1.ISO8601TimeInterface
-
Clears all the fields so they are set to UNDEFINED value.
- clear() - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Clears all the fields so they are set to UNDEFINED value.
- clearBit(int) - Method in class com.oss.asn1.BitString
-
Set a bit, identified by an index, to 0.
- clearLastError() - Method in class com.oss.util.ASN1PrintWriter
-
Clears the last error that occurred when printing the value notation.
- clone() - Method in class com.oss.asn1.AbstractBinary
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.AbstractCollection
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.AbstractContainer
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.AbstractData
-
Create a deep copy of 'this' object.
- clone() - Method in class com.oss.asn1.AbstractObjectIdentifier
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.AbstractString16
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.AbstractString32
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.ASN1Type
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.Choice
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.ContainingBitString
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.ContainingOctetString
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.DecimalReal
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.Enumerated
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeBinaryString
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeBitString
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeContainer
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeContainingBitString
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeContainingOctetString
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeInteger
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeOpenType
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeRelaySafeChoice
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeRelaySafeSequence
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.HugeRelaySafeSet
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.ISO8601Duration
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.MixedReal
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.OpenType
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.RelaySafeChoice
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.RelaySafeSequence
-
Clone 'this' object.
- clone() - Method in class com.oss.asn1.RelaySafeSet
-
Clone 'this' object.
- clone() - Method in class com.oss.storage.OSSFileStorage
-
Implements deep copy.
- close() - Method in interface com.oss.asn1.ObjectReader
-
Terminate the reader and release any internal resources that are in use.
- close() - Method in interface com.oss.asn1.ObjectWriter
-
Terminate the writer and release any internal resources that are in use.
- close() - Method in interface com.oss.asn1.StorageManager
-
Terminate the storage manager and release all the system resources, associated with this storage manager.
- close() - Method in class com.oss.storage.OSSStorageManager
-
Terminate the storage manager and release any external resources, that are in use.
- Coder - Class in com.oss.asn1
-
This class defines public methods which allow access to the Coding Services of the OSS ASN.1/Java Tools.
- COER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Canonical Octet Encoding Rules (COER)
- COERCoder - Class in com.oss.asn1
-
This class implements coding services for Canonical Octet Encoding Rules (OER).
- CollectionInfo - Class in com.oss.metadata
-
The CollectionInfo class defines common properties of ASN.1 collection types: SEQUENCE, SET and CHOICE
- COLUMN - Enum constant in enum class com.oss.asn1.CSVTool.Layout
-
Each record value is placed on a separate line.
- com.oss.asn1 - package com.oss.asn1
-
Core OSS ASN.1/Java API classes.
- com.oss.metadata - package com.oss.metadata
-
OSS ASN.1/Java API classes that describe the metadata.
- com.oss.storage - package com.oss.storage
-
OSS ASN.1/Java API classes that implement external storage for the data.
- com.oss.util - package com.oss.util
-
OSS ASN.1/Java API classes that are utility classes.
- compare(byte[], byte[]) - Static method in class com.oss.util.ByteTool
-
Compare two byte arrays for equality.
- compareInstantSetting(TimeSettings) - Method in class com.oss.metadata.TimeSettings
-
Compare instant setting with other one without consideration Midnight setting and Local-or-UTC=LD setting in the second instant.
- compareTo(AbstractISO8601Time) - Method in class com.oss.asn1.AbstractISO8601Time
-
Compare 'this' object to another AbstractISO8601Time object to determine whether the contents of this object is less than, equal to, or greater than the contents of other object.
- compareTo(AbstractISO8601Time, TimeZone, Locale) - Method in class com.oss.asn1.AbstractISO8601Time
-
Compare 'this' object to another AbstractISO8601Time object to determine whether the contents of this object is less than, equal to, or greater than the contents of other object.
- compareTo(AbstractString) - Method in class com.oss.asn1.AbstractString
-
Compare 'this' object to another AbstractString object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of another object.
- compareTo(DecimalReal) - Method in class com.oss.asn1.DecimalReal
-
Compare 'this' object to a DecimalReal object by comparing their correspondent double values to see whether the double value of 'this' object is less than, equal to, or greater than the one of 'that' object.
- compareTo(DecimalReal) - Method in class com.oss.asn1.MixedReal
-
Compare 'this' object to a DecimalReal object by comparing their correspondent double values to see whether the double value of 'this' object is less than, equal to, or greater than the one of another object.
- compareTo(DecimalReal) - Method in class com.oss.asn1.Real
-
Compare 'this' object to a DecimalReal object by comparing their correspondent double values to see whether the double value of 'this' object is less than, equal to, or greater than the one of another object.
- compareTo(Enumerated) - Method in class com.oss.asn1.Enumerated
-
Compare 'this' object to 'that' Enumerated object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of 'that' object.
- compareTo(GeneralizedTime) - Method in class com.oss.asn1.GeneralizedTime
-
Compare 'this' object to another GeneralizedTime object to determine whether the contents of this object is less than, equal to, or greater than the contents of other object.
- compareTo(GeneralizedTime, TimeZone, Locale) - Method in class com.oss.asn1.GeneralizedTime
-
Compare 'this' object to another object of the same class to determine whether the contents of this object is less than, equal to, or greater than the contents of other object.
- compareTo(HugeInteger) - Method in class com.oss.asn1.HugeInteger
-
Compare 'this' object to another HugeInteger object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of another object.
- compareTo(INTEGER) - Method in class com.oss.asn1.INTEGER
-
Compare 'this' object to another INTEGER object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of another object.
- compareTo(MixedReal) - Method in class com.oss.asn1.DecimalReal
-
Compare 'this' object to a MixedReal object by comparing their correspondent double values to see whether the double value of 'this' object is less than, equal to, or greater than the one of 'that' object.
- compareTo(MixedReal) - Method in class com.oss.asn1.MixedReal
-
Compare 'this' object to a MixedReal object by comparing their correspondent double values to see whether the double value of 'this' object is less than, equal to, or greater than the one of another object.
- compareTo(MixedReal) - Method in class com.oss.asn1.Real
-
Compare 'this' object to a MixedReal object by comparing their correspondent double values to see whether the double value of 'this' object is less than, equal to, or greater than the one of another object.
- compareTo(Real) - Method in class com.oss.asn1.DecimalReal
-
Compare 'this' object to a Real object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of 'that' object.
- compareTo(Real) - Method in class com.oss.asn1.MixedReal
-
Compare 'this' object to a Real object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of another object.
- compareTo(Real) - Method in class com.oss.asn1.Real
-
Compare 'this' object to a Real object to determine whether the contents of 'this' object is less than, equal to, or greater than the contents of another object.
- compareTo(UTCTime) - Method in class com.oss.asn1.UTCTime
-
Compare 'this' object to another UTCTime object to determine whether the contents of this object is less than, equal to, or greater than the contents of other object.
- compareTo(UTCTime, TimeZone, Locale) - Method in class com.oss.asn1.UTCTime
-
Compare 'this' object to another object of the same class to determine whether the contents of this object is less than, equal to, or greater than the contents of other object.
- ComponentRelation - Class in com.oss.metadata
-
The ComponentRelation class is used to define component relations of the ASN.1 component relation constraint.
- ComponentRelationConstraint - Class in com.oss.metadata
-
The ComponentRelationConstraint class represents an ASN.1 component relation constraint.
- ComponentRelations - Class in com.oss.metadata
-
The ComponentRelations class encapsulates a list of component relations used to define component relation constraints.
- CompoundConstraint - Class in com.oss.metadata
-
The CompoundConstraint class represents an ASN.1 compound constraint as a list of constraints.
- CompressOutputStream - Class in com.oss.util
-
This class extends CompressOutputStream and facilitates temporary in-memory buffering of encoding.
- CompressOutputStream(OutputStream) - Constructor for class com.oss.util.CompressOutputStream
-
Constructs CompressOutputStream with a default compressor and buffer size.
- CompressOutputStream(OutputStream, Deflater) - Constructor for class com.oss.util.CompressOutputStream
-
Constructs CompressOutputStream with the specified compressor and a default buffer size.
- CompressOutputStream(OutputStream, Deflater, int) - Constructor for class com.oss.util.CompressOutputStream
-
Constructs CompressOutputStream with the specified compressor and buffer size.
- ConstrainedByConstraint - Class in com.oss.metadata
-
The ConstrainedByConstraint class represents an ASN.1 CONSTRAINED BY constraint.
- Constraints - Class in com.oss.metadata
-
The Constraints class represents a constraint of an ASN.1 type
- ContainedConstraint - Class in com.oss.metadata
-
The ContainedConstraint class represents the ASN.1 contained constraint.
- ContainerInfo - Class in com.oss.metadata
-
The ContainerInfo class represents the properties of an ASN.1 SET or SEQUENCE OF type.
- ContainingBitString<T extends AbstractData> - Class in com.oss.asn1
-
The ContainingBitString class represents an ASN.1 BIT STRING that is constrained by a ContentsConstraint.
- ContainingBitString() - Constructor for class com.oss.asn1.ContainingBitString
-
The default constructor creates an empty bit string
- ContainingBitString(byte[]) - Constructor for class com.oss.asn1.ContainingBitString
-
Construct from a byte array.
- ContainingBitString(byte[], int) - Constructor for class com.oss.asn1.ContainingBitString
-
Construct from a byte array and significant bits.
- ContainingBitString(T) - Constructor for class com.oss.asn1.ContainingBitString
-
Construct an instance of this class with an AbstractData object that represents an unencoded value of a contained ASN.1 type.
- ContainingBitStringInfo - Class in com.oss.metadata
-
The ContainingBitStringInfo class represents the properties of an ASN.1 type BIT STRING constrained by a ContentsConstraint.
- ContainingOctetString<T extends AbstractData> - Class in com.oss.asn1
-
The ContainingOctetString class represents an ASN.1 OCTET STRING that is constrained by a ContentsConstraint.
- ContainingOctetString() - Constructor for class com.oss.asn1.ContainingOctetString
-
The default constructor.
- ContainingOctetString(byte[]) - Constructor for class com.oss.asn1.ContainingOctetString
-
Construct from a byte[].
- ContainingOctetString(T) - Constructor for class com.oss.asn1.ContainingOctetString
-
Construct an instance of this class with an AbstractData object that represents an unencoded value of a contained ASN.1 type.
- ContainingOctetStringInfo - Class in com.oss.metadata
-
The ContainingOctetStringInfo class represents the properties of an ASN.1 OCTET STRING type which is constrained by a ContentsConstraint.
- content(ByteBuffer) - Method in class com.oss.util.BERTool.DecomposedBuilder
- content(ByteBuffer) - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when primitive contents octets are parsed.
- content(ByteBuffer) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- content(ByteBuffer) - Method in class com.oss.util.BERTool.HexBuilder
- content(ByteBuffer) - Method in class com.oss.util.BERTool.SyntaxBuilder
- Context_negotiation() - Constructor for class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
The default constructor.
- Context_negotiation(long, ObjectIdentifier) - Constructor for class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
Construct with components.
- Context_negotiation(INTEGER, ObjectIdentifier) - Constructor for class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
Construct with AbstractData components.
- context_negotiation_chosen - Static variable in class com.oss.asn1.EmbeddedPDV.Identification
-
Class constant to identify the chosen component.
- CONTEXT_SPECIFIC - Enum constant in enum class com.oss.util.BERTool.TagClass
-
The context-specific BER tag class
- CONTINUE - Static variable in interface com.oss.asn1.Printable
-
This result code instructs the
DataPrinter
to invoke the default print method for the value after return from the customized print routine. - ControlTableNotFoundException - Exception in com.oss.asn1
-
This class is provided for compatibility with the OSS/ASN.1 JNI Tools.
- convert(InputStream, OutputStream, AbstractData) - Method in class com.oss.asn1.EncodingRuleConvertor
-
Decode the "source" stream, containing the "pdu" value and re-encode it into the "sink" stream.
- convert(InputStream, PrintWriter, AbstractData) - Method in class com.oss.asn1.Binary2CSVConvertor
-
Decodes the
source
stream, containing thepdu
value, and prints the decoded value in the CSV format to thesink
output stream. - copy() - Method in interface com.oss.asn1.Storage
-
Create another storage object with identical contents to 'this' object.
- copy() - Method in class com.oss.storage.OSSFileStorage
-
Create another storage object with identical contents.
- copy(byte[]) - Static method in class com.oss.util.ByteTool
-
Create a copy of an array of bytes.
- count() - Method in class com.oss.metadata.ComponentRelations
-
Return the number of component relations in the array.
- count() - Method in class com.oss.metadata.Fields
-
Return a count of the number of fields in the FieldInfo array.
- count() - Method in class com.oss.metadata.MemberList
-
Return the count of the values on the list.
- count() - Method in class com.oss.metadata.TagDecoder
-
Returns the number of tag decoder elements in the array, or zero (0) if there is no array.
- count() - Method in class com.oss.metadata.TagDecoders
-
Returns the number of tag decoders in the array.
- count() - Method in class com.oss.metadata.Tags
-
The number of tags in the array, and zero (0) if there is no array.
- CPER_ALIGNED - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Canonical Packed Encoding Rules (CPER - Aligned)
- CPER_UNALIGNED - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Canonical Packed Encoding Rules (CPER - Unaligned)
- CPERAlignedCoder - Class in com.oss.asn1
-
This class implements coding services for ALIGNED variant of Canonical Packed Encoding Rules (PER).
- CPERUnalignedCoder - Class in com.oss.asn1
-
This class implements coding services for UNALIGNED variant of Canonical Packed Encoding Rules (CUPER).
- create(IndexedInfoObjectSet) - Method in interface com.oss.asn1.IndexProcedure
-
Create the index for the indexed information object set.
- createEncodingWithArbitrary(BitString) - Static method in class com.oss.asn1.External.Encoding
-
Create the Encoding class instance with the chosen component, "arbitrary".
- createEncodingWithOctet_aligned(OctetString) - Static method in class com.oss.asn1.External.Encoding
-
Create the Encoding class instance with the chosen component, "octet-aligned".
- createEncodingWithSingle_ASN1_type(OpenType) - Static method in class com.oss.asn1.External.Encoding
-
Create the Encoding class instance with the chosen component, "single-ASN1-type".
- createIdentificationWithContext_negotiation(EmbeddedPDV.Identification.Context_negotiation) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "context-negotiation".
- createIdentificationWithFixed(Null) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "fixed".
- createIdentificationWithPresentation_context_id(long) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "presentation-context-id".
- createIdentificationWithPresentation_context_id(INTEGER) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "presentation-context-id".
- createIdentificationWithSyntax(ObjectIdentifier) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "syntax".
- createIdentificationWithSyntaxes(EmbeddedPDV.Identification.Syntaxes) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "syntaxes".
- createIdentificationWithTransfer_syntax(ObjectIdentifier) - Static method in class com.oss.asn1.EmbeddedPDV.Identification
-
Create the Identification class instance with the chosen component, "transfer-syntax".
- createInstance() - Method in class com.oss.metadata.TypeInfo
-
Returns an instance of a Java class that implements an ASN.1 type, described by the TypeInfo.
- createInstance(Object) - Method in class com.oss.metadata.TypeInfo
-
Returns an instance of a Java class that implements an ASN.1 type, described by the TypeInfo.
- createWithArbitrary(BitString) - Static method in class com.oss.asn1.External.Encoding
-
Deprecated.
- createWithOctetAligned(OctetString) - Static method in class com.oss.asn1.External.Encoding
-
Deprecated.
- createWithSingleASN1Type(OpenType) - Static method in class com.oss.asn1.External.Encoding
-
Deprecated.
- CSV - Static variable in interface com.oss.asn1.CustomFormatting
-
Identifies the CSV output.
- CSVPrintFailedException - Exception in com.oss.asn1
-
Thrown to indicate an exceptional condition when the
AbstractData
value is converted to CSV format. - CSVTool - Class in com.oss.asn1
-
Implements conversion of an
AbstractData
data object to CSV format. - CSVTool.BooleanFormat - Enum Class in com.oss.asn1
-
Defines supported formats for displaying
BOOLEAN
type values in the CSV output. - CSVTool.DateFormat - Enum Class in com.oss.asn1
-
Defines supported formats for displaying
GeneralizedTime
type values in the CSV output. - CSVTool.EnumFormat - Enum Class in com.oss.asn1
-
Defines supported formats for displaying
ENUMERATED
type values in the CSV output. - CSVTool.Header - Enum Class in com.oss.asn1
-
Defines supported formats of the CSV header.
- CSVTool.Layout - Enum Class in com.oss.asn1
-
Defines supported layouts of the CSV output.
- CSVTool.Settings - Enum Class in com.oss.asn1
-
Predefined CSV configurations.
- CSVTool.StringFormat - Enum Class in com.oss.asn1
-
Defines supported formats for displaying
OCTET STRING
type values in the CSV output. - CustomFormatting - Interface in com.oss.asn1
-
Subclasses of
AbstractData
that represent simple ASN.1 types can implement this interface to override the default format used to display simple values in the CSV output. - CXER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Canonical XML Encoding Rules (CXER)
- CXERCoder - Class in com.oss.asn1
-
This class implements coding services for Canonical XML Encoding Rules (CXER).
D
- DASHES - Enum constant in enum class com.oss.asn1.CSVTool.DateFormat
-
The value is printed in the YYYY-MM-DD hh:mm:ss format.
- DATE - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for DATE type is 31.
- DATE_TIME - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for DATE-TIME type is 33.
- deallocate() - Method in interface com.oss.asn1.Storage
-
Destroy the storage object and release all external resources, associated with the object.
- deallocate() - Method in class com.oss.storage.OSSFileStorage
-
Destroy the storage object and delete associated disk file.
- DecimalReal - Class in com.oss.asn1
-
The DecimalReal class represents the ASN.1 REAL type with the DECIMAL directive.
- DecimalReal() - Constructor for class com.oss.asn1.DecimalReal
-
The default constructor.
- DecimalReal(double) - Constructor for class com.oss.asn1.DecimalReal
-
Construct from a double.
- DecimalReal(float) - Constructor for class com.oss.asn1.DecimalReal
-
Construct from a float.
- DecimalReal(String) - Constructor for class com.oss.asn1.DecimalReal
-
Construct from a String.
- decimalValue() - Method in class com.oss.asn1.DecimalReal
-
Get the value of 'this' object as a string in NR3 format.
- decimalValue() - Method in class com.oss.asn1.MixedReal
-
Get the value of 'this' object as a string in NR3 format.
- decimalValue() - Method in class com.oss.asn1.Real
-
Get the value of 'this' object as a string in NR3 format.
- decode(Coder, int) - Method in class com.oss.asn1.SequenceOfDeferred
-
Decode and set the decoded form of deferred component.
- decode(Coder, int) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Decode and set the decoded form of deferred component.
- decode(Coder, int) - Method in class com.oss.asn1.SetOfDeferred
-
Decode and set the decoded form of deferred component.
- decode(Coder, int) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Decode and set the decoded form of deferred component.
- decode(InputStream, T) - Method in class com.oss.asn1.Coder
-
Decode the encoded data in the InputStream and populate a PDU instance.
- decode(ByteBuffer, T) - Method in class com.oss.asn1.Coder
-
Decode the encoded data in the ByteBuffer and populate a PDU instance.
- decodeExitStatus() - Method in class com.oss.util.Benchmark
-
Returns the exception object indicating an abnormal termination of the
decode()
timing loop. - DecodeFailedException - Exception in com.oss.asn1
-
DecodeFailedException is thrown by decode() method of Coder.
- DecodeFailedException(VisitorException) - Constructor for exception com.oss.asn1.DecodeFailedException
-
Constructs the
DecodeFailedException
from some otherVisitorException
- DecodeNotSupportedException - Exception in com.oss.asn1
-
An exception thrown when an AbstractData subclass does not support the 'decode()' method.
- decodeWithPositions(InputStream, AbstractData) - Method in class com.oss.asn1.Coder
-
Decode the encoded data in the InputStream and populate a PDU instance.
- DecomposedBuilder(PrintStream) - Constructor for class com.oss.util.BERTool.DecomposedBuilder
-
Constructs a new decomposed-TLV dump builder, which is used to dump data from a specified byte buffer source to a specified print stream sink.
- DecompressInputStream - Class in com.oss.util
-
This class class provides the same functionality as the
InflaterInputStream
but skips the encoding prefix before data decompression. - DecompressInputStream(InputStream) - Constructor for class com.oss.util.DecompressInputStream
-
Constructs DecompressInputStream from an InputStream with the default decompressor and buffer size.
- DecompressInputStream(InputStream, Inflater) - Constructor for class com.oss.util.DecompressInputStream
-
Constructs DecompressInputStream from an InputStream with the specified decompressor and default buffer size.
- DecompressInputStream(InputStream, Inflater, int) - Constructor for class com.oss.util.DecompressInputStream
-
Constructs DecompressInputStream from an InputStream with the specified decompressor and buffer size.
- DEFAULT - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
The default configuration.
- DEFAULT_BYTES_PER_LINE - Static variable in class com.oss.util.BERTool.ExtendedDumpBuilder
-
The value that is used to initialize the bytesPerLine property.
- DefaultIndex - Class in com.oss.asn1
-
This abstract class provides default implementations for most of the methods in the
Index
interface. - DefaultIndex() - Constructor for class com.oss.asn1.DefaultIndex
-
The default constructor.
- DefaultIndex(int) - Constructor for class com.oss.asn1.DefaultIndex
-
Create the index with the given capacity and load factor of 3/4.
- DefaultIndex.SingularEnumeration - Class in com.oss.asn1
-
Helper class that implements the
Enumeration
containing only one element. - DeferredComponentInfo - Class in com.oss.metadata
-
The DeferredComponentInfo class represents the properties of an ASN.1 structured type component described with the DeferDecoding directive.
- deinitialize() - Static method in class com.oss.asn1.ASN1Project
-
Native Java compatibility dummy function.
- delete() - Method in class com.oss.asn1.AbstractBinary
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractCollection
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractContainer
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractData
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractObjectIdentifier
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractOpenType
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractString16
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.AbstractString32
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.ASN1Type
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.Choice
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.DecimalReal
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeBinaryString
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeContainer
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeInteger
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeOpenType
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeRelaySafeChoice
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeRelaySafeSequence
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeRelaySafeSet
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.HugeRestrictedString
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.MixedReal
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.OpenType
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.RelaySafeChoice
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.RelaySafeEnumerated
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.RelaySafeSequence
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.RelaySafeSet
-
Destroy the instance of the AbstractData.
- delete() - Method in class com.oss.asn1.XRelaySafeEnumerated
-
Destroy the instance of the AbstractData.
- deleteData_value_descriptor() - Method in class com.oss.asn1.External
-
Delete the OPTIONAL "data-value-descriptor" component, marking it as absent.
- deleteDataValueDescriptor() - Method in class com.oss.asn1.External
-
Deprecated.
- deleteDirect_reference() - Method in class com.oss.asn1.External
-
Delete the OPTIONAL "direct-reference" component, marking it as absent.
- deleteDirectReference() - Method in class com.oss.asn1.External
-
Deprecated.
- deleteIndex() - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Delete the current index (if any).
- deleteIndirect_reference() - Method in class com.oss.asn1.External
-
Delete the OPTIONAL "indirect-reference" component, marking it as absent.
- deleteIndirectReference() - Method in class com.oss.asn1.External
-
Deprecated.
- DER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Distinguished Encoding Rules (DER)
- DERCoder - Class in com.oss.asn1
-
This class implements coding services for Distinguished Encoding Rules (DER).
- description() - Method in enum class com.oss.asn1.TransferSyntax
-
Returns a string that describes this encoding rules.
- disableAutomaticDecoding() - Method in class com.oss.asn1.Coder
-
Turn off automatic decoding of OpenTypes.
- disableAutomaticEncoding() - Method in class com.oss.asn1.Coder
-
Turn off automatic encoding of the OpenType.
- disableCompact() - Method in class com.oss.asn1.Coder
-
Add whitespace as necessary to improve readability of XML document (XER and E-XER only).
- disableCompact() - Method in class com.oss.asn1.EXERCoder
-
Add whitespace as necessary to improve readability of XML document.
- disableCompact() - Method in class com.oss.asn1.JSONCoder
-
Add whitespace as necessary to improve readability of JSON document.
- disableCompact() - Method in class com.oss.asn1.XERCoder
-
Add whitespace as necessary to improve readability of XML document.
- disableCompact() - Method in class com.oss.asn1.XERDocument
-
Add whitespace as necessary to improve readability In the compact mode the encoding is written without any whitespace as a single line of text.
- disableContainedValueDecoding() - Method in class com.oss.asn1.Coder
-
Turn off automatic decoding of the value, that is contained in a BIT STRING or in an OCTET STRING with the contents constraint imposed.
- disableContainedValueEncoding() - Method in class com.oss.asn1.Coder
-
Turn off automatic encoding of the value, that is contained in a BIT STRING or in an OCTET STRING with the contents constraint imposed.
- disableContainedValuesWrapping() - Method in class com.oss.asn1.JSONCoder
-
Deprecated.
- disableDebugging() - Method in class com.oss.util.ASN1PrintWriter
-
Specifies that
ASN1PrintWriter
should set the error indicator and abort the printing if the value contains an error. - disableDebugging() - Method in class com.oss.util.ASN1ValueFormat
-
Specifies that formatting should be aborted if the value contains an error.
- disableDecoderConstraints() - Method in class com.oss.asn1.Coder
-
Do not enforce constraints during decode.
- disableDecoderDebugging() - Method in class com.oss.asn1.Coder
-
Turn debugging off during decode.
- disableDeferredDecoding() - Method in class com.oss.asn1.Coder
-
Turn off deferred decoding of components marked with the DeferDecoding directive.
- disableEncoderConstraints() - Method in class com.oss.asn1.Coder
-
Do not enforce constraints during encode.
- disableEncoderDebugging() - Method in class com.oss.asn1.Coder
-
Turn debugging off during encode.
- disableEncodingOfAbsentComponents() - Method in class com.oss.asn1.Coder
-
Do not encode absent optional components (JSON only).
- disableEncodingOfAbsentComponents() - Method in class com.oss.asn1.JSONCoder
-
Do not encode absent optional components (default).
- disableEncodinOfImpliedValues() - Method in class com.oss.asn1.Coder
-
Do not encode absent components with DEFAULT (JSON only).
- disableEncodinOfImpliedValues() - Method in class com.oss.asn1.JSONCoder
-
Do not encode absent components with DEFAULT (default).
- disableJSONCoderInterface() - Method in class com.oss.asn1.Coder
-
Disable user defined JSON encodings which are generated by user classes which implement JSONCoderInterface (JSON only).
- disableJSONCoderInterface() - Method in class com.oss.asn1.JSONCoder
-
Disable user defined JSON encodings which are generated by user classes which implement JSONCoderInterface.
- disableMultiline() - Method in class com.oss.util.ASN1ValueFormat
-
Specify that the value notation for complex values is formatted to the single line.
- disableMultilinePrinting() - Method in class com.oss.util.ASN1PrintWriter
-
Specify that the value notation for complex values is printed on a single line.
- disablePduWrapping() - Method in class com.oss.asn1.JSONCoder
-
Deprecated.
- disablePrintingAsValueAssignment() - Method in class com.oss.util.ASN1PrintWriter
-
Specify that the value is printed as an ASN.1 value notation.
- disablePrintingOfImpliedValues() - Method in class com.oss.util.ASN1PrintWriter
-
Specify that DEFAULT values for absent components are not printed.
- disablePrintingOfImpliedValues() - Method in class com.oss.util.ASN1ValueFormat
-
Specify that DEFAULT values for absent components are not printed.
- disableRelaxedDecoding() - Method in class com.oss.asn1.Coder
-
Turn off relaxed decoding mode.
- disableRichDecoderExceptions() - Method in class com.oss.asn1.Coder
-
Disable Rich decoder exceptions.
- disableStrictDecoding() - Method in class com.oss.asn1.Coder
-
Turn off Strict decoding mode.
- disableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.Coder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.CPERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.CPERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.PERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.PERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.Coder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.CPERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.CPERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.PERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.PERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- disableXERCoderInterface() - Method in class com.oss.asn1.Coder
-
Disable user defined XER encodings which are generated by user classes which implement XERCoderInterface (XER and E-XER only).
- disableXERCoderInterface() - Method in class com.oss.asn1.EXERCoder
-
Disable user defined XER encodings which are generated by user classes which implement XERCoderInterface.
- disableXERCoderInterface() - Method in class com.oss.asn1.XERCoder
-
Disable user defined XER encodings which are generated by user classes which implement XERCoderInterface.
- DONE - Static variable in interface com.oss.asn1.Printable
-
This result code indicates that the value has been printed by the customized print routine and invocation of the default print method for the value is not required.
- doubleValue() - Method in class com.oss.asn1.DecimalReal
-
Get the value of 'this' object as a double.
- doubleValue() - Method in class com.oss.asn1.MixedReal
-
Get the value of 'this' object as a double.
- doubleValue() - Method in class com.oss.asn1.Real
-
Get the value of 'this' object as a double.
- dumpTLV(ByteBuffer, BERTool.DumpBuilder) - Static method in class com.oss.util.BERTool
-
Parses a BER encoding in a byte buffer and invokes dump builder object methods.
- DURATION - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for DURATION type is 34.
- DurationRangeConstraint - Class in com.oss.metadata
-
The DurationRangeConstraint class represents the ASN.1 Duration range constraint.
E
- elements() - Method in class com.oss.asn1.AbstractContainer
-
Get an Enumeration of the elements stored in the container.
- EMBEDDED_PDV - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for EMBEDDED-PDV type is 11.
- EmbeddedPDV - Class in com.oss.asn1
-
The EmbeddedPDV class represents the ASN.1 EMBEDDED PDV type.
- EmbeddedPDV() - Constructor for class com.oss.asn1.EmbeddedPDV
-
The default constructor.
- EmbeddedPDV(EmbeddedPDV.Identification, OctetString) - Constructor for class com.oss.asn1.EmbeddedPDV
-
Construct with components.
- EmbeddedPDV.Identification - Class in com.oss.asn1
-
The Identification class represents the ASN1 type of the identification component.
- EmbeddedPDV.Identification.Context_negotiation - Class in com.oss.asn1
-
The Context_negotiation class represents the ASN.1 type of the context-negotiation component in the Identification class.
- EmbeddedPDV.Identification.Syntaxes - Class in com.oss.asn1
-
The Syntaxes class represents the ASN1 type of the syntaxes component in the Identification class.
- EmbeddedPDVInfo - Class in com.oss.metadata
-
The EmbeddedPDVInfo class represents properties of an ASN.1 EMBEDDED PDV type.
- enableAutomaticDecoding() - Method in class com.oss.asn1.Coder
-
Turn on automatic decoding of OpenTypes.
- enableAutomaticEncoding() - Method in class com.oss.asn1.Coder
-
Turn on automatic encoding of OpenTypes.
- enableCompact() - Method in class com.oss.asn1.Coder
-
Do not generate whitespace into the XML document (XER and E-XER only).
- enableCompact() - Method in class com.oss.asn1.EXERCoder
-
Do not generate whitespace into the XML document.
- enableCompact() - Method in class com.oss.asn1.JSONCoder
-
Do not generate whitespace into the JSON document.
- enableCompact() - Method in class com.oss.asn1.XERCoder
-
Do not generate whitespace into the XML document.
- enableCompact() - Method in class com.oss.asn1.XERDocument
-
Do not generate whitespace into the XML document.
- enableContainedValueDecoding() - Method in class com.oss.asn1.Coder
-
Turn on automatic decoding of the value, that is contained in a BIT STRING or in an OCTET STRING with the contents constraint imposed.
- enableContainedValueDecoding(boolean) - Method in class com.oss.asn1.Coder
-
Turn on automatic decoding of the value, that is contained in a BIT STRING or in OCTET STRING with the contents constraint imposed.
- enableContainedValueEncoding() - Method in class com.oss.asn1.Coder
-
Turn on automatic encoding of the value, that is contained in a BIT STRING or in an OCTET STRING with the contents constraint imposed.
- enableContainedValuesWrapping() - Method in class com.oss.asn1.JSONCoder
-
Deprecated.
- enableCustomFormatting(boolean) - Method in class com.oss.asn1.CSVTool
-
Enables or disables custom formatting of simple values in the CSV output.
- enableDebugging() - Method in class com.oss.util.ASN1PrintWriter
-
Specifies that the
ASN1PrintWriter
should print the value even if the value contains some errors. - enableDebugging() - Method in class com.oss.util.ASN1ValueFormat
-
Specifies that formatting should continue even if the value contains some errors.
- enableDecoderConstraints() - Method in class com.oss.asn1.Coder
-
Enforce constraints during decode.
- enableDecoderDebugging() - Method in class com.oss.asn1.Coder
-
Turn debugging on during decode.
- enableDeferredDecoding() - Method in class com.oss.asn1.Coder
-
Turn on deferred decoding of components marked with the DeferDecoding directive.
- enableEncoderConstraints() - Method in class com.oss.asn1.Coder
-
Enforce constraints during encode.
- enableEncoderDebugging() - Method in class com.oss.asn1.Coder
-
Turn debugging on during encode.
- enableEncodingOfAbsentComponents() - Method in class com.oss.asn1.Coder
-
Do encode absent optional components as properties with the value 'null' (JSON only).
- enableEncodingOfAbsentComponents() - Method in class com.oss.asn1.JSONCoder
-
Do encode absent optional components as properties with the value 'null'.
- enableEncodingOfImpliedValues() - Method in class com.oss.asn1.Coder
-
Do encode absent components with DEFAULT as present with the default value (JSON only).
- enableEncodingOfImpliedValues() - Method in class com.oss.asn1.JSONCoder
-
Do encode absent components with DEFAULT as present with the default value.
- enableJSONCoderInterface() - Method in class com.oss.asn1.Coder
-
Enable user defined JSON encodings which are generated by user classes which implement JSONCoderInterface (JSON only).
- enableJSONCoderInterface() - Method in class com.oss.asn1.JSONCoder
-
Enable user defined JSON encodings which are generated by user classes which implement JSONCoderInterface.
- enableMultiline() - Method in class com.oss.util.ASN1ValueFormat
-
Specify that the value notation for complex values is formatted to multiple lines.
- enableMultiline(int) - Method in class com.oss.util.ASN1ValueFormat
-
Specify that the value notation for complex values is formatted to multiple lines.
- enableMultilinePrinting() - Method in class com.oss.util.ASN1PrintWriter
-
Specify that the value notation for complex values is printed on multiple lines.
- enablePduWrapping() - Method in class com.oss.asn1.JSONCoder
-
Deprecated.
- enablePrintingAsValueAssignment() - Method in class com.oss.util.ASN1PrintWriter
-
Specify that the value is printed as an ASN.1 value assignment.
- enablePrintingOfImpliedValues() - Method in class com.oss.util.ASN1PrintWriter
-
Specify that components with DEFAULT values are always present in the output even if the components are absent in the it's parent's value.
- enablePrintingOfImpliedValues() - Method in class com.oss.util.ASN1ValueFormat
-
Specify that components with DEFAULT values are always present in the output even if the components are absent in the it's parent's value.
- enableRelaxedDecoding() - Method in class com.oss.asn1.Coder
-
Turn on relaxed decoding mode.
- enableRichDecoderExceptions() - Method in class com.oss.asn1.Coder
-
Enable Rich decoder exceptions to return partially decoded data.
- enableStrictDecoding() - Method in class com.oss.asn1.Coder
-
Turn on Strict decoding mode.
- enableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.Coder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.CPERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.CPERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.PERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInGeneralizedTime() - Method in class com.oss.asn1.PERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.Coder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.CPERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.CPERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.PERAlignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableTruncatedZeroSecondsInUTCTime() - Method in class com.oss.asn1.PERUnalignedCoder
-
Kept for compatibility with Native Java, but has no effect.
- enableXERCoderInterface() - Method in class com.oss.asn1.Coder
-
Enable user defined XER encodings which are generated by user classes which implement XERCoderInterface (XER and E-XER only).
- enableXERCoderInterface() - Method in class com.oss.asn1.EXERCoder
-
Enable user defined XER encodings which are generated by user classes which implement XERCoderInterface.
- enableXERCoderInterface() - Method in class com.oss.asn1.XERCoder
-
Enable user defined XER encodings which are generated by user classes which implement XERCoderInterface.
- encode(AbstractData) - Method in class com.oss.asn1.Coder
-
Encode the source PDU into a ByteBuffer.
- encode(AbstractData, OutputStream) - Method in class com.oss.asn1.Coder
-
Encode the source PDU into an OutputStream.
- encode(AbstractData, ByteBuffer) - Method in class com.oss.asn1.Coder
-
Encode the source PDU into a ByteBuffer.
- encode(Coder, int) - Method in class com.oss.asn1.SequenceOfDeferred
-
Encode the decoded form of deferred component and set its encoded form.
- encode(Coder, int) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Encode the decoded form of deferred component and set its encoded form.
- encode(Coder, int) - Method in class com.oss.asn1.SetOfDeferred
-
Encode the decoded form of deferred component and set its encoded form.
- encode(Coder, int) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Encode the decoded form of deferred component and set its encoded form.
- encode(JSONWriter) - Method in interface com.oss.asn1.JSONCoderInterface
-
Encodes this data value.
- encode(XERWriter) - Method in interface com.oss.asn1.XERCoderInterface
-
Encodes this data value.
- encodeContainedValuesAsHex() - Method in class com.oss.asn1.JSONCoder
-
Do encode value of BIT STRING or OCTET STRING with contents constraint which does not contain ENCODED BY as hex string.
- encodeContainedValuesAsText() - Method in class com.oss.asn1.JSONCoder
-
Do encode value of BIT STRING or OCTET STRING with contents constraint which does not contain ENCODED BY as {"containing":JSON_value} where JSON_value' is the contained value.
- encodeExitStatus() - Method in class com.oss.util.Benchmark
-
Returns the exception object indicating an abnormal termination of the
encode()
timing loop. - EncodeFailedException - Exception in com.oss.asn1
-
EncodeFailedException is thrown by encode() method of coders.
- EncodeFailedException(VisitorException) - Constructor for exception com.oss.asn1.EncodeFailedException
-
Constructs the
EncodeFailedException
from some otherVisitorException
- EncodeNotSupportedException - Exception in com.oss.asn1
-
An exception thrown when an AbstractData subclass does not support the 'encode()' method.
- Encoding() - Constructor for class com.oss.asn1.External.Encoding
-
Default constructor.
- EncodingRuleConvertor - Class in com.oss.asn1
-
The EncodingRuleConvertor is used to decode input stream encoded by input encoding rules and re-encode it using output encoding rules.
- EncodingRuleConvertor(Coder, Coder) - Constructor for class com.oss.asn1.EncodingRuleConvertor
-
Construct with two coder objects
- end_constructed() - Method in class com.oss.util.BERTool.DecomposedBuilder
- end_constructed() - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when a constructed encoding ends.
- end_constructed() - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- end_constructed() - Method in class com.oss.util.BERTool.HexBuilder
- end_constructed() - Method in class com.oss.util.BERTool.SyntaxBuilder
- end_dump() - Method in class com.oss.util.BERTool.DecomposedBuilder
- end_dump() - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when a BER encoding processing ends, before returning control to the caller.
- end_dump() - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- end_dump() - Method in class com.oss.util.BERTool.HexBuilder
- end_dump() - Method in class com.oss.util.BERTool.SyntaxBuilder
- endJsonArray() - Method in interface com.oss.asn1.JSONWriter
-
Writes the closing bracket representing the end of a JSON array.
- endJsonObject() - Method in interface com.oss.asn1.JSONWriter
-
Writes the closing curly bracket representing the end of a JSON object.
- Enumerated - Class in com.oss.asn1
-
The Enumerated class represents the ASN.1 ENUMERATED type.
- ENUMERATED - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for ENUMERATED type is 10.
- enumeratedComponents() - Method in class com.oss.asn1.AbstractCollection
-
Get all the components in the collection.
- EnumeratedInfo - Class in com.oss.metadata
-
The EnumeratedInfo class represents the properties of the ASN.1 type ENUMERATED.
- eoc(ByteBuffer) - Method in class com.oss.util.BERTool.DecomposedBuilder
- eoc(ByteBuffer) - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when END-OF-CONTENTS octets are detected.
- eoc(ByteBuffer) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- eoc(ByteBuffer) - Method in class com.oss.util.BERTool.HexBuilder
- eoc(ByteBuffer) - Method in class com.oss.util.BERTool.SyntaxBuilder
- equals(Object) - Method in class com.oss.asn1.AbstractData
-
Compares two objects for equality.
- equals(Object) - Method in class com.oss.util.BERTool.Tag
-
Tests for equality with another tag.
- EQUALS - Static variable in class com.oss.asn1.AbstractData
-
Returned by compareTo() if the value of the object calling compareTo() is equal to the value of the object being passed to compareTo().
- equalTo(AbstractString) - Method in class com.oss.asn1.AbstractString
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(ASN1Type) - Method in class com.oss.asn1.ASN1Type
-
Compare 'this' object to another ASN1Type object to see if their contents are the same.
- equalTo(BitString) - Method in class com.oss.asn1.BitString
-
Compare 'this' object to another BitString object to see if their contents are the same.
- equalTo(BOOLEAN) - Method in class com.oss.asn1.BOOLEAN
-
Compare 'this' object to another BOOLEAN object to see if their contents are the same.
- equalTo(Choice) - Method in class com.oss.asn1.Choice
-
Compare 'this' object to another Choice object to see if their contents are the same.
- equalTo(ContainingBitString) - Method in class com.oss.asn1.ContainingBitString
-
Compare 'this' object to another ContainingBitString object to see if their contents are the same.
- equalTo(ContainingOctetString) - Method in class com.oss.asn1.ContainingOctetString
-
Compare 'this' object to another OctetString object to see if their contents are the same.
- equalTo(DecimalReal) - Method in class com.oss.asn1.DecimalReal
-
Compare 'this' object to 'that' object to see if their contents are the same.
- equalTo(DecimalReal) - Method in class com.oss.asn1.MixedReal
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(DecimalReal) - Method in class com.oss.asn1.Real
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(Enumerated) - Method in class com.oss.asn1.Enumerated
-
Compare 'this' object to 'that' Enumerated object to see if their contents are the same.
- equalTo(GeneralizedTime) - Method in class com.oss.asn1.GeneralizedTime
-
Compare 'this' object to another GeneralizedTime object to see if their contents are the same.
- equalTo(HugeBitString) - Method in class com.oss.asn1.HugeBitString
-
Compare 'this' object to another HugeBitString object to see if their contents are the same.
- equalTo(HugeContainingBitString) - Method in class com.oss.asn1.HugeContainingBitString
-
Compare 'this' object to another HugeContainingBitString object to see if their contents are the same.
- equalTo(HugeContainingOctetString) - Method in class com.oss.asn1.HugeContainingOctetString
-
Compare 'this' object to another HugeOctetString object to see if their contents are the same.
- equalTo(HugeInteger) - Method in class com.oss.asn1.HugeInteger
-
Compare 'this' object to another HugeInteger object to see if their contents are the same.
- equalTo(HugeOctetString) - Method in class com.oss.asn1.HugeOctetString
-
Compare 'this' object to another HugeOctetString object to see if their contents are the same.
- equalTo(HugeOpenType) - Method in class com.oss.asn1.HugeOpenType
-
Compare 'this' object to another OpenType object to see if their contents are the same.
- equalTo(HugeRestrictedString) - Method in class com.oss.asn1.HugeRestrictedString
-
Compare 'this' HugeRestrictedString object to another HugeRestrictedString object to see if their contents are the same.
- equalTo(HugeSequenceOf) - Method in class com.oss.asn1.HugeSequenceOf
-
Compare 'this' object to another HugeSequenceOf object to see if their contents are the same.
- equalTo(HugeSetOf) - Method in class com.oss.asn1.HugeSetOf
-
Compare 'this' object to another HugeSetOf object to see if their contents are the same.
- equalTo(INTEGER) - Method in class com.oss.asn1.INTEGER
-
Compare 'this' object to another INTEGER object to see if their contents are the same.
- equalTo(ISO8601Date) - Method in class com.oss.asn1.ISO8601Date
-
Compare 'this' object to another ISO8601Date object to see if their contents are the same.
- equalTo(ISO8601DateTime) - Method in class com.oss.asn1.ISO8601DateTime
-
Compare 'this' object to another ISO8601DateTime object to see if their contents are the same.
- equalTo(ISO8601Duration) - Method in class com.oss.asn1.ISO8601Duration
-
Compare 'this' object to another ISO8601Duration object to see if their contents are the same.
- equalTo(ISO8601Duration.Fractional_part) - Method in class com.oss.asn1.ISO8601Duration.Fractional_part
-
Compare 'this' object to another Fractional_part object to see if their contents are the same.
- equalTo(ISO8601TimeOfDay) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Compare 'this' object to another ISO8601TimeOfDay object to see if their contents are the same.
- equalTo(MixedReal) - Method in class com.oss.asn1.DecimalReal
-
Compare 'this' object to 'that' object to see if their contents are the same.
- equalTo(MixedReal) - Method in class com.oss.asn1.MixedReal
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(MixedReal) - Method in class com.oss.asn1.Real
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(Null) - Method in class com.oss.asn1.Null
-
Compare 'this' object to another Null object to see if their contents are the same.
- equalTo(ObjectIdentifier) - Method in class com.oss.asn1.ObjectIdentifier
-
Compare 'this' object to another ObjectIdentifier object to see if their contents are the same.
- equalTo(OctetString) - Method in class com.oss.asn1.OctetString
-
Compare 'this' object to another OctetString object to see if their contents are the same.
- equalTo(OpenType) - Method in class com.oss.asn1.OpenType
-
Compare 'this' object to another OpenType object to see if their contents are the same.
- equalTo(Real) - Method in class com.oss.asn1.DecimalReal
-
Compare 'this' object to 'that' object to see if their contents are the same.
- equalTo(Real) - Method in class com.oss.asn1.MixedReal
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(Real) - Method in class com.oss.asn1.Real
-
Compare 'this' object to another object to see if their contents are the same.
- equalTo(RelativeObjectIdentifier) - Method in class com.oss.asn1.RelativeObjectIdentifier
-
Compare 'this' object to another ObjectIdentifier object to see if their contents are the same.
- equalTo(Sequence) - Method in class com.oss.asn1.Sequence
-
Compare 'this' object to another Set object to see if their contents are the same.
- equalTo(SequenceOf) - Method in class com.oss.asn1.SequenceOf
-
Compare 'this' object to another Set object to see if their contents are the same.
- equalTo(Set) - Method in class com.oss.asn1.Set
-
Compare 'this' object to another Set object to see if their contents are the same.
- equalTo(SetOf) - Method in class com.oss.asn1.SetOf
-
Compare 'this' object to another SetOf object to see if their contents are the same.
- equalTo(UTCTime) - Method in class com.oss.asn1.UTCTime
-
Compare 'this' object to another UTCTime object to see if their contents are the same.
- error(ByteBuffer, String) - Method in class com.oss.util.BERTool.DecomposedBuilder
- error(ByteBuffer, String) - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when an error occurs.
- error(ByteBuffer, String) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- error(ByteBuffer, String) - Method in class com.oss.util.BERTool.HexBuilder
- error(ByteBuffer, String) - Method in class com.oss.util.BERTool.SyntaxBuilder
- Except - Class in com.oss.metadata
-
The Except class extends the Constraints class and implements an EXCEPT expression which is the difference between two constraints.
- excludeDTD() - Method in class com.oss.asn1.XERDocument
-
Do not include link to the DTD into the document
- excludePreamble() - Method in class com.oss.asn1.XERDocument
-
Initial XML declaration is excluded from the XML document
- excludeStylesheet() - Method in class com.oss.asn1.XERDocument
-
Do not include link to the stylesheet into the document
- excludeValueAssignment() - Method in class com.oss.util.ASN1ValueFormat
-
Specify that the value is formatted as an ASN.1 value notation.
- excludeXMLDeclaration() - Method in class com.oss.asn1.Coder
-
Initial XML declaration is excluded from the XML document (XER and E-XER only).
- excludeXMLDeclaration() - Method in class com.oss.asn1.EXERCoder
-
Initial XML declaration is excluded from the XML document.
- excludeXMLDeclaration() - Method in class com.oss.asn1.XERCoder
-
Initial XML declaration is excluded from the XML document.
- EXER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Extended XML Encoding Rules (EXER)
- EXERCoder - Class in com.oss.asn1
-
This class implements coding services for Extended XML Encoding Rules (EXER).
- ExtendedDumpBuilder(PrintStream) - Constructor for class com.oss.util.BERTool.ExtendedDumpBuilder
-
Constructs a new extended dump builder, which is used to dump data from a specified byte buffer source to a specified print stream sink.
- ExtensibleConstraint - Class in com.oss.metadata
-
The ExtensibleConstraint class represents the ASN.1 extensible constraint in two pieces: as a root constraint (the constraints prior to the extension marker) and an extension constraint (the constraints after the extension marker).
- extensionsCount() - Method in class com.oss.metadata.EnumeratedInfo
-
Returns the number of enumeration elements that are defined after the extension marker.
- External - Class in com.oss.asn1
-
The External class represents the ASN.1 EXTERNAL type.
- External() - Constructor for class com.oss.asn1.External
-
Default constructor.
- External(External.Encoding) - Constructor for class com.oss.asn1.External
-
Construct an External from it's components.
- External(ObjectIdentifier, long, ObjectDescriptor, External.Encoding) - Constructor for class com.oss.asn1.External
-
Construct an External from components.
- External(ObjectIdentifier, INTEGER, ObjectDescriptor, External.Encoding) - Constructor for class com.oss.asn1.External
-
Construct an External from AbstractData components.
- EXTERNAL - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for EXTERNAL type is 8.
- External.Encoding - Class in com.oss.asn1
-
The External.Encoding class is used by the External class, and represents the External.encoding component, which is an ASN.1 CHOICE.
- ExternalChecker - Interface in com.oss.asn1
-
External checker interface that implements the callback function for checking user defined constraints.
F
- FALSE - Static variable in class com.oss.asn1.BOOLEAN
-
Constant used to specify the FALSE BOOLEAN value.
- FieldInfo - Class in com.oss.metadata
-
The FieldInfo class represents the individual components of the structured types: SET, SEQUENCE and CHOICE.
- Fields - Class in com.oss.metadata
-
The Fields class represents the properties of a list of fields of a structured ASN.1 type, such as SEQUENCE or SET.
- Fields() - Constructor for class com.oss.metadata.Fields
- fillInBackTrace(Throwable) - Method in exception com.oss.asn1.AbstractException
-
Fill-in the stack trace printed by the
printStackTrace
from anotherThrowable
- finish() - Method in class com.oss.util.CompressOutputStream
-
Finishes writing compressed data to the output stream without closing the underlying stream.
- fixed_chosen - Static variable in class com.oss.asn1.EmbeddedPDV.Identification
-
Class constant to identify the chosen component.
- floatValue() - Method in class com.oss.asn1.DecimalReal
-
Get the value of 'this' object as a float.
- floatValue() - Method in class com.oss.asn1.MixedReal
-
Get the value of 'this' object as a float.
- floatValue() - Method in class com.oss.asn1.Real
-
Get the value of 'this' object as a float.
- formatValue(int) - Method in interface com.oss.asn1.CustomFormatting
-
Formats a simple ASN.1 type value using a custom format implemented by the user.
- forName(String) - Static method in class com.oss.metadata.TypeInfo
-
Returns the TypeInfo object associated with the subclass of AbstractData with the given string name.
- forName(String, Object) - Static method in class com.oss.metadata.TypeInfo
-
Returns the TypeInfo object associated with the subclass of AbstractData with the given string name.
- Fractional_part() - Constructor for class com.oss.asn1.ISO8601Duration.Fractional_part
-
Default constructor
- Fractional_part(int, int) - Constructor for class com.oss.asn1.ISO8601Duration.Fractional_part
-
Constructs fractional part value form digits and fractional value components.
- FULL - Enum constant in enum class com.oss.asn1.CSVTool.Header
-
The CSV header includes absolute reference names for all fields, including nested PDU names for open types.
G
- GENERAL_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for GeneralString type is 27.
- GENERALIZED_TIME - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for GeneralizedTime type is 24.
- GeneralizedTime - Class in com.oss.asn1
-
The GeneralizedTime class represents the ASN.1 GeneralizedTime type.
- GeneralizedTime() - Constructor for class com.oss.asn1.GeneralizedTime
-
The default constructor.
- GeneralizedTime(int[], boolean) - Constructor for class com.oss.asn1.GeneralizedTime
-
Construct an instance of this class from an int array.
- GeneralizedTime(int, int, int, int, int, int, int, int, boolean) - Constructor for class com.oss.asn1.GeneralizedTime
-
Construct from individual time components.
- GeneralizedTime(String) - Constructor for class com.oss.asn1.GeneralizedTime
-
Construct an instance of this class from a String containing value notation of the GeneralizedTime.
- GeneralString - Class in com.oss.asn1
-
The GeneralString class represents the ASN.1 GeneralString type.
- GeneralString() - Constructor for class com.oss.asn1.GeneralString
-
The default constructor.
- GeneralString(char[]) - Constructor for class com.oss.asn1.GeneralString
-
Construct from a char array.
- GeneralString(String) - Constructor for class com.oss.asn1.GeneralString
-
Construct from a String.
- generateName() - Static method in class com.oss.storage.OSSStorageManager
-
Create a temporary file.
- get(int) - Method in class com.oss.asn1.ISO8601Date
-
Get a field's value.
- get(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Get a field's value.
- get(int) - Method in class com.oss.asn1.ISO8601Duration
-
Get a field's value.
- get(int) - Method in interface com.oss.asn1.ISO8601TimeInterface
-
Get a field's value.
- get(int) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Get a field's value.
- get(int) - Method in class com.oss.asn1.SequenceOf
-
Get an Element from this SEQUENCE OF.
- get(int) - Method in class com.oss.asn1.SequenceOfDeferred
-
Get an Element from this SEQUENCE OF.
- get(int) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Get an Element from this SEQUENCE OF.
- get(int) - Method in class com.oss.asn1.SetOf
-
Get an Element from this SET OF.
- get(int) - Method in class com.oss.asn1.SetOfDeferred
-
Get an Element from this SET OF.
- get(int) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Get an Element from this SET OF.
- get(AbstractData, AbstractData, int) - Method in class com.oss.asn1.AbstractDataPositions
-
Get component position from the table.
- get(Object) - Method in class com.oss.asn1.AbstractDataPositions
-
Get component position from the table.
- getAbstract() - Method in class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
-
The accessor for the field "abstract".
- getArbitrary() - Method in class com.oss.asn1.External.Encoding
-
The accessor for the "arbitrary" component.
- getASN1ModuleName() - Method in class com.oss.metadata.TypeInfo
-
Returns the name of the ASN.1 module where this type has been defined.
- getASN1TypeName() - Method in class com.oss.metadata.TypeInfo
-
Returns the ASN.1 type name for the type.
- getAttributeTagDecoder() - Method in class com.oss.metadata.SequenceInfo
-
Returns an XML tag decoder used to decode fields which are represented as XML attributes.
- getAttributeTagDecoder() - Method in class com.oss.metadata.SetInfo
-
Returns an XML tag decoder used to decode fields which are represented as XML attributes.
- getBackTrace() - Method in exception com.oss.asn1.AbstractException
-
Returns the
Throwable
that was used to fill-in the stack trace. - getBase() - Method in class com.oss.asn1.AbstractReal
-
Returns the base of the real number.
- getBase() - Method in class com.oss.asn1.DecimalReal
-
Returns the base of the real number.
- getBase() - Method in class com.oss.asn1.MixedReal
-
Returns the base of the real number.
- getBase() - Method in class com.oss.asn1.Real
-
Returns the base of the real number.
- getBit(int) - Method in class com.oss.asn1.BitString
-
Check whether a bit at some index is 0 or 1.
- getBooleanFormat() - Method in class com.oss.asn1.CSVTool
-
Returns the current setting for the format that is used to represent
BOOLEAN
type values in the CSV output. - getBounds() - Method in class com.oss.metadata.DurationRangeConstraint
-
Return the bounds which contain the lower and upper bound values
- getBounds() - Method in class com.oss.metadata.IntegerInfo
-
Returns the lower and upper bounds of values of the type, and null if none exist.
- getBounds() - Method in class com.oss.metadata.RecurrenceRangeConstraint
-
Return the bounds which contain the lower and upper bound values
- getBounds() - Method in class com.oss.metadata.TimePointRangeConstraint
-
Return the bounds which contain the lower and upper bound values
- getBounds() - Method in class com.oss.metadata.ValueRangeConstraint
-
Return the bounds which contain the lower and upper bound values
- getBounds() - Method in class com.oss.metadata.VectorInfo
-
Return the lower and upper bounds for the type.
- getBytesPerLine() - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
-
Gets the value of bytesPerLine.
- getChosenFlag() - Method in class com.oss.asn1.Choice
-
Get an integer value indicating which component of the CHOICE is chosen.
- getChosenValue() - Method in class com.oss.asn1.Choice
-
Get the value of the chosen component of the CHOICE.
- getClassName() - Method in class com.oss.metadata.QName
-
Return just the class name of the qname
- getClassName() - Method in class com.oss.metadata.TypeInfo
-
Returns a fully qualified name of the Java class associated with the type.
- getColumnSeparator() - Method in class com.oss.asn1.CSVTool
-
Returns a character sequence used to separate column values and column names in the CSV header.
- getComponentRelations() - Method in class com.oss.metadata.ComponentRelationConstraint
-
Return the component relations
- getComponentRelations(int) - Method in class com.oss.metadata.ComponentRelations
-
Return the component relation element which is at position i of the array.
- getComponentType() - Method in class com.oss.metadata.DeferredComponentInfo
-
Returns the type of the field that is deferred.
- getComponentType(Object) - Method in class com.oss.metadata.DeferredComponentInfo
-
Returns the type of the field that is deferred.
- getConstraints() - Method in class com.oss.metadata.CompoundConstraint
-
Return the constraints defined by the ASN.1 CompoundConstraint.
- getConstraints() - Method in class com.oss.metadata.InnerTypeConstraint
-
Return the Constraints which represent the value constraints of the InnerTypeConstraint.
- getConstraints() - Method in class com.oss.metadata.SingleTypeConstraint
-
return the constraints defined for each element of the type.
- getConstraints() - Method in class com.oss.metadata.SizeConstraint
-
Returns the Constraints which represent the values within the size constraint
- getConstraints() - Method in class com.oss.metadata.TypeInfo
-
Returns a list of constraints defined for this type.
- getContainedType() - Method in class com.oss.metadata.ContainingBitStringInfo
-
Returns the type metadata for the contained type if there is one.
- getContainedType() - Method in class com.oss.metadata.ContainingOctetStringInfo
-
Return the type metadata for the contained type if it exists.
- getContainedType(Object) - Method in class com.oss.metadata.ContainingBitStringInfo
-
Returns the type metadata for the contained type if there is one.
- getContainedType(Object) - Method in class com.oss.metadata.ContainingOctetStringInfo
-
Return the type metadata for the contained type if it exists.
- getContainedValue() - Method in class com.oss.asn1.ContainingBitString
-
Get the unencoded value of contained ASN.1 type.
- getContainedValue() - Method in class com.oss.asn1.ContainingOctetString
-
Get the unencoded value of contained ASN.1 type.
- getContainedValue() - Method in class com.oss.asn1.HugeContainingBitString
-
Get the unencoded value of contained ASN.1 type.
- getContainedValue() - Method in class com.oss.asn1.HugeContainingOctetString
-
Get the unencoded value of contained ASN.1 type.
- getContext_negotiation() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The accessor for the "context-negotiation" component.
- getData_value() - Method in class com.oss.asn1.EmbeddedPDV
-
The accessor for the field "data-value".
- getData_value_descriptor() - Method in class com.oss.asn1.External
-
The accessor for the field "data-value-descriptor".
- getDataValueDescriptor() - Method in class com.oss.asn1.External
-
Deprecated.
- getDateRow() - Method in class com.oss.metadata.PERTime
- getDay() - Method in class com.oss.asn1.AbstractTime
-
Get the day component of 'this' object.
- getDay() - Method in class com.oss.asn1.ISO8601Date
-
Get the day component of 'this' object.
- getDay() - Method in class com.oss.asn1.ISO8601DateTime
-
Get the day component of 'this' object.
- getDays() - Method in class com.oss.asn1.ISO8601Duration
-
Get the days component of 'this' object.
- getDecodedData() - Method in exception com.oss.asn1.DecodeFailedException
-
This method will return partially decoded PDU aggregated in the exception object to the user.
- getDecodedValue() - Method in class com.oss.asn1.AbstractDataWithPositions
-
Return decoded value.
- getDecodedValue() - Method in class com.oss.asn1.AbstractOpenType
-
Get the unencoded value as an instance of a valid ASN.1 type.
- getDecodedValue() - Method in class com.oss.asn1.AbstractPDU
-
This function returns the decoded value.
- getDecodedValue() - Method in class com.oss.asn1.ContainingBitString
-
Get the unencoded value of contained ASN.1 type.
- getDecodedValue() - Method in class com.oss.asn1.ContainingOctetString
-
Get the unencoded value of contained ASN.1 type.
- getDecodedValue() - Method in class com.oss.asn1.HugeContainingBitString
-
Get the unencoded value of contained ASN.1 type.
- getDecodedValue() - Method in class com.oss.asn1.HugeContainingOctetString
-
Get the unencoded value of contained ASN.1 type.
- getDecoder() - Method in class com.oss.asn1.Binary2CSVConvertor
-
Returns the decoder that is used to decode the input stream.
- getDecoder() - Method in class com.oss.asn1.EncodingRuleConvertor
-
Returns decoder object that is used to decode the input stream
- getDecoderDebugOut() - Method in class com.oss.asn1.Coder
-
Get the character-output stream that is the destination for the decoder's debug output.
- getDecoderDebugProperties() - Method in class com.oss.asn1.Coder
-
Get current settings of the decoder's debugger.
- getDefaultIndentWidth() - Static method in class com.oss.util.BERTool
-
Gets the width of an indentation level.
- getDefaultTruncationLimit() - Static method in class com.oss.util.BERTool
-
Gets the truncation limit for long contents strings.
- getDefaultValue() - Method in class com.oss.metadata.FieldInfo
-
Returns the default value associated with the field.
- getDefaultValue() - Method in class com.oss.metadata.InfoObjectFieldInfo
-
Returns the default value for this sequence field, and null if there is no default value.
- getDefaultValue() - Method in class com.oss.metadata.SequenceFieldInfo
-
Returns the default value for this sequence field, and null if there is no default value.
- getDeleteFilesOnExit() - Static method in class com.oss.storage.OSSStorageManager
-
Get current setting of the boolean flag, that requests automatic deletion of temporary files created by the allocate().
- getDigits() - Method in class com.oss.asn1.ISO8601Duration.Fractional_part
-
Get the digits component of 'this' object.
- getDirect_reference() - Method in class com.oss.asn1.External
-
The accessor for the field "direct-reference".
- getDirectReference() - Method in class com.oss.asn1.External
-
Deprecated.
- getDTD() - Method in class com.oss.asn1.XERDocument
-
Get the XMLDoctype (information about DOCTYPE element)
- getEffectiveTypeConstraint() - Method in class com.oss.metadata.OpenTypeInfo
-
Return the TypeConstraint or ComponentRelationConstraint.
- getElement(int) - Method in class com.oss.metadata.TagDecoder
-
Returns the TagDecoderElement which corresponds to the parameter index.
- getElementName() - Method in class com.oss.metadata.ContainerInfo
-
Returns the name of the element of the container.
- getElementType() - Method in class com.oss.metadata.ContainerInfo
-
Returns the type metadata for an element of the container.
- getElementType(Object) - Method in class com.oss.metadata.ContainerInfo
-
Returns the type metadata for an element of the container.
- getEncoded(int) - Method in class com.oss.asn1.SequenceOfDeferred
-
Return encoding of deferred component.
- getEncoded(int) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Return encoding of deferred component.
- getEncoded(int) - Method in class com.oss.asn1.SetOfDeferred
-
Return encoding of deferred component.
- getEncoded(int) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Return encoding of deferred component.
- getEncodedValue() - Method in class com.oss.asn1.HugeOpenType
-
Get the encoding of an instance of a valid ASN.1 type.
- getEncodedValue() - Method in class com.oss.asn1.OpenType
-
Get the encoding of an instance of a valid ASN.1 type.
- getEncodedValueAsStream() - Method in class com.oss.asn1.AbstractOpenType
-
Get the encoding of an instance of a valid ASN.1 type.
- getEncodedValueAsStream() - Method in class com.oss.asn1.HugeOpenType
-
Get the encoding of an instance of a valid ASN.1 type.
- getEncodedValueAsStream() - Method in class com.oss.asn1.OpenType
-
Get the encoding of an instance of a valid ASN.1 type.
- getEncoder() - Method in class com.oss.asn1.Binary2CSVConvertor
-
Returns the CSV printer object that is used to print the binary encoding in the CSV format.
- getEncoder() - Method in class com.oss.asn1.EncodingRuleConvertor
-
Returns encoder object that is used to re-encode to the output stream
- getEncoderDebugOut() - Method in class com.oss.asn1.Coder
-
Get the character-output stream that is the destination for the encoder's debug output.
- getEncoderDebugProperties() - Method in class com.oss.asn1.Coder
-
Get current settings of the encoder's debugger.
- getEncoding() - Method in class com.oss.asn1.External
-
The accessor for the field "encoding".
- getEnumerationList() - Method in class com.oss.metadata.EnumeratedInfo
-
Return the enumerated list of named numbers.
- getEnumFormat() - Method in class com.oss.asn1.CSVTool
-
Returns the current setting for the format that is used to represent
ENUMERATED
type values in the CSV output. - getExtensionConstraints() - Method in class com.oss.metadata.ExtensibleConstraint
-
Return the extension constraint of the extensible constraint
- getExternalChecker() - Method in class com.oss.metadata.ConstrainedByConstraint
-
Return the ExternalChecker object.
- getFieldIndex() - Method in class com.oss.metadata.InnerTypeConstraint
-
Return the index of this field.
- getFieldIndex(short) - Method in class com.oss.metadata.TagDecoder
-
Returns the index where the ASN.1 tag can be found in the field array.
- getFieldIndex(XNamespace, String, Fields) - Method in class com.oss.metadata.TagDecoder
-
Returns the index of the field where the EXER tag can be found.
- getFieldIndex(String, Fields) - Method in class com.oss.metadata.TagDecoder
-
Returns the index of the field where the XML tag can be found.
- getFieldInfo() - Method in class com.oss.metadata.ComponentRelation
-
Return information for the referenced field.
- getFieldInfo(int) - Method in class com.oss.metadata.Fields
-
Return the FieldInfo for the field at the index, counting from zero.
- getFieldInfo(Object) - Method in class com.oss.metadata.ComponentRelation
-
Return information for the referenced field.
- getFieldInfo(String) - Method in class com.oss.metadata.Fields
-
Returns the FieldInfo for the field with the specified name.
- getFieldName() - Method in class com.oss.metadata.FieldInfo
-
Gives the name of the field.
- getFields() - Method in class com.oss.metadata.CollectionInfo
-
Return the list of fields for the type.
- getFixed() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The accessor for the "fixed" component.
- getFormat() - Method in class com.oss.metadata.RealInfo
-
Returns the format in which the REAL type is represented.
- getFractional_part() - Method in class com.oss.asn1.ISO8601Duration
-
Get the fractional part component of 'this' object.
- getFractionalDigits() - Method in class com.oss.metadata.PERTime
- getGeneralizedTimeFormat() - Method in class com.oss.asn1.CSVTool
-
Returns the current setting for the format that is used to represent
GeneralizedTime
type values in the CSV output. - getHeader() - Method in class com.oss.asn1.CSVTool
-
Returns the
format of the CSV header
in the CSV output that is currently selected. - getHeaderNameSeparator() - Method in class com.oss.asn1.CSVTool
-
Returns a character sequence used to separate components of the full column name in the CSV header.
- getHex(byte[]) - Static method in class com.oss.util.HexTool
-
Get a string containing the hexadecimal representation of a buffer of binary data.
- getHex(byte[], int) - Static method in class com.oss.util.HexTool
-
Get a string containing the hexadecimal representation of a buffer of binary data.
- getHour() - Method in class com.oss.asn1.AbstractTime
-
Get the hour component of 'this' object.
- getHour() - Method in class com.oss.asn1.ISO8601DateTime
-
Get the hour component of 'this' object.
- getHour() - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Get the hour component of 'this' object.
- getHours() - Method in class com.oss.asn1.ISO8601Duration
-
Get the hours component of 'this' object.
- getHugeBounds() - Method in class com.oss.metadata.HugeIntegerInfo
-
Returns the lower and upper bounds of values of the type, and null if none exist.
- getIdentification() - Method in class com.oss.asn1.EmbeddedPDV
-
The accessor for the field "identification".
- getIdentification() - Method in class com.oss.asn1.UnrestrCharacterString
-
The accessor for the field "identification".
- getIndentWidth() - Method in class com.oss.asn1.Coder
-
Get the number of spaces allocated for indenting (XER and E-XER only).
- getIndentWidth() - Method in class com.oss.asn1.EXERCoder
-
Get the number of spaces allocated for indenting
- getIndentWidth() - Method in class com.oss.asn1.JSONCoder
-
Get the number of spaces allocated for indenting
- getIndentWidth() - Method in class com.oss.asn1.XERCoder
-
Get the number of spaces allocated for indenting
- getIndentWidth() - Method in class com.oss.asn1.XERDocument
-
Get the number of spaces allocated for indenting
- getIndentWidth() - Method in class com.oss.util.ASN1PrintWriter
-
Get current setting of the indent width.
- getIndentWidth() - Method in class com.oss.util.ASN1ValueFormat
-
Get current setting of the indent width.
- getIndentWidth() - Method in class com.oss.util.BERTool.HexBuilder
-
Gets the value of the indent width.
- getIndentWidth() - Method in class com.oss.util.BERTool.SyntaxBuilder
-
Gets the value of the indent width.
- getIndex() - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Return the
Index
that is currently active. - getIndex(long) - Method in class com.oss.metadata.MemberList
-
Return the index of the value on the named list.
- getIndirect_reference() - Method in class com.oss.asn1.External
-
The accessor for the field "indirect-reference".
- getIndirectReference() - Method in class com.oss.asn1.External
-
Deprecated.
- getInfoFieldIndex() - Method in class com.oss.metadata.ComponentRelation
-
Returns field index in the Fields array of the information object of the information object set.
- getInfoObjectSet() - Method in class com.oss.metadata.TableConstraint
-
The Information Object Set that this table constraint references.
- getInnerTypeConstraints() - Method in class com.oss.metadata.MultipleTypeConstraint
-
Return the list of type constraints applied to each field
- getInstance() - Static method in class com.oss.storage.OSSStorageManager
-
Return an instance of OSSStorageManager.
- getIsUTCTime() - Method in class com.oss.asn1.GeneralizedTime
-
Determine whether this GeneralizedTime represents a UTCTime value (with 'Z').
- getJavaClass() - Method in class com.oss.metadata.TypeInfo
-
Returns the class object for the Java class associated with the type.
- getJavaClass(Object) - Method in class com.oss.metadata.TypeInfo
-
Returns the class object for the Java class associated with the type.
- getJTags() - Method in class com.oss.metadata.Tags
-
Returns JER encoding instructions applied to the type or null if the metadata was generated without support for JER.
- getKind() - Method in interface com.oss.asn1.Storage
-
Identifies the kind of storage.
- getKind() - Method in class com.oss.storage.OSSByteStorage
-
Identify the kind of storage this object implements.
- getKind() - Method in class com.oss.storage.OSSCharStorage
-
Identify the kind of storage this object implements.
- getKind() - Method in class com.oss.storage.OSSObjectStorage
-
Identify the kind of storage this object implements.
- getLastBit() - Method in class com.oss.asn1.BitString
-
Get the index of rightmost '1' bit in the BitString
- getLastError() - Method in class com.oss.util.ASN1PrintWriter
-
Get information about the last error that occurred when printing the value notation.
- getLayout() - Method in class com.oss.asn1.CSVTool
-
Returns the
layout
of the CSV output that is currently selected. - getLength() - Method in class com.oss.asn1.AbstractString
-
Deprecated.
- getLookupFieldIndex() - Method in class com.oss.metadata.TableConstraint
-
Return the index of the field in the information object set.
- getLowerBound() - Method in class com.oss.metadata.AbstractBounds
-
Returns the lower bound for this value range constraint.
- getLowerBound() - Method in class com.oss.metadata.Bounds
-
Return the lower bound of the type.
- getLowerBound() - Method in class com.oss.metadata.HugeBounds
-
Return the lower bound of the type.
- getMainRow() - Method in class com.oss.metadata.PERTime
- getMaximumNestingLevel() - Method in class com.oss.asn1.CSVTool
-
Returns the current value of the "Maximum nesting level of simple values included in the CSV" setting.
- getMember(int) - Method in class com.oss.metadata.MemberList
-
Return the metadata for the value at the i-th index, where index begins at zero (0).
- getMemberList() - Method in class com.oss.metadata.IntegerInfo
-
Returns a reference to the list of named numbers, and null if the integer was not defined with a named number list.
- getMemberName(long) - Method in class com.oss.metadata.MemberList
-
Return the name associated with the value and null otherwise.
- getMemberValue(String) - Method in class com.oss.metadata.HashMapMemberList
-
Return the value associated with a name and null otherwise.
- getMemberValue(String) - Method in class com.oss.metadata.MemberList
-
Return the value associated with a name and null otherwise.
- getMessage() - Method in exception com.oss.asn1.AbstractException
-
Returns the descriptive message for the exception.
- getMillisecond() - Method in class com.oss.asn1.GeneralizedTime
-
Get the millisecond component of 'this' object.
- getMinimumNestingLevel() - Method in class com.oss.asn1.CSVTool
-
Returns the current value of the "Minimum nesting level of simple values included in the CSV" setting.
- getMinute() - Method in class com.oss.asn1.AbstractTime
-
Get the minute component of 'this' object.
- getMinute() - Method in class com.oss.asn1.ISO8601DateTime
-
Get the minute component of 'this' object.
- getMinute() - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Get the minute component of 'this' object.
- getMinuteDifferential() - Method in class com.oss.asn1.AbstractTime
-
Get the minute-differential component of 'this' object.
- getMinutes() - Method in class com.oss.asn1.ISO8601Duration
-
Get the minutes component of 'this' object.
- getMonth() - Method in class com.oss.asn1.AbstractTime
-
Get the month component of 'this' object.
- getMonth() - Method in class com.oss.asn1.ISO8601Date
-
Get the month component of 'this' object.
- getMonth() - Method in class com.oss.asn1.ISO8601DateTime
-
Get the month component of 'this' object.
- getMonths() - Method in class com.oss.asn1.ISO8601Duration
-
Get the months component of 'this' object.
- getName() - Method in class com.oss.metadata.MemberListElement
-
Returns name.
- getName() - Method in class com.oss.metadata.QName
-
Return the full name (both package name and class name separated by a ".")
- getName() - Method in class com.oss.metadata.TypeInfo
-
Returns the ASN.1 module and type name.
- getNamedBits() - Method in class com.oss.metadata.BitStringInfo
-
Returns the named bit list for this Bit String type.
- getNumberOfPaddingBits() - Method in class com.oss.asn1.Coder
-
The method returns number of padding bits produced by previous call to encode.
- getObject(int) - Method in class com.oss.asn1.InfoObjectSet
-
Returns an information object identified by its index from the original array of objects.
- getOctet_aligned() - Method in class com.oss.asn1.External.Encoding
-
The accessor for the "octet-aligned" component.
- getOctetStringFormat() - Method in class com.oss.asn1.CSVTool
-
Returns the current setting for the format that is used to represent
OCTET STRING
type values in the CSV output. - getOERTime() - Method in class com.oss.metadata.TimeInfo
- getOffset() - Method in class com.oss.asn1.Position
-
Return offset.
- getOperand() - Method in class com.oss.metadata.AllExcept
-
Return the array of constraints which define the AllExcept
- getOperand1() - Method in class com.oss.metadata.Except
-
Return the first of two constraint operands.
- getOperand1() - Method in class com.oss.metadata.Intersection
-
Return the first of the two operands
- getOperand1() - Method in class com.oss.metadata.Union
-
Return the first of two operands that form the union constraint.
- getOperand2() - Method in class com.oss.metadata.Except
-
Return the second of two constraint operands.
- getOperand2() - Method in class com.oss.metadata.Intersection
-
Return the second of the two operands
- getOperand2() - Method in class com.oss.metadata.Union
-
Return the second constraint which forms the union of the two constraints.
- getOperands() - Method in class com.oss.metadata.Intersections
-
Return an array of constraints which are operands of the intersection
- getOperands() - Method in class com.oss.metadata.Unions
-
Return the array of constraints which are together form the union constraint.
- getOptional() - Method in class com.oss.metadata.SequenceInfo
-
Returns the number of optional components.
- getOptional() - Method in class com.oss.metadata.SetInfo
-
Returns the number of optional components.
- getPackageName() - Method in class com.oss.metadata.QName
-
Return just the package name of the name
- getPERTime() - Method in class com.oss.metadata.TimeInfo
- getPositions() - Method in class com.oss.asn1.AbstractDataWithPositions
-
Return positions.
- getPrefix() - Static method in class com.oss.storage.OSSStorageManager
-
Get prefix to be used in generating the file's name.
- getPresentation_context_id() - Method in class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
The accessor for the field "presentation-context-id".
- getPresentation_context_id() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The accessor for the "presentation-context-id" component.
- getReader() - Method in interface com.oss.asn1.ByteStorage
-
Get the
InputStream
to read individual octets from the storage. - getReader() - Method in interface com.oss.asn1.CharStorage
-
Get the
Reader
to read individual characters from the the storage. - getReader() - Method in interface com.oss.asn1.ObjectStorage
-
Get the
ObjectReader
to read individual objects from the the storage. - getReader() - Method in class com.oss.storage.OSSByteStorage
-
Return an InputStream to read the contents of the storage.
- getReader() - Method in class com.oss.storage.OSSCharStorage
-
Return a Reader to read the contents of the storage.
- getReader() - Method in class com.oss.storage.OSSObjectStorage
-
Return an ObjectReader to read the contents of the storage.
- getReason() - Method in exception com.oss.asn1.AbstractException
-
Get the reason that this exception was thrown.
- getRecurrenceDigits() - Method in class com.oss.metadata.TimeSettings
- getRegexpDump() - Method in class com.oss.metadata.PatternConstraint
-
Return compiled pattern as an integer array dump.
- getRelayID() - Method in interface com.oss.asn1.RelaySafe
-
Returns identification for the relay (coder) that decoded these unknown extensions.
- getRelayID() - Method in class com.oss.asn1.RelaySafeChoice
-
Returns the identification of the coder that decoded the unknown extension, saved by the
addUnknownExtension
method. - getRootConstraints() - Method in class com.oss.metadata.ExtensibleConstraint
-
Return the root constraint of the extensible constraint
- getRootElement() - Method in class com.oss.asn1.XERDocument
-
Get the root element of the XML as represented by a data value
- getSecond() - Method in class com.oss.asn1.AbstractTime
-
Get the second component of 'this' object.
- getSecond() - Method in class com.oss.asn1.ISO8601DateTime
-
Get the second component of 'this' object.
- getSecond() - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Get the second component of 'this' object.
- getSeconds() - Method in class com.oss.asn1.ISO8601Duration
-
Get the seconds component of 'this' object.
- getSequenceOfTruncationLimit() - Method in class com.oss.asn1.CSVTool
-
Returns the current value of the "Maximum number of extra CSVs for SET OF/SEQUENCE OF" setting.
- getSignificantBits() - Method in class com.oss.asn1.BitString
-
Deprecated.Get the number of significant bits the BitString contains. This method is deprecated. Use the
getSize
method instead. - getSingle_ASN1_type() - Method in class com.oss.asn1.External.Encoding
-
The accessor for the "single-ASN1-type" component.
- getSize() - Method in class com.oss.asn1.AbstractContainer
-
Return the size of the container.
- getSize() - Method in class com.oss.asn1.AbstractDataWithPositions
-
Return size.
- getSize() - Method in class com.oss.asn1.AbstractString
-
Get the number of elements in the array of objects.
- getSize() - Method in class com.oss.asn1.AbstractString16
-
Used to get the length of 'this' object in characters.
- getSize() - Method in class com.oss.asn1.AbstractString32
-
Used to get the length of 'this' object in characters.
- getSize() - Method in class com.oss.asn1.BitString
-
Get the number of significant bits of BitString
- getSize() - Method in class com.oss.asn1.HugeBitString
-
Get the number of significant bits of 'this' BitString object.
- getSize() - Method in class com.oss.asn1.HugeContainer
-
Return the size of 'this' huge container.
- getSize() - Method in class com.oss.asn1.HugeOctetString
-
Get the number of octets in the HugeOctetString.
- getSize() - Method in class com.oss.asn1.HugeRestrictedString
-
Used to get the length of characters in 'this' object.
- getSize() - Method in class com.oss.asn1.OctetString
-
Get the number of octets in the OctetString.
- getSize() - Method in class com.oss.asn1.Position
-
Return size.
- getSize() - Method in class com.oss.asn1.HugeContainingBitString
-
Get the number of elements in the array of objects.
- getSize() - Method in interface com.oss.asn1.Storage
-
Returns the number of items (bytes, characters or objects), contained in this storage object.
- getSize() - Method in class com.oss.asn1.UTF8String
-
Used to get the number of Unicode code points of 'this' object.
- getSize() - Method in class com.oss.asn1.UTF8String16
-
Used to get the number of Unicode code points of 'this' object.
- getSize() - Method in class com.oss.metadata.IntegerInfo
-
Returns a byte-size of an integer variable that is suitable to hold all the values of constrained INTEGER type.
- getSize() - Method in class com.oss.metadata.RealInfo
-
Returns a byte-size of a real variable that is suitable to hold all the values of constrained REAL type.
- getSize() - Method in class com.oss.storage.OSSFileStorage
-
Return the number of data items (bytes, characters or objects), contained in this storage object.
- getStorageManager() - Method in class com.oss.asn1.Coder
-
Get current setting of the
StorageManager
. - getString_value() - Method in class com.oss.asn1.UnrestrCharacterString
-
The accessor for the field "string-value".
- getStylesheet() - Method in class com.oss.asn1.XERDocument
-
Get the current setting for the stylesheet
- getSuffix() - Static method in class com.oss.storage.OSSStorageManager
-
Get suffix to be used in generating the file's name.
- getSyntax() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The accessor for the "syntax" component.
- getSyntaxes() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The accessor for the "syntaxes" component.
- getTableConstraint() - Method in class com.oss.metadata.ComponentRelationConstraint
-
Return the table constraint.
- getTag(int) - Method in class com.oss.metadata.Tags
-
Return the value of the tag at the i-th index of the array, where i may be zero (0) or greater.
- getTagClass() - Method in class com.oss.util.BERTool.Tag
-
Gets this tag class.
- getTagDecoder() - Method in class com.oss.metadata.ChoiceInfo
-
Return the tag decoder information for this Choice type.
- getTagDecoder() - Method in class com.oss.metadata.SetInfo
-
Returns the tag decoder for the SET type.
- getTagDecoder(int, Object) - Method in class com.oss.metadata.TagDecoders
-
Return the i-th index of the array, with i = 0 being the first value index.
- getTagDecoders() - Method in class com.oss.metadata.SequenceInfo
-
Returns the list of tag decoders.
- getTagNumber() - Method in class com.oss.util.BERTool.Tag
-
Gets this tag number.
- getTags() - Method in class com.oss.metadata.TypeInfo
-
Returns the tags for the class
- getTimeDigits() - Method in class com.oss.metadata.TimeSettings
- getTimeRow() - Method in class com.oss.metadata.PERTime
- getTimeSettings() - Method in class com.oss.metadata.PropertySettingsConstraint
-
The time settings that this property setting constraint references.
- getTimeSettings() - Method in class com.oss.metadata.TimeInfo
- getTransfer() - Method in class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
-
The accessor for the field "transfer".
- getTransfer_syntax() - Method in class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
The accessor for the field "transfer-syntax".
- getTransfer_syntax() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The accessor for the "transfer-syntax" component.
- getTransferSyntax() - Method in class com.oss.asn1.AbstractOpenType
-
Return encoding rules identifier of this open type value.
- getTransferSyntax() - Method in class com.oss.asn1.BERCoder
- getTransferSyntax() - Method in class com.oss.asn1.CERCoder
- getTransferSyntax() - Method in class com.oss.asn1.Coder
- getTransferSyntax() - Method in class com.oss.asn1.COERCoder
- getTransferSyntax() - Method in class com.oss.asn1.CPERAlignedCoder
- getTransferSyntax() - Method in class com.oss.asn1.CPERUnalignedCoder
- getTransferSyntax() - Method in class com.oss.asn1.CXERCoder
- getTransferSyntax() - Method in class com.oss.asn1.DERCoder
- getTransferSyntax() - Method in class com.oss.asn1.EncodingRuleConvertor
- getTransferSyntax() - Method in class com.oss.asn1.EXERCoder
- getTransferSyntax() - Method in class com.oss.asn1.JSONCoder
- getTransferSyntax() - Method in class com.oss.asn1.OERCoder
- getTransferSyntax() - Method in class com.oss.asn1.PERAlignedCoder
- getTransferSyntax() - Method in class com.oss.asn1.PERUnalignedCoder
- getTransferSyntax() - Method in class com.oss.asn1.XERCoder
- getTruncationLimit() - Method in class com.oss.util.ASN1PrintWriter
-
Get current setting of the truncation limit.
- getTruncationLimit() - Method in class com.oss.util.ASN1ValueFormat
-
Get current setting of the truncation limit.
- getTruncationLimit() - Method in class com.oss.util.BERTool.DecomposedBuilder
-
Gets the value of truncationLimit.
- getTruncationLimit() - Method in class com.oss.util.BERTool.HexBuilder
-
Gets the value of truncationLimit.
- getTruncationLimit() - Method in class com.oss.util.BERTool.SyntaxBuilder
-
Gets the value of truncationLimit.
- getType_id() - Method in class com.oss.asn1.InstanceOf
-
The accessor for the field "type-id".
- getTypeID() - Method in class com.oss.asn1.AbstractPDU
-
Return an Enum instance that identifies type of the decoded value.
- getTypeInfo() - Method in class com.oss.asn1.AbstractData
-
Get the type descriptor (TypeInfo) of AbstractData objects.
- getTypeInfo() - Method in class com.oss.metadata.ContainedConstraint
-
Return the metadata for the type that is constraining this type.
- getTypeInfo() - Method in class com.oss.metadata.FieldInfo
-
Give the TypeInfo (metadata) associated with this field.
- getTypeInfo() - Method in class com.oss.metadata.TypeConstraint
-
Return the metadata for the type that is constraining this type.
- getTypeInfo(Object) - Method in class com.oss.metadata.ContainedConstraint
-
Return the metadata for the type that is constraining this type.
- getTypeInfo(Object) - Method in class com.oss.metadata.FieldInfo
-
Give the TypeInfo (metadata) associated with this field.
- getTypeInfo(Object) - Method in class com.oss.metadata.TypeConstraint
-
Return the metadata for the type that is constraining this type.
- getUniqueFieldIndex() - Method in class com.oss.asn1.InfoObject
-
Get the index of the field marked as UNIQUE.
- getUnknownExtension() - Method in class com.oss.asn1.RelaySafeChoice
-
Returns the unknown extension saved for relaying.
- getUnknownExtension(int) - Method in interface com.oss.asn1.RelaySafe
-
Retrieves the specific unknown extension.
- getUpperBound() - Method in class com.oss.metadata.AbstractBounds
-
Returns the upper bound for this value range constraint.
- getUpperBound() - Method in class com.oss.metadata.Bounds
-
Return the upper bound of the type.
- getUpperBound() - Method in class com.oss.metadata.HugeBounds
-
Return the upper bound of the type.
- getValue() - Method in class com.oss.asn1.InstanceOf
-
The accessor for the field "value".
- getValue() - Method in class com.oss.asn1.ISO8601Duration.Fractional_part
-
Get the value component of 'this' object.
- getValue() - Method in class com.oss.metadata.MemberListElement
-
Returns value.
- getValue() - Method in class com.oss.metadata.SingleValueConstraint
-
Return the value of the singleValueConstraint
- getValue(int) - Method in class com.oss.metadata.MemberList
-
Return the value at the i-th index of the list.
- getValueType() - Method in class com.oss.util.BERTool.Tag
-
Gets this tag value type.
- getValueTypeName() - Method in class com.oss.util.BERTool.Tag
-
Gets a string representation of this tag value type.
- getWeeks() - Method in class com.oss.asn1.ISO8601Duration
-
Get the weeks component of 'this' object.
- getWorkingDirectory() - Static method in class com.oss.storage.OSSStorageManager
-
Return the name of the directory, used by the StorageManager to create the files.
- getWriter(boolean) - Method in interface com.oss.asn1.ByteStorage
-
Get the
OutputStream
to modify the contents of the storage. - getWriter(boolean) - Method in interface com.oss.asn1.CharStorage
-
Get the
Writer
to modify the contents of the storage. - getWriter(boolean) - Method in interface com.oss.asn1.ObjectStorage
-
Get the
ObjectWriter
to modify the contents of the storage. - getWriter(boolean) - Method in class com.oss.storage.OSSByteStorage
-
Return an output stream to modify the contents of the storage.
- getWriter(boolean) - Method in class com.oss.storage.OSSCharStorage
-
Return a Writer to modify the contents of the storage.
- getWriter(boolean) - Method in class com.oss.storage.OSSObjectStorage
-
Return an ObjectWriter to modify the contents of the storage.
- getXTagDecoder() - Method in class com.oss.metadata.ChoiceInfo
-
Return the XML tag decoder information for this Choice type.
- getXTagDecoder() - Method in class com.oss.metadata.SetInfo
-
Returns the XML tag decoder.
- getXTagDecoders() - Method in class com.oss.metadata.SequenceInfo
-
Returns list of XML tag decoders.
- getXTags() - Method in class com.oss.metadata.Tags
-
Returns EXER encoding instructions applied to the type or null if the metadata was generated without support for EXER.
- getYear() - Method in class com.oss.asn1.AbstractTime
-
Get the year component of 'this' object.
- getYear() - Method in class com.oss.asn1.ISO8601Date
-
Get the year component of 'this' object.
- getYear() - Method in class com.oss.asn1.ISO8601DateTime
-
Get the year component of 'this' object.
- getYearDigits() - Method in class com.oss.metadata.TimeSettings
- getYears() - Method in class com.oss.asn1.ISO8601Duration
-
Get the years component of 'this' object.
- GRAPHIC_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for GraphicString type is 25.
- GraphicString - Class in com.oss.asn1
-
The GraphicString class represents the ASN.1 GraphicString type.
- GraphicString() - Constructor for class com.oss.asn1.GraphicString
-
The default constructor.
- GraphicString(char[]) - Constructor for class com.oss.asn1.GraphicString
-
Construct from a char array.
- GraphicString(String) - Constructor for class com.oss.asn1.GraphicString
-
Construct from a String.
- GREATER_THAN - Static variable in class com.oss.asn1.AbstractData
-
Returned by compareTo() if the value of the object calling compareTo() is greater than the value of the object being passed to compareTo().
H
- hasArbitrary() - Method in class com.oss.asn1.External.Encoding
-
Check whether "arbitrary" component is chosen.
- hasContext_negotiation() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
Check whether "context-negotiation" component is chosen.
- hasData_value_descriptor() - Method in class com.oss.asn1.External
-
Check whether the OPTIONAL "data-value-descriptor" component is present.
- hasDataValueDescriptor() - Method in class com.oss.asn1.External
-
Deprecated.
- hasDefault() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field has a default value.
- hasDefault() - Method in class com.oss.metadata.InfoObjectFieldInfo
-
Returns true if the field has a default value, and false if not.
- hasDefault() - Method in class com.oss.metadata.SequenceFieldInfo
-
Returns true if the field has a default value, and false if not.
- hasDirect_reference() - Method in class com.oss.asn1.External
-
Check whether the OPTIONAL "direct-reference" component is present.
- hasDirectReference() - Method in class com.oss.asn1.External
-
Deprecated.
- hasFixed() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
Check whether "fixed" component is chosen.
- hashCode() - Method in class com.oss.asn1.AbstractBinary
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.AbstractCollection
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.AbstractContainer
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.AbstractData
-
Returns a hash code value of this object.
- hashCode() - Method in class com.oss.asn1.AbstractObjectIdentifier
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.AbstractString16
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.AbstractString32
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.AbstractTime
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.BitString
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.BOOLEAN
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.Choice
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.DecimalReal
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.Enumerated
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.HugeInteger
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.INTEGER
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.ISO8601Date
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.ISO8601DateTime
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.ISO8601Duration.Fractional_part
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.MixedReal
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.OpenType
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.Real
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.SetOf
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.UTF8String
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.asn1.UTF8String16
-
Returns a hash code for this object
- hashCode() - Method in class com.oss.util.BERTool.Tag
- HashMapMemberList - Class in com.oss.metadata
-
The HashMapMemberList class extends MemberList to provide for efficient search of named items via a HashMap.
- hasImplicitTag() - Method in class com.oss.metadata.DeferredComponentInfo
-
Returns whether the tag of the field is implicit or not.
- hasIndirect_reference() - Method in class com.oss.asn1.External
-
Check whether the OPTIONAL "indirect-reference" component is present.
- hasIndirectReference() - Method in class com.oss.asn1.External
-
Deprecated.
- hasLowerBound() - Method in class com.oss.metadata.AbstractBounds
-
Returns whether there is a lower bound for this value range constraint.
- hasLowerBound() - Method in class com.oss.metadata.Bounds
-
Return whether the type has a lower bound.
- hasLowerBound() - Method in class com.oss.metadata.HugeBounds
-
Return whether the type has a lower bound.
- hasMemberList() - Method in class com.oss.metadata.IntegerInfo
-
Returns true if the type is defined with a named number list, and false otherwise.
- hasMoreElements() - Method in class com.oss.asn1.DefaultIndex.SingularEnumeration
- hasMoreObjects() - Method in interface com.oss.asn1.ObjectReader
-
Indicate if the storage has some more objects to retrieve.
- hasNamedBits() - Method in class com.oss.metadata.BitStringInfo
-
Returns whether the type has a named bit list or has none.
- hasOctet_aligned() - Method in class com.oss.asn1.External.Encoding
-
Check whether "octet-aligned" component is chosen.
- hasOctetAligned() - Method in class com.oss.asn1.External.Encoding
-
Deprecated.
- hasPresentation_context_id() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
Check whether "presentation-context-id" component is chosen.
- hasSingle_ASN1_type() - Method in class com.oss.asn1.External.Encoding
-
Check whether "single-ASN1-type" component is chosen.
- hasSingleASN1Type() - Method in class com.oss.asn1.External.Encoding
-
Deprecated.
- hasSyntax() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
Check whether "syntax" component is chosen.
- hasSyntaxes() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
Check whether "syntaxes" component is chosen.
- hasTransfer_syntax() - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
Check whether "transfer-syntax" component is chosen.
- hasUnknownExtension() - Method in class com.oss.asn1.Choice
-
Checks if the object is the result of decoding an unknown extension of extensible CHOICE type.
- hasUpperBound() - Method in class com.oss.metadata.AbstractBounds
-
Returns whether there is an upper bound for this value range constraint.
- hasUpperBound() - Method in class com.oss.metadata.Bounds
-
Return whether the type has an upper bound.
- hasUpperBound() - Method in class com.oss.metadata.HugeBounds
-
Return whether the type has an upper bound.
- HEX - Enum constant in enum class com.oss.asn1.CSVTool.StringFormat
-
The value is printed as a hexadecimal string.
- HexBuilder(PrintStream) - Constructor for class com.oss.util.BERTool.HexBuilder
-
Constructs a new hexadecimal-TLV dump builder, which is used to dump data from a specified byte buffer source to a specified print stream sink.
- hexDigit(int) - Static method in class com.oss.util.HexTool
-
Determines the character representation for a specified hexadecimal digit represented by integer value.
- HexTool - Class in com.oss.util
-
A utility class for converting binary data to a hexadecimal string.
- HexTool() - Constructor for class com.oss.util.HexTool
- HugeBinaryString - Class in com.oss.asn1
-
The HugeBinaryString class is the common ancestor of HugeBitString and HugeOctetString classes.
- HugeBitString - Class in com.oss.asn1
-
The HugeBitString class represents a BIT STRING with the ValueInFile directive applied.
- HugeBitString() - Constructor for class com.oss.asn1.HugeBitString
-
The default constructor creates an empty bit string
- HugeBitString(ByteStorage) - Constructor for class com.oss.asn1.HugeBitString
-
Construct from a ByteStorage object.
- HugeBitString(ByteStorage, int) - Constructor for class com.oss.asn1.HugeBitString
-
Construct from a ByteStorage object with the specified number of significant bits.
- HugeBMPString - Class in com.oss.asn1
-
The HugeBMPString class represents a BMPString with the ValueInFile directive applied.
- HugeBMPString() - Constructor for class com.oss.asn1.HugeBMPString
-
The default constructor.
- HugeBMPString(CharStorage) - Constructor for class com.oss.asn1.HugeBMPString
-
Construct from a CharStorage object.
- HugeBounds - Class in com.oss.metadata
-
The HugeBounds class encapsulates information about bounds for bounded (constrained) types.
- HugeContainer<T extends AbstractData> - Class in com.oss.asn1
-
The HugeContainer class implements functionality common to HugeSequenceOf and HugeSetOf classes.
- HugeContainingBitString<T extends AbstractData> - Class in com.oss.asn1
-
The HugeContainingBitString class represents a BIT STRING constrained by a ContentsConstraint, with the ValueInFile directive applied.
- HugeContainingBitString() - Constructor for class com.oss.asn1.HugeContainingBitString
-
The default constructor creates an empty bit string
- HugeContainingBitString(ByteStorage) - Constructor for class com.oss.asn1.HugeContainingBitString
-
Construct from a ByteStorage object.
- HugeContainingBitString(ByteStorage, int) - Constructor for class com.oss.asn1.HugeContainingBitString
-
Construct from a ByteStorage object with the specified number of significant bits.
- HugeContainingBitString(T) - Constructor for class com.oss.asn1.HugeContainingBitString
-
Construct an instance of this class with an AbstractData object that represents an unencoded value of a contained ASN.1 type.
- HugeContainingOctetString<T extends AbstractData> - Class in com.oss.asn1
-
The HugeContainingOctetString class represents an OCTET STRING constrained by a ContentsConstraint, with the ValueInFile directive applied.
- HugeContainingOctetString() - Constructor for class com.oss.asn1.HugeContainingOctetString
-
The default constructor.
- HugeContainingOctetString(ByteStorage) - Constructor for class com.oss.asn1.HugeContainingOctetString
-
Construct from a ByteStorage object.
- HugeContainingOctetString(T) - Constructor for class com.oss.asn1.HugeContainingOctetString
-
Construct an instance of this class with an AbstractData object that represents an unencoded value of a contained ASN.1 type.
- HugeGeneralString - Class in com.oss.asn1
-
The HugeGeneralString class represents the ASN.1 GeneralString type with the ValueInFile directive applied.
- HugeGeneralString() - Constructor for class com.oss.asn1.HugeGeneralString
-
The default constructor.
- HugeGeneralString(CharStorage) - Constructor for class com.oss.asn1.HugeGeneralString
-
Construct from a CharStorage object.
- HugeGraphicString - Class in com.oss.asn1
-
The HugeGraphicString class represents the ASN.1 GraphicString type with the ValueInFile directive applied.
- HugeGraphicString() - Constructor for class com.oss.asn1.HugeGraphicString
-
The default constructor.
- HugeGraphicString(CharStorage) - Constructor for class com.oss.asn1.HugeGraphicString
-
Construct from a CharStorage object.
- HugeIA5String - Class in com.oss.asn1
-
The HugeIA5String class represents the ASN.1 IA5String type with the ValueInFile directive applied.
- HugeIA5String() - Constructor for class com.oss.asn1.HugeIA5String
-
The default constructor.
- HugeIA5String(CharStorage) - Constructor for class com.oss.asn1.HugeIA5String
-
Construct from a CharStorage object.
- HugeInteger - Class in com.oss.asn1
-
The HugeInteger class represents the ASN.1 HugeInteger type.
- HugeInteger() - Constructor for class com.oss.asn1.HugeInteger
-
The default constructor.
- HugeInteger(BigInteger) - Constructor for class com.oss.asn1.HugeInteger
-
Construct from java.math.BigInteger value.
- HugeIntegerInfo - Class in com.oss.metadata
-
The HugeIntegerInfo class represents the properties of an ASN.1 INTEGER type with --<HUGE>-- directive.
- HugeNumericString - Class in com.oss.asn1
-
The HugeNumericString class represents the ASN.1 NumericString type with the ValueInFile directive applied.
- HugeNumericString() - Constructor for class com.oss.asn1.HugeNumericString
-
The default constructor.
- HugeNumericString(CharStorage) - Constructor for class com.oss.asn1.HugeNumericString
-
Construct from a CharStorage object.
- HugeObjectDescriptor - Class in com.oss.asn1
-
The HugeObjectDescriptor class represents the ASN.1 ObjectDescriptor type with the ValueInFile directive applied.
- HugeObjectDescriptor() - Constructor for class com.oss.asn1.HugeObjectDescriptor
-
The default constructor.
- HugeObjectDescriptor(CharStorage) - Constructor for class com.oss.asn1.HugeObjectDescriptor
-
Construct from a CharStorage object.
- HugeOctetString - Class in com.oss.asn1
-
The HugeOctetString class represents an OCTET STRING with the ValueInFile directive applied.
- HugeOctetString() - Constructor for class com.oss.asn1.HugeOctetString
-
The default constructor.
- HugeOctetString(ByteStorage) - Constructor for class com.oss.asn1.HugeOctetString
-
Construct from a ByteStorage object.
- HugeOpenType - Class in com.oss.asn1
-
The HugeOpenType class represents the ASN.1 ANY and the open type when the ValueInFile directive has been applied.
- HugeOpenType() - Constructor for class com.oss.asn1.HugeOpenType
-
The default constructor.
- HugeOpenType(AbstractData) - Constructor for class com.oss.asn1.HugeOpenType
-
Construct an instance of this class with an AbstractData object that represents an unencoded value of a valid ASN.1 type.
- HugeOpenType(AbstractData, Coder) - Constructor for class com.oss.asn1.HugeOpenType
-
Construct an instance of this class with a PDU object reference that represents the un-encoded value of a valid ASN.1 type.
- HugeOpenType(ByteStorage) - Constructor for class com.oss.asn1.HugeOpenType
-
Construct an instance of this class with a ByteStorage object that represents the encoding of a valid ASN.1 type.
- HugeOpenType(ByteStorage, TransferSyntax) - Constructor for class com.oss.asn1.HugeOpenType
-
Construct an instance of this class with a ByteStorage object that represents the encoding of a valid ASN.1 type.
- HugePrintableString - Class in com.oss.asn1
-
The HugePrintableString class represents the ASN.1 PrintableString type with the ValueInFile directive applied.
- HugePrintableString() - Constructor for class com.oss.asn1.HugePrintableString
-
The default constructor.
- HugePrintableString(CharStorage) - Constructor for class com.oss.asn1.HugePrintableString
-
Construct from a CharStorage object.
- HugeRangeList - Class in com.oss.metadata
-
The HugeRangeList class represents the properties of an ASN.1 constraint range.
- HugeRelaySafe - Interface in com.oss.asn1
-
The HugeRelaySafe interface is an analog of the RelaySafe interface, but specifies the functionality to process huge unknown extensions, when the generated classes have been compiled with the -relaySafe compiler option.
- HugeRelaySafeChoice - Class in com.oss.asn1
-
The HugeRelaySafeChoice class represents the ASN.1 CHOICE type but has the additional ability to store unknown extensions and make them available for further relaying.
- HugeRelaySafeSequence - Class in com.oss.asn1
-
The HugeRelaySafeSequence class represents the ASN.1 SEQUENCE type but has the additional ability to store unknown extensions and make them available to the coder for further relaying.
- HugeRelaySafeSet - Class in com.oss.asn1
-
The RelaySafeSet class represents the ASN.1 SET type but has the additional ability to store unknown extensions and make them available to the coder for further relaying.
- HugeRestrictedString - Class in com.oss.asn1
-
The HugeRestrictedString class provides a common ancestor for the ASN.1/Java HugeString, HugeBMPString and HugeUTF8String16 string classes.
- HugeSequenceOf<T extends AbstractData> - Class in com.oss.asn1
-
The HugeSequenceOf class represents the ASN.1 SEQUENCE OF when the ValueInFile directive has been applied.
- HugeSetOf<T extends AbstractData> - Class in com.oss.asn1
-
The HugeSetOf class represents the ASN.1 SET OF when the ValueInFile directive has been applied.
- HugeString - Class in com.oss.asn1
-
The HugeString class represents all ASN.1 CharacterString types with one byte per character.
- HugeTeletexString - Class in com.oss.asn1
-
The HugeTeletexString class represents the ASN.1 TeletexString type with the ValueInFile directive applied.
- HugeTeletexString() - Constructor for class com.oss.asn1.HugeTeletexString
-
The default constructor.
- HugeTeletexString(CharStorage) - Constructor for class com.oss.asn1.HugeTeletexString
-
Construct from a CharStorage object.
- HugeUTF8String - Class in com.oss.asn1
-
The HugeUTF8String class represents the ASN.1 UTF8String type with the ValueInFile directive applied.
- HugeUTF8String() - Constructor for class com.oss.asn1.HugeUTF8String
-
The default constructor.
- HugeUTF8String(CharStorage) - Constructor for class com.oss.asn1.HugeUTF8String
-
Construct from a CharStorage object.
- HugeUTF8String16 - Class in com.oss.asn1
-
The HugeUTF8String16 class represents a UTF8String with the BMPSTRING and the ValueInFile directives applied.
- HugeUTF8String16() - Constructor for class com.oss.asn1.HugeUTF8String16
-
The default constructor.
- HugeUTF8String16(CharStorage) - Constructor for class com.oss.asn1.HugeUTF8String16
-
Construct from a CharStorage object.
- HugeVideotexString - Class in com.oss.asn1
-
The HugeVideotexString class represents the ASN.1 VideotexString type with the ValueInFile directive applied.
- HugeVideotexString() - Constructor for class com.oss.asn1.HugeVideotexString
-
The default constructor.
- HugeVideotexString(CharStorage) - Constructor for class com.oss.asn1.HugeVideotexString
-
Construct from a CharStorage object.
- HugeVisibleString - Class in com.oss.asn1
-
The HugeVisibleString class represents the ASN.1 VisibleString type with the ValueInFile directive applied.
- HugeVisibleString() - Constructor for class com.oss.asn1.HugeVisibleString
-
The default constructor.
- HugeVisibleString(CharStorage) - Constructor for class com.oss.asn1.HugeVisibleString
-
Construct from a CharStorage object.
I
- IA5String - Class in com.oss.asn1
-
The IA5String class represents the ASN.1 IA5String type.
- IA5String() - Constructor for class com.oss.asn1.IA5String
-
The default constructor.
- IA5String(char[]) - Constructor for class com.oss.asn1.IA5String
-
Construct from a char array.
- IA5String(String) - Constructor for class com.oss.asn1.IA5String
-
Construct from a String.
- IA5STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for IA5String type is 22.
- ID - Static variable in class com.oss.asn1.BERCoder
-
The ID string identifies BER encoding rules.
- ID - Static variable in class com.oss.asn1.CERCoder
-
The ID string identifies CER encoding rules.
- ID - Static variable in class com.oss.asn1.COERCoder
-
The ID string identifies COER encoding rules.
- ID - Static variable in class com.oss.asn1.CPERAlignedCoder
-
The ID string identifies Canonical PERAligned encoding rules.
- ID - Static variable in class com.oss.asn1.CPERUnalignedCoder
-
The ID string identifies Canonical PERUnaligned encoding rules.
- ID - Static variable in class com.oss.asn1.CXERCoder
-
The ID string identifies CXER encoding rules.
- ID - Static variable in class com.oss.asn1.DERCoder
-
The ID string identifies DER encoding rules.
- ID - Static variable in class com.oss.asn1.EXERCoder
-
The ID string identifies EXER encoding rules.
- ID - Static variable in class com.oss.asn1.JSONCoder
-
The ID string identifies JSON encoding rules.
- ID - Static variable in class com.oss.asn1.OERCoder
-
The ID string identifies OER encoding rules.
- ID - Static variable in class com.oss.asn1.PERAlignedCoder
-
The ID string identifies PERAligned encoding rules.
- ID - Static variable in class com.oss.asn1.PERUnalignedCoder
-
The ID string identifies PERUnaligned encoding rules.
- ID - Static variable in class com.oss.asn1.XERCoder
-
The ID string identifies XER encoding rules.
- Identification() - Constructor for class com.oss.asn1.EmbeddedPDV.Identification
-
The default constructor.
- includeDTD() - Method in class com.oss.asn1.XERDocument
-
Include link to the DTD, taking the XMLDoctype from the root element data value
- includeDTD(XMLDoctype) - Method in class com.oss.asn1.XERDocument
-
Include link to the DTD specified by the dtd parameter
- includePDUNameInHeader() - Method in class com.oss.asn1.CSVTool
-
Indicates whether prefixing of the first column name of the CSV header with the PDU name is selected.
- includePDUNameInHeader(boolean) - Method in class com.oss.asn1.CSVTool
-
Enables or disables prefixing of the first column name of the CSV header with the PDU name.
- includePreamble() - Method in class com.oss.asn1.XERDocument
-
Make the XML document contain the initial XML declaration
- includeStylesheet() - Method in class com.oss.asn1.XERDocument
-
Include link to the stylesheet, taking the XMLStylesheet from the root element data value
- includeStylesheet(XMLStylesheet) - Method in class com.oss.asn1.XERDocument
-
Include link to the stylesheet specified by the styleSheet parameter
- includeValueAssignment() - Method in class com.oss.util.ASN1ValueFormat
-
Specify that the value is formatted as an ASN.1 value assignment.
- includeXMLDeclaration() - Method in class com.oss.asn1.Coder
-
Make the XML document contain the initial XML declaration (XER and E-XER only).
- includeXMLDeclaration() - Method in class com.oss.asn1.EXERCoder
-
Make the XML document contain the initial XML declaration.
- includeXMLDeclaration() - Method in class com.oss.asn1.XERCoder
-
Make the XML document contain the initial XML declaration.
- indentlevel - Static variable in class com.oss.util.SampleUtil
-
Indentation level.
- Index - Interface in com.oss.asn1
-
The
Index
interface specifies the functionality, required to implement indexing of the information object sets. - IndexedInfoObjectSet - Class in com.oss.asn1
-
The IndexedInfoObjectSet class represents an information object set of an information object class that is optionally indexed.
- IndexedInfoObjectSet() - Constructor for class com.oss.asn1.IndexedInfoObjectSet
-
The default constructor.
- IndexedInfoObjectSet(InfoObject[], int) - Constructor for class com.oss.asn1.IndexedInfoObjectSet
-
Construct an instance of IndexedInfoObjectSet from an array of information objects and flags.
- IndexedInfoObjectSet(InfoObject[], int, String, String) - Constructor for class com.oss.asn1.IndexedInfoObjectSet
-
Construct an instance of IndexedInfoObjectSet from an array of information objects, flags and a name (in 2 parts).
- IndexProcedure - Interface in com.oss.asn1
-
When the protocol definition extensively uses information object sets, an application might need a better way to index such a large number of information object sets rather than explicit invocation of
indexByXXX
method per each individual information object set. - InfoObject - Class in com.oss.asn1
-
The InfoObject class represents the ASN.1 InfoObject class type.
- InfoObject() - Constructor for class com.oss.asn1.InfoObject
-
The default constructor.
- InfoObjectFieldInfo - Class in com.oss.metadata
-
The InfoObjectFieldInfo class represents the properties of an individual component of an information object class.
- InfoObjectSet - Class in com.oss.asn1
-
The InfoObjectSet class represents a set of information objects of the appropriate information object class.
- InfoObjectSet() - Constructor for class com.oss.asn1.InfoObjectSet
-
The default constructor.
- InfoObjectSet(InfoObject[], int) - Constructor for class com.oss.asn1.InfoObjectSet
-
Construct an instance of InfoObjectSet from an array of information objects and flags.
- InfoObjectSet(InfoObject[], int, String, String) - Constructor for class com.oss.asn1.InfoObjectSet
-
Construct an instance of InfoObjectSet from an array of information objects, flags and a name.
- initialize() - Static method in class com.oss.asn1.ASN1Project
-
Native Java compatibility dummy function.
- InnerTypeConstraint - Class in com.oss.metadata
-
The InnerTypeConstraint class represents the ASN.1 type constraints notation for WITH COMPONENTS which is the constraint definition for a component within the InnerTypeConstraints definition for SET, SEQUENCE, and CHOICE types.
- insert(T, int) - Method in class com.oss.asn1.SequenceOf
-
Insert an Element into this SEQUENCE OF at specified index.
- insert(T, int) - Method in class com.oss.asn1.SequenceOfDeferred
-
Insert an Element into this SEQUENCE OF at specified index.
- insert(T, int) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Insert an Element into this SEQUENCE OF at specified index.
- insert(T, int) - Method in class com.oss.asn1.SetOf
-
Insert an Element into this SET OF at specified index.
- insert(T, int) - Method in class com.oss.asn1.SetOfDeferred
-
Insert an Element into this SET OF at specified index.
- insert(T, int) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Insert an Element into this SET OF at specified index.
- insertElement(InfoObject, int) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Deprecated.As of release 8.0 replaced by
IndexedInfoObjectSet.insertObject(InfoObject, int)
- insertElement(InfoObject, int) - Method in class com.oss.asn1.InfoObjectSet
-
Deprecated.As of release 8.0 replaced by
InfoObjectSet.insertObject(InfoObject, int)
- insertionPoint() - Method in class com.oss.metadata.SequenceInfo
-
Returns the location of the extension marker in the SEQUENCE type.
- insertObject(InfoObject, int) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Insert an information object into the container at the index if it is extensible.
- insertObject(InfoObject, int) - Method in class com.oss.asn1.InfoObjectSet
-
Insert an AbstractData object to the container at the index if the InfoObjectSet is extensible.
- InstanceOf - Class in com.oss.asn1
-
The InstanceOf class represents the ASN.1 INSTANCE OF type.
- InstanceOf() - Constructor for class com.oss.asn1.InstanceOf
-
The default constructor.
- InstanceOf(ObjectIdentifier, OpenType) - Constructor for class com.oss.asn1.InstanceOf
-
Construct with components.
- intArrayValue() - Method in class com.oss.asn1.AbstractString32
-
Get the value of 'this' object as an array of int.
- intArrayValue() - Method in class com.oss.asn1.AbstractTime
-
Get an int array containing the components of this object.
- intArrayValue() - Method in class com.oss.asn1.GeneralizedTime
-
Get an int array containing the components of 'this' object.
- intArrayValue() - Method in class com.oss.asn1.UTF8String
-
Get the value of 'this' object as an array of int.
- intArrayValue() - Method in class com.oss.asn1.UTF8String16
-
Get the value of 'this' object as an array of int.
- INTEGER - Class in com.oss.asn1
-
The INTEGER class represents the ASN.1 INTEGER type.
- INTEGER - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for INTEGER type is 2.
- INTEGER() - Constructor for class com.oss.asn1.INTEGER
-
The default constructor.
- INTEGER(int) - Constructor for class com.oss.asn1.INTEGER
-
Construct from an int.
- INTEGER(long) - Constructor for class com.oss.asn1.INTEGER
-
Construct from a long.
- INTEGER(short) - Constructor for class com.oss.asn1.INTEGER
-
Construct from a short.
- IntegerInfo - Class in com.oss.metadata
-
The IntegerInfo class represents the properties of an ASN.1 INTEGER type.
- Intersection - Class in com.oss.metadata
-
The Intersection class extends Constraints class and represents the properties of an expression which is the intersection of two constraints.
- Intersections - Class in com.oss.metadata
-
The Intersections class extends Constraints class and represents the properties of an expression which is the intersection of several constraints.
- intValue() - Method in class com.oss.asn1.INTEGER
-
Get the value of 'this' object as an int.
- isBasicAll() - Method in class com.oss.metadata.TimeSettings
- isBasicDate() - Method in class com.oss.metadata.TimeSettings
- isBasicDateTime() - Method in class com.oss.metadata.TimeSettings
- isBasicInterval() - Method in class com.oss.metadata.TimeSettings
- isBasicRecurrentInterval() - Method in class com.oss.metadata.TimeSettings
- isBasicTime() - Method in class com.oss.metadata.TimeSettings
- isBounded() - Method in class com.oss.metadata.HugeIntegerInfo
-
Returns true if type is bounded, and false if there is no lower or upper bound.
- isBounded() - Method in class com.oss.metadata.IntegerInfo
-
Returns true if type is bounded, and false if there is no lower or upper bound.
- isBounded() - Method in class com.oss.metadata.VectorInfo
-
Returns true if the type has a lower or upper bounds, and false otherwise.
- isConstructed() - Method in class com.oss.asn1.Position
-
Return indication of constructedness.
- isConstructed() - Method in class com.oss.util.BERTool.Tag
-
Indicates whether or not the value is constructed.
- isContainedValuesWrappingEnabled() - Method in class com.oss.asn1.JSONCoder
-
Deprecated.
- isDateAll() - Method in class com.oss.metadata.TimeSettings
- isDateCentury() - Method in class com.oss.metadata.TimeSettings
- isDateYear() - Method in class com.oss.metadata.TimeSettings
- isDateYearDay() - Method in class com.oss.metadata.TimeSettings
- isDateYearMonth() - Method in class com.oss.metadata.TimeSettings
- isDateYearMonthDay() - Method in class com.oss.metadata.TimeSettings
- isDateYearWeek() - Method in class com.oss.metadata.TimeSettings
- isDateYearWeekDay() - Method in class com.oss.metadata.TimeSettings
- isDebuggingEnabled() - Method in class com.oss.util.ASN1PrintWriter
-
Indicates how errors in the value are handled.
- isDebuggingEnabled() - Method in class com.oss.util.ASN1ValueFormat
-
Indicates how errors in the value are handled.
- isEncodable() - Method in class com.oss.asn1.AbstractData
-
Tells if this AbstractData can be encoded/decoded.
- isExtensible() - Method in class com.oss.asn1.InfoObjectSet
-
Check whether 'this' InfoObjectSet corresponds to an extensible information object set.
- isExtensible() - Method in class com.oss.metadata.TypeInfo
-
Returns true if the type is defined as extensible, and false otherwise.
- isExtension() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field appears in the type definition after the extension marker.
- isFullMultiType() - Method in class com.oss.metadata.MultipleTypeConstraint
-
Return true if this constraint is a full MultipleTypeConstraint and return false if this constraint is partial.
- isGroup() - Method in class com.oss.metadata.FieldInfo
-
Return boolean indicator which is used to determine if a field belongs to the same group as the previous field.
- isGroup() - Method in class com.oss.metadata.SequenceFieldInfo
-
Returns true if the field belongs to the same extension group as the previous field, and false if not in the same extension group or not part of a group.
- isGroup(boolean) - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field belongs to the same group as the previous field.
- isGroup(boolean) - Method in class com.oss.metadata.SequenceFieldInfo
-
Return whether this field of the sequence is part of a group.
- isGrouped() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field appears inside version brackets.
- isGrouped() - Method in class com.oss.metadata.SequenceFieldInfo
-
Returns true if the field belongs to an extension group, and false if not.
- isIntervalTypeAll() - Method in class com.oss.metadata.TimeSettings
- isIntervalTypeDuration() - Method in class com.oss.metadata.TimeSettings
- isIntervalTypeDurationEnd() - Method in class com.oss.metadata.TimeSettings
- isIntervalTypeStartDuration() - Method in class com.oss.metadata.TimeSettings
- isIntervalTypeStartEnd() - Method in class com.oss.metadata.TimeSettings
- isLowerOpen() - Method in class com.oss.metadata.AbstractBounds
-
Returns whether the lower bound is open for this value range constraint.
- isMandatory() - Method in class com.oss.metadata.InnerTypeConstraint
-
Return true if the field which has this constraint must be mandatory and false otherwise
- isMidnightAll() - Method in class com.oss.metadata.TimeSettings
- isMidnightEnd() - Method in class com.oss.metadata.TimeSettings
- isMidnightStart() - Method in class com.oss.metadata.TimeSettings
- isMultilineEnabled() - Method in class com.oss.util.ASN1ValueFormat
-
Get current setting of multi-line printing.
- isMultilinePrintingEnabled() - Method in class com.oss.util.ASN1PrintWriter
-
Get current setting of multi-line printing.
- isNaN() - Method in class com.oss.asn1.DecimalReal
-
Detect if the current value is NaN (NOT-A-NUMBER).
- isNaN() - Method in class com.oss.asn1.MixedReal
-
Detect if the current value is NaN (NOT-A-NUMBER).
- isNaN() - Method in class com.oss.asn1.Real
-
Detect if the current value is NaN (NOT-A-NUMBER).
- isNegativeInfinity() - Method in class com.oss.asn1.DecimalReal
-
Detect if the current value is -INFINITY.
- isNegativeInfinity() - Method in class com.oss.asn1.MixedReal
-
Detect if the current value is -INFINITY.
- isNegativeInfinity() - Method in class com.oss.asn1.Real
-
Detect if the current value is -INFINITY.
- isNegativeZero() - Method in class com.oss.asn1.DecimalReal
-
Detect if the current value is negative zero (-0).
- isNegativeZero() - Method in class com.oss.asn1.MixedReal
-
Detect if the current value is negative zero (-0).
- isNegativeZero() - Method in class com.oss.asn1.Real
-
Detect if the current value is negative zero (-0).
- isNullable() - Method in class com.oss.metadata.TypeInfo
-
Indicates if 'null' JSON encoder option is permitted for this type when it occurs as OPTIONAL component nested within a SEQUENCE or SET.
- ISO8601Date - Class in com.oss.asn1
-
The ISO8601Date class represents the ASN.1 DATE type
- ISO8601Date() - Constructor for class com.oss.asn1.ISO8601Date
-
The default constructor.
- ISO8601Date(int, int, int) - Constructor for class com.oss.asn1.ISO8601Date
-
Constructs date value from year, month and day components.
- ISO8601Date(String) - Constructor for class com.oss.asn1.ISO8601Date
-
Constructs date value from a string.
- ISO8601DateTime - Class in com.oss.asn1
-
The ISO8601DateTime class represents the ASN.1 DATE-TIME type
- ISO8601DateTime() - Constructor for class com.oss.asn1.ISO8601DateTime
-
The default constructor.
- ISO8601DateTime(int, int, int, int, int, int) - Constructor for class com.oss.asn1.ISO8601DateTime
-
Constructs time of day value hour, minute and second components.
- ISO8601DateTime(String) - Constructor for class com.oss.asn1.ISO8601DateTime
-
Constructs time of day value from a string.
- ISO8601Duration - Class in com.oss.asn1
-
The ISO8601Duration class represents the ASN.1 DURATION type.
- ISO8601Duration() - Constructor for class com.oss.asn1.ISO8601Duration
-
The default constructor.
- ISO8601Duration(int, int, int, int, int, int, ISO8601Duration.Fractional_part) - Constructor for class com.oss.asn1.ISO8601Duration
-
Constructs duration value from years, months, days, hour, minutes, seconds and fractional part components.
- ISO8601Duration(int, ISO8601Duration.Fractional_part) - Constructor for class com.oss.asn1.ISO8601Duration
-
Constructs duration value weeks and fractional part components.
- ISO8601Duration(String) - Constructor for class com.oss.asn1.ISO8601Duration
-
Constructs duration value from a string.
- ISO8601Duration.Fractional_part - Class in com.oss.asn1
-
Class Fractional_part represents a duration's fractional part.
- ISO8601String - Class in com.oss.asn1
-
The ISO8601String class represents the ASN.1 TIME type
- ISO8601String() - Constructor for class com.oss.asn1.ISO8601String
-
The default constructor.
- ISO8601String(char[]) - Constructor for class com.oss.asn1.ISO8601String
-
Construct from a char array.
- ISO8601String(String) - Constructor for class com.oss.asn1.ISO8601String
-
Construct from a String.
- ISO8601TimeInterface - Interface in com.oss.asn1
-
The ISO8601TimeInterface interface define methods for accessing integer fields inside parsed representations of ISO8601 time instants and durations.
- ISO8601TimeOfDay - Class in com.oss.asn1
-
The ISO8601TimeOfDay class represents the ASN.1 TIME-OF-DAY type
- ISO8601TimeOfDay() - Constructor for class com.oss.asn1.ISO8601TimeOfDay
-
The default constructor.
- ISO8601TimeOfDay(int, int, int) - Constructor for class com.oss.asn1.ISO8601TimeOfDay
-
Constructs time of day value hour, minute and second components.
- ISO8601TimeOfDay(String) - Constructor for class com.oss.asn1.ISO8601TimeOfDay
-
Constructs time of day value from a string.
- isOptional() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field is optional.
- isOptional() - Method in class com.oss.metadata.InfoObjectFieldInfo
-
Returns true if the field is OPTIONAL, and false otherwise
- isOptional() - Method in class com.oss.metadata.InnerTypeConstraint
-
Return true if the field which has this constraint can be optional and false otherwise.
- isOptional() - Method in class com.oss.metadata.SequenceFieldInfo
-
Returns true if the field is OPTIONAL, and false otherwise
- isOuterElement() - Method in class com.oss.metadata.ComponentRelation
-
Returns whether the constraint references a field in an outer enclosing type
- isPDU() - Method in class com.oss.asn1.AbstractData
-
Tells if this AbstractData represents a PDU.
- isPDUDetectionAvailable() - Method in class com.oss.asn1.Coder
-
Indicates if the coder is capable of automatically detecting the type of the incoming PDU.
- isPduWrappingEnabled() - Method in class com.oss.asn1.JSONCoder
-
Deprecated.
- isPositiveInfinity() - Method in class com.oss.asn1.DecimalReal
-
Detect if the current value is +INFINITY.
- isPositiveInfinity() - Method in class com.oss.asn1.MixedReal
-
Detect if the current value is +INFINITY.
- isPositiveInfinity() - Method in class com.oss.asn1.Real
-
Detect if the current value is +INFINITY.
- isPrimitive() - Method in class com.oss.metadata.TypeInfo
-
Returns true if the type is a primitive type.
- isPrintingAsValueAssignmentEnabled() - Method in class com.oss.util.ASN1PrintWriter
-
Indicates whether the value is printed as a value assignment.
- isPrintingOfImpliedValuesEnabled() - Method in class com.oss.util.ASN1PrintWriter
-
Indicates whether DEFAULT values should be included into the output even if were not explicitly specified.
- isPrintingOfImpliedValuesEnabled() - Method in class com.oss.util.ASN1ValueFormat
-
Indicates whether DEFAULT values should be included into the output even if were not explicitly specified.
- isPrintTitles() - Method in class com.oss.util.BERTool.SyntaxBuilder
-
Get the value of printTitles.
- isRecurrenceAll() - Method in class com.oss.metadata.TimeSettings
- isRecurrenceDigits() - Method in class com.oss.metadata.TimeSettings
- isRecurrenceUnlimited() - Method in class com.oss.metadata.TimeSettings
- isReferenced() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field is referenced by a component relation constraint.
- isReferencedByOpenType() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the field is referenced by a component relation constraint applied to an opentype field.
- isRemoved() - Method in class com.oss.metadata.FieldInfo
-
Indicates if the Remove directive was applied to the field.
- isRestrictedString() - Method in class com.oss.metadata.KMCStringInfo
-
Returns true if the string type has a permitted alphabet constraint, and false if there is no such constraint.
- isSEPointAll() - Method in class com.oss.metadata.TimeSettings
- isSEPointDate() - Method in class com.oss.metadata.TimeSettings
- isSEPointDateTime() - Method in class com.oss.metadata.TimeSettings
- isSEPointTime() - Method in class com.oss.metadata.TimeSettings
- isSimpleType() - Method in class com.oss.metadata.CollectionInfo
-
Return true if the type is a simple type.
- isSimpleType() - Method in class com.oss.metadata.ContainerInfo
-
Return true if the type is a simple type.
- isSimpleType() - Method in class com.oss.metadata.DeferredComponentInfo
-
Return true if the type is a simple type.
- isSimpleType() - Method in class com.oss.metadata.TypeInfo
-
Return true if the type is a simple type.
- isSorted() - Method in class com.oss.metadata.TypeInfo
-
Return true if SetInfo fields are sorted in canonical order.
- isTimeAll() - Method in class com.oss.metadata.TimeSettings
- isTimeFraction() - Method in class com.oss.metadata.TimeSettings
- isTimeHour() - Method in class com.oss.metadata.TimeSettings
- isTimeHourMinute() - Method in class com.oss.metadata.TimeSettings
- isTimeHourMinuteSecond() - Method in class com.oss.metadata.TimeSettings
- isTimeLocal() - Method in class com.oss.metadata.TimeSettings
- isTimeLocalAll() - Method in class com.oss.metadata.TimeSettings
- isTimeLocalAndDifference() - Method in class com.oss.metadata.TimeSettings
- isTimeUTC() - Method in class com.oss.metadata.TimeSettings
- isUnique() - Method in class com.oss.metadata.InfoObjectFieldInfo
-
Returns true if the field has been defined to be unique, and false otherwise.
- isUnknownEnumerator() - Method in class com.oss.asn1.Enumerated
-
Checks if the object is the result of decoding an unknown enumerated value of extensible enumerated type.
- isUnknownEnumerator() - Method in class com.oss.asn1.RelaySafeEnumerated
-
Checks if the object is the result of decoding unknown enumerated value of extensible enumerated type.
- isUnknownExtensionFound() - Method in class com.oss.asn1.Coder
- isUpperOpen() - Method in class com.oss.metadata.AbstractBounds
-
Returns whether the upper bound is open for this value range constraint.
- isUseableByBER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if BER coding can be performed with this type, false otherwise.
- isUseableByCER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if CER coding can be performed with this type, false otherwise.
- isUseableByDER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if DER coding can be performed with this type, false otherwise.
- isUseableByEXER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if EXER coding can be performed with this type, false otherwise.
- isUseableByJSON() - Method in class com.oss.metadata.TypeInfo
-
Returns true if JSON coding can be performed with this type, false otherwise.
- isUseableByOER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if OER coding can be performed with this type, false otherwise.
- isUseableByPER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if PER coding can be performed with this type, false otherwise.
- isUseableByXER() - Method in class com.oss.metadata.TypeInfo
-
Returns true if XER coding can be performed with this type, false otherwise.
- isUserClass() - Method in class com.oss.metadata.TypeInfo
-
Return true if UserClass directive was applied to the type.
- isUseThreadContextClassLoader() - Static method in class com.oss.metadata.TypeInfo
-
Return true if thread context class loader is used to load classes, or false if default class loader is used.
- isValid() - Method in class com.oss.asn1.AbstractData
-
Provides constraint checking of 'this' object by calling methods from the validator package.
- isValid(AbstractData) - Method in interface com.oss.asn1.ExternalChecker
-
This method is called by the validator to check the data with user- defined constraints imposed.
- isValueAssignmentIncluded() - Method in class com.oss.util.ASN1ValueFormat
-
Indicates whether the value is formatted as a value assignment.
- isYearAll() - Method in class com.oss.metadata.TimeSettings
- isYearBasic() - Method in class com.oss.metadata.TimeSettings
- isYearLarge() - Method in class com.oss.metadata.TimeSettings
- isYearNegative() - Method in class com.oss.metadata.TimeSettings
- isYearProleptic() - Method in class com.oss.metadata.TimeSettings
- isZero() - Method in class com.oss.asn1.DecimalReal
-
Detect if the current value is zero (0).
- isZero() - Method in class com.oss.asn1.MixedReal
-
Detect if the current value is zero (0).
- isZero() - Method in class com.oss.asn1.Real
-
Detect if the current value is zero (0).
- iterator() - Method in class com.oss.asn1.SequenceOf
-
Returns an iterator over the elements in this SET OF in proper sequence.
- iterator() - Method in class com.oss.asn1.SetOf
-
Returns an iterator over the elements in this SET OF in proper sequence.
J
- JSON - Enum constant in enum class com.oss.asn1.TransferSyntax
-
JSON Encoding Rules (JSON)
- JSON2BinaryConvertor - Class in com.oss.asn1
-
The JSON2BinaryConvertor is a EncodingRuleConvertor used to convert JSON data encoded by the JSON Encoding Rules into binary data encoded with one of the Binary Encoding Rules.
- JSON2BinaryConvertor(JSONCoder, BinaryCoder) - Constructor for class com.oss.asn1.JSON2BinaryConvertor
-
Construct with two coder objects
- JSONCoder - Class in com.oss.asn1
-
This class implements coding services for JSON Encoding Rules (JSON).
- JSONCoderInterface - Interface in com.oss.asn1
-
This interface allows you to override the standard method that are used to JSON encode ASN.1 types.
- JSONWriter - Interface in com.oss.asn1
-
This interface defines methods which are used to write JSON encodings to a target output stream.
K
- KMCStringInfo - Class in com.oss.metadata
-
The KMCStringInfo class represents the properties of the ASN.1 known-multiplier string types: IA5String, NumericString, PrintableString, VisibleString, BMPString and UniversalString
L
- length - Variable in class com.oss.util.BERTool.TLV
-
The number of octets occupied by the value or -1 when the value contains an indefinite BER encoding length.
- length(ByteBuffer, int) - Method in class com.oss.util.BERTool.DecomposedBuilder
- length(ByteBuffer, int) - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when a length is parsed.
- length(ByteBuffer, int) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- length(ByteBuffer, int) - Method in class com.oss.util.BERTool.HexBuilder
- length(ByteBuffer, int) - Method in class com.oss.util.BERTool.SyntaxBuilder
- LESS_THAN - Static variable in class com.oss.asn1.AbstractData
-
Returned by compareTo() if the value of the object calling compareTo() is less than the value of the object being passed to compareTo().
- load(InputStream, long, boolean) - Method in interface com.oss.asn1.ByteStorage
-
Load the contents of the storage from a given
InputStream
. - load(InputStream, long, boolean) - Method in class com.oss.storage.OSSByteStorage
-
Load the contents from an InputStream.
- longValue() - Method in class com.oss.asn1.Enumerated
-
Get the value of 'this' object.
- longValue() - Method in class com.oss.asn1.INTEGER
-
Get the value of 'this' object as a long.
- lookup(AbstractData) - Method in class com.oss.asn1.DefaultIndex
-
Looks up the unique information object with the index column matching the
key
. - lookup(AbstractData) - Method in interface com.oss.asn1.Index
-
The contract of this method is that the implementation returns an enumeration of information objects with the index column matching the
key
. - lookup(Enumeration, int, AbstractData) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Find the Enumeration which identifies the info object(s) by the field index and the AbstractData value.
- lookup(Enumeration, int, AbstractData) - Method in class com.oss.asn1.InfoObjectSet
-
Find the Enumeration which identifies the info object(s) by the field index and the AbstractData value.
- LOWERCASE - Enum constant in enum class com.oss.asn1.CSVTool.BooleanFormat
-
"true" or "false".
M
- main(String[]) - Static method in class com.oss.util.BERTool
-
Runs the OSS Type-Length-Value(TLV) Print Utility.
- mapKey(AbstractData) - Method in class com.oss.asn1.DefaultIndex
-
Map the key to the integer in the range
0..N
, whereN≈M
andM
is the total number of possible keys. - maxBucket() - Method in class com.oss.asn1.DefaultIndex
-
Return the size of the longest collision list in the hash table.
- MemberList - Class in com.oss.metadata
-
The MemberList class represents the properties of named lists and enumeration lists (INTEGER, BIT STRING and ENUMERATED).
- MemberListElement - Class in com.oss.metadata
-
The MemberListElement class represents the properties of one element of a member list.
- MetadataException - Exception in com.oss.metadata
-
The MetadataException is thrown by the com.oss.metadata classes when an error occurs when trying to resolve symbolic references to metadata objects.
- minBucket() - Method in class com.oss.asn1.DefaultIndex
-
Return the size of the shortest collision list in the hash table.
- MINUS_INFINITY - Static variable in class com.oss.asn1.DecimalReal
-
The constant used to specify the ASN.1 REAL value, MINUS-INFINITY.
- MINUS_INFINITY - Static variable in class com.oss.asn1.Real
-
The constant used to specify the ASN.1 REAL value, MINUS-INFINITY.
- MissingConstraint(int) - Static method in class com.oss.metadata.InnerTypeConstraint
-
Return a newly created Constraint that is constrained to be absent and has no value constraint.
- MixedReal - Class in com.oss.asn1
-
The MixedReal class represents the ASN.1 REAL type with the MIXED directive.
- MixedReal() - Constructor for class com.oss.asn1.MixedReal
-
The default constructor.
- MixedReal(double) - Constructor for class com.oss.asn1.MixedReal
-
Construct from a double.
- MixedReal(float) - Constructor for class com.oss.asn1.MixedReal
-
Construct from a float.
- MixedReal(String) - Constructor for class com.oss.asn1.MixedReal
-
Construct from a String.
- MultipleTypeConstraint - Class in com.oss.metadata
-
The MultipleTypeConstraint class represents the ASN.1 multiple type constraint.
- mustBeAbsent() - Method in class com.oss.metadata.InnerTypeConstraint
-
Return true if the field which has this constraint must be absent and false otherwise.
- mustBePresent() - Method in class com.oss.metadata.InnerTypeConstraint
-
Return true if the field which has this constraint must be present (cannot be optional) and false otherwise.
N
- name() - Method in class com.oss.asn1.Enumerated
-
Returns the name of this enumerator.
- NAME - Enum constant in enum class com.oss.asn1.CSVTool.EnumFormat
-
The name of the enumerator is printed.
- newline() - Method in interface com.oss.asn1.JSONWriter
-
Writes the line separator unless the JsonWriter operates in the compact output mode.
- newline(PrintStream, int) - Static method in class com.oss.util.SampleUtil
-
Starts new line of output and performs indentation.
- nextElement() - Method in class com.oss.asn1.DefaultIndex.SingularEnumeration
- NONE - Enum constant in enum class com.oss.asn1.CSVTool.Header
-
The CSV header is omitted.
- NOT_A_NUMBER - Static variable in class com.oss.asn1.DecimalReal
-
The constant used to specify the ASN.1 REAL value, NOT-A-NUMBER.
- NOT_A_NUMBER - Static variable in class com.oss.asn1.Real
-
The constant used to specify the ASN.1 REAL value, NOT-A-NUMBER.
- Null - Class in com.oss.asn1
-
The Null class represents the ASN.1 NULL type.
- Null() - Constructor for class com.oss.asn1.Null
-
The default constructor.
- NULL - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for NULL type is 5.
- numberOfBuckets() - Method in class com.oss.asn1.DefaultIndex
-
Return the number of buckets in the index.
- numberOfKnownExtensions() - Method in class com.oss.metadata.CollectionInfo
-
Return the number of fields that appear after the extension marker.
- numberOfSamples() - Method in class com.oss.util.Benchmark
-
Returns the current setting for the number of samples to collect.
- numberOfSamples(int) - Method in class com.oss.util.Benchmark
-
Sets the number of samples to collect.
- numberOfUnknownExtensions() - Method in interface com.oss.asn1.HugeRelaySafe
-
This method is to return the number of unknown extensions available for relaying.
- numberOfUnknownExtensions() - Method in class com.oss.asn1.HugeRelaySafeSequence
-
Returns number of unknown extensions available for relaying.
- numberOfUnknownExtensions() - Method in class com.oss.asn1.HugeRelaySafeSet
-
Returns number of unknown extensions available for relaying.
- numberOfUnknownExtensions() - Method in interface com.oss.asn1.RelaySafe
-
This method returns the number of unknown extensions, available for relaying.
- numberOfUnknownExtensions() - Method in class com.oss.asn1.RelaySafeSequence
-
Returns number of unknown extensions available for relaying.
- numberOfUnknownExtensions() - Method in class com.oss.asn1.RelaySafeSet
-
Returns number of unknown extensions available for relaying.
- NUMERIC - Enum constant in enum class com.oss.asn1.CSVTool.BooleanFormat
-
"1" - true, "0" - false.
- NUMERIC_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for NumericString type is 18.
- NumericString - Class in com.oss.asn1
-
The NumericString class represents the ASN.1 NumericString type.
- NumericString() - Constructor for class com.oss.asn1.NumericString
-
The default constructor.
- NumericString(char[]) - Constructor for class com.oss.asn1.NumericString
-
Construct from a char array.
- NumericString(String) - Constructor for class com.oss.asn1.NumericString
-
Construct from a String.
O
- OBJECT_DESCRIPTOR - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for ObjectDescriptor type is 7.
- OBJECT_IDENTIFIER - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for OBJECT IDENTIFIER type is 6
- ObjectDescriptor - Class in com.oss.asn1
-
The ObjectDescriptor class represents the ASN.1 ObjectDescriptor type.
- ObjectDescriptor() - Constructor for class com.oss.asn1.ObjectDescriptor
-
The default constructor.
- ObjectDescriptor(char[]) - Constructor for class com.oss.asn1.ObjectDescriptor
-
Construct from a String.
- ObjectDescriptor(String) - Constructor for class com.oss.asn1.ObjectDescriptor
-
Construct from a String.
- ObjectIdentifier - Class in com.oss.asn1
-
The ObjectIdentifier class represents the ASN.1 OBJECT IDENTIFIER type.
- ObjectIdentifier() - Constructor for class com.oss.asn1.ObjectIdentifier
-
The default constructor.
- ObjectIdentifier(byte[]) - Constructor for class com.oss.asn1.ObjectIdentifier
-
Construct from a byte array.
- ObjectIdentifier(String) - Constructor for class com.oss.asn1.ObjectIdentifier
-
Construct from a String.
- ObjectIdentifierIri - Class in com.oss.asn1
-
The ObjectIdentifierIri class represents the ASN.1 OID-IRI type.
- ObjectIdentifierIri() - Constructor for class com.oss.asn1.ObjectIdentifierIri
-
The default constructor.
- ObjectIdentifierIri(char[]) - Constructor for class com.oss.asn1.ObjectIdentifierIri
-
Construct from a char array.
- ObjectIdentifierIri(String) - Constructor for class com.oss.asn1.ObjectIdentifierIri
-
Construct from a String.
- ObjectReader<T> - Interface in com.oss.asn1
-
The
ObjectReader
interface specifies the functionality to retrieve objects from anObjectStore
object. - ObjectStorage<T> - Interface in com.oss.asn1
-
The
ObjectStorage
interface extends theStorage
interface to include additional methods for accessing and modifying the contents, that is an array of Objects. - objectStorageValue() - Method in class com.oss.asn1.HugeContainer
-
Get the value of 'this' object as an ObjectStorage object.
- ObjectWriter<T> - Interface in com.oss.asn1
-
The
ObjectWriter
interface specifies the functionality to put objects to anObjectStore
. - octet_aligned_chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constant identified chosen component.
- OCTET_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for OCTET STRING type is 4.
- octetAligned_Chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constant identified chosen component.
- OctetString - Class in com.oss.asn1
-
The OctetString class represents the ASN.1 OCTET STRING type.
- OctetString() - Constructor for class com.oss.asn1.OctetString
-
The default constructor.
- OctetString(byte[]) - Constructor for class com.oss.asn1.OctetString
-
Construct from a byte[].
- OER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Octet Encoding Rules (OER)
- OERCoder - Class in com.oss.asn1
-
This class implements coding services for Octet Encoding Rules (OER).
- OID_IRI - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for OID-IRI type is 35.
- OpenType - Class in com.oss.asn1
-
The OpenType class represents the ASN.1 ANY and the open type.
- OpenType() - Constructor for class com.oss.asn1.OpenType
-
The default constructor.
- OpenType(byte[]) - Constructor for class com.oss.asn1.OpenType
-
Construct an instance of this class with a byte array that represents the encoding of a valid ASN.1 type.
- OpenType(byte[], TransferSyntax) - Constructor for class com.oss.asn1.OpenType
-
Construct an instance of this class with a byte array that represents the encoding of a valid ASN.1 type.
- OpenType(AbstractData) - Constructor for class com.oss.asn1.OpenType
-
Construct an instance of this class with an AbstractData object that represents an unencoded value of a valid ASN.1 type.
- OpenType(AbstractData, Coder) - Constructor for class com.oss.asn1.OpenType
-
Construct an instance of this class with a PDU object reference that represents the un-encoded value of a valid ASN.1 type.
- OpenTypeInfo - Class in com.oss.metadata
-
The OpenTypeInfo class represents the properties of ASN.1 open types which can be automatically decoded.
- OSSByteStorage - Class in com.oss.storage
-
Implements external storage for the data, whose contents is an array of bytes.
- OSSByteStorage() - Constructor for class com.oss.storage.OSSByteStorage
-
The default constructor.
- OSSByteStorage(File) - Constructor for class com.oss.storage.OSSByteStorage
-
Create an OSSByteStorage object and associate it with an existing disk file.
- OSSCharStorage - Class in com.oss.storage
-
Implements external storage for the data whose contents is either an array of characters or a String.
- OSSCharStorage() - Constructor for class com.oss.storage.OSSCharStorage
-
The default constructor.
- OSSCharStorage(File) - Constructor for class com.oss.storage.OSSCharStorage
-
Create an OSSCharStorage object and associate it with an existing disk file.
- OSSFileStorage - Class in com.oss.storage
-
The OSSFileStorage class is the common superclass for the OSSByteStorage, OSSCharStorage and OSSObjectStorage.
- OSSObjectStorage - Class in com.oss.storage
-
Implements external storage for the data whose contents is an array of Objects.
- OSSObjectStorage() - Constructor for class com.oss.storage.OSSObjectStorage
-
The default constructor.
- OSSObjectStorage(File) - Constructor for class com.oss.storage.OSSObjectStorage
-
Create an OSSObjectStorage object and associate it with an existing disk file.
- OSSStorageManager - Class in com.oss.storage
-
This class implements the default storage manager that uses a disk file to store the content octets of the storage.
- OSSStorageManager() - Constructor for class com.oss.storage.OSSStorageManager
P
- parseBCD(String) - Static method in class com.oss.util.ByteTool
-
Parses a string containing an unsigned decimal number and converts it to the Binary-Coded Decimal representation.
- parseHex(String, boolean) - Static method in class com.oss.util.HexTool
-
Takes a string of hexadecimal digits and converts the string to a byte array.
- parseHstring(String) - Static method in class com.oss.util.HexTool
-
Takes a string that contains ASN.1 value notation for the OCTET STRING and converts it to the byte array.
- parseIPAddress(String) - Static method in class com.oss.util.ByteTool
-
Take a textual IP address, convert it to the binary format and return the result in a byte[] array.
- parseTAP3BCD(String) - Static method in class com.oss.util.ByteTool
-
Parses a string containing one or more '0'-'9', 'a', 'b', 'c', 'd' and 'e' digits and converts it to the Binary-Coded Decimal representation.
- parseTBCD(String) - Static method in class com.oss.util.ByteTool
-
Parses a string containing one or more '0'-'9', 'a', 'b', 'c', '+' and '#' digits and converts it to the Telephony Binary-Coded Decimal representation.
- PatternConstraint - Class in com.oss.metadata
-
The PatternConstraint class represents the ASN.1 PATTERN constraint.
- PER_ALIGNED - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Packed Encoding Rules (PER - Aligned)
- PER_UNALIGNED - Enum constant in enum class com.oss.asn1.TransferSyntax
-
Packed Encoding Rules (PER - Unaligned)
- PERAlignedCoder - Class in com.oss.asn1
-
This class implements coding services for ALIGNED variant of Packed Encoding Rules (PER).
- PERTime - Class in com.oss.metadata
-
PERTime class identifies PER or OER time encoding kind via main determining row and date and time determining rows.
- PERUnalignedCoder - Class in com.oss.asn1
-
This class implements coding services for UNALIGNED variant of Packed Encoding Rules (PER).
- PLUS_INFINITY - Static variable in class com.oss.asn1.DecimalReal
-
The constant used to specify the ASN.1 REAL value, PLUS-INFINITY.
- PLUS_INFINITY - Static variable in class com.oss.asn1.Real
-
The constant used to specify the ASN.1 REAL value, PLUS-INFINITY.
- Position - Class in com.oss.asn1
-
The Position class holds information about size and position of a bitfield inside encoded data buffer.
- Position(int, int) - Constructor for class com.oss.asn1.Position
-
The constructor.
- Position(int, int, boolean) - Constructor for class com.oss.asn1.Position
-
The constructor.
- presentation_context_id_chosen - Static variable in class com.oss.asn1.EmbeddedPDV.Identification
-
Class constant to identify the chosen component.
- print(int, PrintWriter) - Method in interface com.oss.asn1.Printable
-
Prints the
data
value. - print(AbstractData) - Method in class com.oss.util.ASN1PrintWriter
-
Print the instance of
AbstractData
in ASN.1 value notation format. - print(AbstractData, PrintWriter) - Method in class com.oss.asn1.CSVTool
-
Prints the
AbstractData
object in CSV format. - print(Object) - Method in class com.oss.util.ASN1PrintWriter
-
Overrides the method of the superclass to handle the
obj
that is the instance of theAbstractData
in a special way. - Printable - Interface in com.oss.asn1
-
This interface allows you to override the standard methods that are used to print the values of ASN.1 types.
- PRINTABLE_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for PrintableString type is 19.
- PrintableString - Class in com.oss.asn1
-
The PrintableString class represents the ASN.1 PrintableString type.
- PrintableString() - Constructor for class com.oss.asn1.PrintableString
-
The default constructor.
- PrintableString(char[]) - Constructor for class com.oss.asn1.PrintableString
-
Construct from a char array.
- PrintableString(String) - Constructor for class com.oss.asn1.PrintableString
-
Construct from a String.
- printHex(byte[]) - Static method in class com.oss.util.HexTool
-
Print the hexadecimal representation of a buffer of binary data.
- printHex(byte[], int) - Static method in class com.oss.util.HexTool
-
Print the hexadecimal representation of a buffer of binary data.
- println(Object) - Method in class com.oss.util.ASN1PrintWriter
-
Overrides the method of the superclass to handle the
obj
that is the instance of theAbstractData
in a special way. - printStackTrace() - Method in exception com.oss.asn1.AbstractException
-
Prints this exception and its backtrace to the standard error stream.
- printStackTrace(PrintStream) - Method in exception com.oss.asn1.AbstractException
-
Prints this exception and its backtrace to the specified print stream.
- printStackTrace(PrintWriter) - Method in exception com.oss.asn1.AbstractException
-
Prints this exception and its backtrace to the specified print writer.
- PRIVATE - Enum constant in enum class com.oss.util.BERTool.TagClass
-
The private BER tag class
- PropertySettingsConstraint - Class in com.oss.metadata
-
The PropertySettingsConstraint represents an ASN.1 property setting constraint.
- put(AbstractData, AbstractData, int, Position) - Method in class com.oss.asn1.AbstractDataPositions
-
Put component's position into the table.
- put(Object, Position) - Method in class com.oss.asn1.AbstractDataPositions
-
Put a component's position into the table.
Q
- QName - Class in com.oss.metadata
-
The QName class is a helper class used by the metadata package classes to encapsulate generated qualified names.
R
- RangeList - Class in com.oss.metadata
-
The RangeList class represents the properties of an ASN.1 constraint range.
- read(byte[], int, int) - Method in class com.oss.util.DecompressInputStream
-
Reads uncompressed data into an array of bytes.
- readFrom(ByteBuffer) - Static method in class com.oss.util.BERTool.TLV
-
Creates an instance by reading it from a ByteBuffer.
- readObject() - Method in interface com.oss.asn1.ObjectReader
-
Read next object from the storage.
- readResolve() - Method in class com.oss.asn1.RelaySafeEnumerated
-
For Serializable classes, the
readResolve
method allows a class to replace/resolve the object read from the stream before it is returned to the caller. - readTLV(InputStream) - Method in class com.oss.util.BERTool.BERReader
-
Reads a complete BER encoding from an input stream and returns it as an array of bytes.
- Real - Class in com.oss.asn1
-
The Real class represents the ASN.1 REAL type.
- Real() - Constructor for class com.oss.asn1.Real
-
The default constructor.
- Real(double) - Constructor for class com.oss.asn1.Real
-
Construct from a double.
- Real(float) - Constructor for class com.oss.asn1.Real
-
Construct from a float.
- REAL - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for REAL type is 9.
- RealInfo - Class in com.oss.metadata
-
The RealInfo class represents the properties of an ASN.1 REAL type.
- RecurrenceRangeConstraint - Class in com.oss.metadata
-
The RecurrenceRangeConstraint class represents the ASN.1 Recurrence range constraint.
- RELATIVE_OID - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for RELATIVE-OID type is 13.
- RELATIVE_OID_IRI - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for RELATIVE-OID-IRI type is 36.
- RelativeObjectIdentifier - Class in com.oss.asn1
-
The RelativeObjectIdentifier class represents the ASN.1 RELATIVE-OID type.C
- RelativeObjectIdentifier() - Constructor for class com.oss.asn1.RelativeObjectIdentifier
-
The default constructor.
- RelativeObjectIdentifier(byte[]) - Constructor for class com.oss.asn1.RelativeObjectIdentifier
-
Construct from a byte array.
- RelativeObjectIdentifier(String) - Constructor for class com.oss.asn1.RelativeObjectIdentifier
-
Construct from a String.
- RelativeObjectIdentifierIri - Class in com.oss.asn1
-
The RelativeObjectIdentifierIri class represents the ASN.1 RELATIVE-OID-IRI type.
- RelativeObjectIdentifierIri() - Constructor for class com.oss.asn1.RelativeObjectIdentifierIri
-
The default constructor.
- RelativeObjectIdentifierIri(char[]) - Constructor for class com.oss.asn1.RelativeObjectIdentifierIri
-
Construct from a char array.
- RelativeObjectIdentifierIri(String) - Constructor for class com.oss.asn1.RelativeObjectIdentifierIri
-
Construct from a String.
- RelaySafe - Interface in com.oss.asn1
-
The RelaySafe interface defines the set of methods required to support relay-safe coding.
- RelaySafeChoice - Class in com.oss.asn1
-
The RelaySafeChoice class represents the ASN.1 CHOICE type but has additional ability to store unknown extension and make it available for further relaying.
- RelaySafeChoice() - Constructor for class com.oss.asn1.RelaySafeChoice
-
The default constructor.
- RelaySafeChoice(AbstractData) - Constructor for class com.oss.asn1.RelaySafeChoice
-
Construct a RelaySafeChoice with the chosen component.
- RelaySafeChoice(AbstractData, int) - Constructor for class com.oss.asn1.RelaySafeChoice
-
Construct a RelaySafeChoice with the chosen component.
- RelaySafeEnumerated - Class in com.oss.asn1
-
The RelaySafeEnumerated class represents the ASN.1 ENUMERATED type and is able to store an unknown extension for further relaying.
- RelaySafeEnumerated() - Constructor for class com.oss.asn1.RelaySafeEnumerated
-
The default constructor.
- RelaySafeEnumerated(long) - Constructor for class com.oss.asn1.RelaySafeEnumerated
-
Construct with a long value.
- RelaySafeSequence - Class in com.oss.asn1
-
The RelaySafeSequence class represents the ASN.1 SEQUENCE type but has additional ability to store unknown extensions and make them available to coder for further relaying.
- RelaySafeSet - Class in com.oss.asn1
-
The RelaySafeSet class represents the ASN.1 SET type but has additionally the ability to store unknown extensions and make them available to the coder for further relaying.
- remove(int) - Method in class com.oss.asn1.AbstractContainer
-
Remove the AbstractData object identified by its index from the container.
- remove(int) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Remove the information object identified by its index from the container.
- remove(AbstractData, InfoObject) - Method in class com.oss.asn1.DefaultIndex
-
Removes the information object from the index.
- remove(AbstractData, InfoObject) - Method in interface com.oss.asn1.Index
-
Remove the information object from the index.
- remove(T) - Method in class com.oss.asn1.SequenceOf
-
Remove an Element from this SEQUENCE OF.
- remove(T) - Method in class com.oss.asn1.SequenceOfDeferred
-
Remove an Element from this SEQUENCE OF.
- remove(T) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Remove an Element from this SEQUENCE OF.
- remove(T) - Method in class com.oss.asn1.SetOf
-
Remove an Element from this SET OF.
- remove(T) - Method in class com.oss.asn1.SetOfDeferred
-
Remove an Element from this SET OF.
- remove(T) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Remove an Element from this SET OF.
- removeAllElements() - Method in class com.oss.asn1.AbstractContainer
-
Remove all AbstractData object elements from the container.
- removeAllElements() - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Deprecated.As of release 8.0 replaced by
IndexedInfoObjectSet.removeAllObjects()
- removeAllObjects() - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Remove all information objects from the container.
- removeAllObjects() - Method in class com.oss.asn1.InfoObjectSet
-
Remove all AbstractData object elements from the container.
- removeAllUnknownExtensions() - Method in interface com.oss.asn1.HugeRelaySafe
-
This method is to remove all unknown extensions saved for relaying.
- removeAllUnknownExtensions() - Method in class com.oss.asn1.HugeRelaySafeSequence
-
Removes all unknown extensions that were saved for relaying.
- removeAllUnknownExtensions() - Method in class com.oss.asn1.HugeRelaySafeSet
-
Removes all unknown extensions saved for relaying.
- removeAllUnknownExtensions() - Method in interface com.oss.asn1.RelaySafe
-
This method is supposed to remove all unknown extensions, saved for relaying.
- removeAllUnknownExtensions() - Method in class com.oss.asn1.RelaySafeSequence
-
Removes all unknown extensions, saved for relaying.
- removeAllUnknownExtensions() - Method in class com.oss.asn1.RelaySafeSet
-
Removes all unknown extensions, saved for the relaying.
- removeElement(InfoObject) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Deprecated.As of release 8.0 replaced by
IndexedInfoObjectSet.removeObject(InfoObject)
- removeObject(InfoObject) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Remove the information object, which matches the input object, from the container.
- removeObject(InfoObject) - Method in class com.oss.asn1.InfoObjectSet
-
Remove the information object, which object reference matches the reference of the input object, from this information object set.
- RESERVED15 - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The reserved universal tag number type is 15.
- reset() - Method in class com.oss.asn1.DefaultIndex
-
Resets the index by clearing the underlying hash table.
- reset() - Method in interface com.oss.asn1.Index
-
Resets the index.
- reset(boolean) - Method in interface com.oss.asn1.Storage
-
Discard current contents of the storage object.
- reset(boolean) - Method in class com.oss.storage.OSSFileStorage
-
Discard current contents of the storage object.
- resetDefaults() - Static method in class com.oss.util.BERTool
-
Resets class wide defaults to built-in values.
- rootNode(String, int, int) - Static method in class com.oss.util.ASN1ObjidIriFormat
-
Helper method that parses the first node of the OID-IRI
- ROW - Enum constant in enum class com.oss.asn1.CSVTool.Layout
-
Each record is placed on a separate line.
- run() - Method in class com.oss.util.Benchmark
-
Runs encoder and decoder performance tests.
S
- SampleUtil - Class in com.oss.util
-
This class is used as base class for compiler-generated sample code classes.
- SampleUtil() - Constructor for class com.oss.util.SampleUtil
- samplingTime() - Method in class com.oss.util.Benchmark
-
Returns the current setting for the sampling interval.
- samplingTime(int) - Method in class com.oss.util.Benchmark
-
Sets the duration of sampling interval.
- secondNode(String, int, int, int) - Static method in class com.oss.util.ASN1ObjidIriFormat
-
Helper method that parses the second node of the OID-IRI value
- Sequence - Class in com.oss.asn1
-
The Sequence class represents the ASN.1 SEQUENCE type.
- SEQUENCE - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for SEQUENCE type is 16.
- SequenceFieldInfo - Class in com.oss.metadata
-
The SequenceFieldInfo class represents the properties of individual components of the types SET and SEQUENCE.
- SequenceInfo - Class in com.oss.metadata
-
The SequenceInfo class represents the properties of the ASN.1 SEQUENCE type.
- SequenceOf<T extends AbstractData> - Class in com.oss.asn1
-
The SequenceOf class represents the ASN.1 SEQUENCE OF type
- SequenceOfDeferred<T extends AbstractData> - Class in com.oss.asn1
-
The SetOfDeferred class represents the ASN.1 SEQUENCE OF type with a component type that has --<ASN1.DeferDecoding>-- directive.
- SequenceOfHugeDeferred<T extends AbstractData> - Class in com.oss.asn1
-
The SetOfDeferred class represents the ASN.1 SEQUENCE OF type with a component type that has --<ASN1.DeferDecoding>-- and --<ASN1.ValueInFile>-- directives.
- set(int, int) - Method in class com.oss.asn1.ISO8601Date
-
Set a field's value.
- set(int, int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set a field's value.
- set(int, int) - Method in class com.oss.asn1.ISO8601Duration
-
Set a field's value.
- set(int, int) - Method in interface com.oss.asn1.ISO8601TimeInterface
-
Set a field's value.
- set(int, int) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Set a field's value.
- set(T, int) - Method in class com.oss.asn1.SequenceOf
-
Set (replace) an Element in the SEQUENCE OF.
- set(T, int) - Method in class com.oss.asn1.SequenceOfDeferred
-
Set (replace) an Element in the SEQUENCE OF.
- set(T, int) - Method in class com.oss.asn1.SequenceOfHugeDeferred
-
Set (replace) an Element in the SEQUENCE OF.
- set(T, int) - Method in class com.oss.asn1.SetOf
-
Set (replace) an Element in the SET OF.
- set(T, int) - Method in class com.oss.asn1.SetOfDeferred
-
Set (replace) an Element in the SET OF.
- set(T, int) - Method in class com.oss.asn1.SetOfHugeDeferred
-
Set (replace) an Element in the SET OF.
- Set - Class in com.oss.asn1
-
The Set class represents the ASN.1 SET type.
- SET - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for SET type is 17.
- setAbstract(ObjectIdentifier) - Method in class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
-
The mutator for the field "abstract".
- setArbitrary(BitString) - Method in class com.oss.asn1.External.Encoding
-
The mutator for the field "arbitrary" in Encoding.
- setBit(int) - Method in class com.oss.asn1.BitString
-
Set a bit, identified by an index, to 1.
- setBooleanFormat(CSVTool.BooleanFormat) - Method in class com.oss.asn1.CSVTool
-
Sets the format that is used to represent
BOOLEAN
type values in the CSV output. - setBytesPerLine(int) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
-
Sets the value of bytesPerLine.
- setChosenValue(AbstractData) - Method in class com.oss.asn1.RelaySafeChoice
-
Overrides the
setChosenValue
method of the superclass to clean up the unknown extension. - setColumnSeparator(String) - Method in class com.oss.asn1.CSVTool
-
Sets a character sequence used to separate column values and column names in the CSV header.
- setContainedValue(T) - Method in class com.oss.asn1.ContainingBitString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setContainedValue(T) - Method in class com.oss.asn1.ContainingOctetString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setContainedValue(T) - Method in class com.oss.asn1.HugeContainingBitString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setContainedValue(T) - Method in class com.oss.asn1.HugeContainingOctetString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setContext_negotiation(EmbeddedPDV.Identification.Context_negotiation) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "context-negotiation" in Identification.
- setCSVSettings(CSVTool.Settings) - Method in class com.oss.asn1.CSVTool
-
Sets the format of the CSV output using predefined configurations.
- setData_value(OctetString) - Method in class com.oss.asn1.EmbeddedPDV
-
The mutator for the field "data-value".
- setData_value_descriptor(ObjectDescriptor) - Method in class com.oss.asn1.External
-
The mutator for the OPTIONAL field "data-value-descriptor", marking it as present.
- setDataValueDescriptor(ObjectDescriptor) - Method in class com.oss.asn1.External
-
Deprecated.
- setDay(int) - Method in class com.oss.asn1.AbstractTime
-
Set the day component of 'this' object.
- setDay(int) - Method in class com.oss.asn1.ISO8601Date
-
Set the day component of 'this' object.
- setDay(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set the day component of 'this' object.
- setDays(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the days component of 'this' object.
- setDecodedValue(AbstractData) - Method in class com.oss.asn1.AbstractOpenType
-
Set the unencoded data of a valid ASN.1 type.
- setDecodedValue(AbstractData) - Method in class com.oss.asn1.HugeOpenType
-
Set the unencoded data of a valid ASN.1 type.
- setDecodedValue(AbstractData) - Method in class com.oss.asn1.OpenType
-
Set the unencoded data of a valid ASN.1 type.
- setDecodedValue(T) - Method in class com.oss.asn1.ContainingBitString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setDecodedValue(T) - Method in class com.oss.asn1.ContainingOctetString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setDecodedValue(T) - Method in class com.oss.asn1.HugeContainingBitString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setDecodedValue(T) - Method in class com.oss.asn1.HugeContainingOctetString
-
Set the value to the interpreted form (the value of the contained ASN.1 type).
- setDecoder(BinaryCoder) - Method in class com.oss.asn1.Binary2CSVConvertor
-
Sets the binary decoder.
- setDecoder(BinaryCoder) - Method in class com.oss.asn1.Binary2JSONConvertor
-
Set Binary decoder
- setDecoder(BinaryCoder) - Method in class com.oss.asn1.Binary2XMLConvertor
-
Set Binary decoder
- setDecoder(Coder) - Method in class com.oss.asn1.EncodingRuleConvertor
-
Set decoder object that will be used to decode the input stream
- setDecoder(JSONCoder) - Method in class com.oss.asn1.JSON2BinaryConvertor
-
Set JSON decoder
- setDecoder(XMLCoder) - Method in class com.oss.asn1.XML2BinaryConvertor
-
Set XML decoder
- setDecoderDebugOut(PrintWriter) - Method in class com.oss.asn1.Coder
-
Redirect the decoder's diagnostic output to a character-output stream.
- setDecoderDebugProperties(Properties) - Method in class com.oss.asn1.Coder
-
Specify settings of the decoder's debugger.
- setDefaultIndentWidth(int) - Static method in class com.oss.util.BERTool
-
Specifies the value for the indent width.
- setDefaultTruncationLimit(int) - Static method in class com.oss.util.BERTool
-
Specifies the value for the truncation limit that will be used to truncate long contents strings.
- setDeleteFilesOnExit(boolean) - Static method in class com.oss.storage.OSSStorageManager
-
Set the boolean flag, that requests automatic deletion of temporary files, created by the allocate().
- setDigits(int) - Method in class com.oss.asn1.ISO8601Duration.Fractional_part
-
Set the digits component of 'this' object.
- setDirect_reference(ObjectIdentifier) - Method in class com.oss.asn1.External
-
The mutator for the OPTIONAL field "direct-reference", marking it as present.
- setDirectReference(ObjectIdentifier) - Method in class com.oss.asn1.External
-
Deprecated.
- setElement(InfoObject, int) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Deprecated.As of release 8.0 replaced by
IndexedInfoObjectSet.setObject(InfoObject, int)
- setEncodedValue(byte[]) - Method in class com.oss.asn1.OpenType
-
Set the encoded data, an encoding of a valid ASN.1 type.
- setEncodedValue(byte[], TransferSyntax) - Method in class com.oss.asn1.OpenType
-
Set the encoded data, an encoding of a valid ASN.1 type.
- setEncodedValue(ByteStorage) - Method in class com.oss.asn1.HugeOpenType
-
Set the encoded data, an encoding of a valid ASN.1 type.
- setEncodedValue(ByteStorage, TransferSyntax) - Method in class com.oss.asn1.HugeOpenType
-
Set the encoded data, an encoding of a valid ASN.1 type.
- setEncoder(BinaryCoder) - Method in class com.oss.asn1.JSON2BinaryConvertor
-
Set output Binary encoder
- setEncoder(BinaryCoder) - Method in class com.oss.asn1.XML2BinaryConvertor
-
Set output Binary encoder
- setEncoder(Coder) - Method in class com.oss.asn1.EncodingRuleConvertor
-
Set encoder object that will be used to re-encode to the output stream
- setEncoder(CSVTool) - Method in class com.oss.asn1.Binary2CSVConvertor
-
Sets output CSV printer.
- setEncoder(JSONCoder) - Method in class com.oss.asn1.Binary2JSONConvertor
-
Set output JSON encoder
- setEncoder(XMLCoder) - Method in class com.oss.asn1.Binary2XMLConvertor
-
Set output XML encoder
- setEncoderDebugOut(PrintWriter) - Method in class com.oss.asn1.Coder
-
Redirect the encoder's diagnostic output to a character-output stream.
- setEncoderDebugProperties(Properties) - Method in class com.oss.asn1.Coder
-
Specify settings of the encoder's debugger.
- setEncoding(External.Encoding) - Method in class com.oss.asn1.External
-
The mutator for the field "encoding".
- setEnumFormat(CSVTool.EnumFormat) - Method in class com.oss.asn1.CSVTool
-
Sets the format that is used to represent
ENUMERATED
type values in the CSV output. - setFixed(Null) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "fixed" in Identification.
- setFractional_part(ISO8601Duration.Fractional_part) - Method in class com.oss.asn1.ISO8601Duration
-
Set the fractional part component of 'this' object.
- setGeneralizedTimeFormat(CSVTool.DateFormat) - Method in class com.oss.asn1.CSVTool
-
Specifies the format that is used to represent
GeneralizedTime
type values in the CSV output. - setHeader(CSVTool.Header) - Method in class com.oss.asn1.CSVTool
-
Sets the
format of the CSV header
in the CSV output. - setHeaderNameSeparator(String) - Method in class com.oss.asn1.CSVTool
-
Sets a character sequence used to separate components of a full column name in the CSV header.
- setHour(int) - Method in class com.oss.asn1.AbstractTime
-
Set the hour component of 'this' object.
- setHour(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set the hour component of 'this' object.
- setHour(int) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Set the hour component of 'this' object.
- setHours(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the hours component of 'this' object.
- setIdentification(EmbeddedPDV.Identification) - Method in class com.oss.asn1.EmbeddedPDV
-
The mutator for the field "identification".
- setIdentification(EmbeddedPDV.Identification) - Method in class com.oss.asn1.UnrestrCharacterString
-
The mutator for the field "identification".
- setIndentWidth(int) - Method in class com.oss.asn1.Coder
-
Set indentation width for generating whitespace (XER and E-XER only).
- setIndentWidth(int) - Method in class com.oss.asn1.EXERCoder
-
Set indentation width for generating whitespace
- setIndentWidth(int) - Method in class com.oss.asn1.JSONCoder
-
Set indentation width for generating whitespace
- setIndentWidth(int) - Method in class com.oss.asn1.XERCoder
-
Set indentation width for generating whitespace
- setIndentWidth(int) - Method in class com.oss.asn1.XERDocument
-
Set indentation width for generating whitespace
- setIndentWidth(int) - Method in class com.oss.util.ASN1PrintWriter
-
Set the width of one indent level.
- setIndentWidth(int) - Method in class com.oss.util.BERTool.HexBuilder
-
Sets the value of the indent width.
- setIndentWidth(int) - Method in class com.oss.util.BERTool.SyntaxBuilder
-
Sets the value of the indent width.
- setIndirect_reference(long) - Method in class com.oss.asn1.External
-
The mutator for the OPTIONAL field "indirect-reference", marking it as present.
- setIndirect_reference(INTEGER) - Method in class com.oss.asn1.External
-
The mutator for the OPTIONAL field "indirect-reference", marking it as present.
- setIndirectReference(long) - Method in class com.oss.asn1.External
-
Deprecated.
- setIndirectReference(INTEGER) - Method in class com.oss.asn1.External
-
Deprecated.
- SetInfo - Class in com.oss.metadata
-
The SetInfo class represents the properties of the ASN.1 SET type.
- setIsUTCTime(boolean) - Method in class com.oss.asn1.GeneralizedTime
-
Specify that this GeneralizedTime should represent UTCTime.
- setLayout(CSVTool.Layout) - Method in class com.oss.asn1.CSVTool
-
Sets the
layout
of the CSV output. - setMaximumNestingLevel(int) - Method in class com.oss.asn1.CSVTool
-
To create a partial CSV, select the maximum nesting level inside a PDU type, starting from which values of simple types should NOT be included in the output CSV.
- setMillisecond(int) - Method in class com.oss.asn1.GeneralizedTime
-
Set the millisecond component of 'this' object.
- setMinimumNestingLevel(int) - Method in class com.oss.asn1.CSVTool
-
To create a partial CSV, select the minimum nesting level inside a PDU type, used as a starting point for including simple values in the output CSV.
- setMinute(int) - Method in class com.oss.asn1.AbstractTime
-
Set the minute component of 'this' object.
- setMinute(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set the minute component of 'this' object.
- setMinute(int) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Set the minute component of 'this' object.
- setMinuteDifferential(int) - Method in class com.oss.asn1.AbstractTime
-
Set the minute-differential component of 'this' object.
- setMinuteDifferential(int) - Method in class com.oss.asn1.GeneralizedTime
-
Set the minute-differential component of 'this' object if the isUTCTime flag is false.
- setMinutes(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the minutes component of 'this' object.
- setMonth(int) - Method in class com.oss.asn1.AbstractTime
-
Set the month component of 'this' object.
- setMonth(int) - Method in class com.oss.asn1.ISO8601Date
-
Set the month component of 'this' object.
- setMonth(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set the month component of 'this' object.
- setMonths(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the months component of 'this' object.
- setNumberOfSamples(int) - Method in class com.oss.util.Benchmark
-
Deprecated.
- setObject(InfoObject, int) - Method in class com.oss.asn1.IndexedInfoObjectSet
-
Set the Element at the index in the container to the new element.
- setObject(InfoObject, int) - Method in class com.oss.asn1.InfoObjectSet
-
Set the Element at the index in the container to the new element.
- setOctet_aligned(OctetString) - Method in class com.oss.asn1.External.Encoding
-
The mutator for the field "octet-aligned" in Encoding.
- setOctetAligned(OctetString) - Method in class com.oss.asn1.External.Encoding
-
Deprecated.
- setOctetStringFormat(CSVTool.StringFormat) - Method in class com.oss.asn1.CSVTool
-
Sets the format that is used to represent
OCTET STRING
type values in the CSV output. - SetOf<T extends AbstractData> - Class in com.oss.asn1
-
The SetOf class represents the ASN.1 SET OF type
- SetOfDeferred<T extends AbstractData> - Class in com.oss.asn1
-
The SetOfDeferred class represents the ASN.1 SET OF type with a component type that has --<ASN1.DeferDecoding>-- directive.
- SetOfHugeDeferred<T extends AbstractData> - Class in com.oss.asn1
-
The SetOfHugeDeferred class represents the ASN.1 SET OF type with a component type that has --<ASN1.DeferDecoding>-- and --<ASN1.ValueInFile>-- directives.
- setPrefix(String) - Static method in class com.oss.storage.OSSStorageManager
-
Set prefix to use in generating the file's name.
- setPresentation_context_id(long) - Method in class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
The mutator for the field "presentation-context-id".
- setPresentation_context_id(long) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "presentation-context-id" in Identification.
- setPresentation_context_id(INTEGER) - Method in class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
The mutator for the field "presentation-context-id".
- setPresentation_context_id(INTEGER) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "presentation-context-id" in Identification.
- setPrintTitles(boolean) - Method in class com.oss.util.BERTool.SyntaxBuilder
-
Set the value of printTitles.
- setRelayID(String) - Method in interface com.oss.asn1.RelaySafe
-
The contract for this method is to save the identification of the decoder that decoded unknown extensions to prevent erroneous relaying using incompatible transfer syntax.
- setRootElement(AbstractData) - Method in class com.oss.asn1.XERDocument
-
Set abstract value which represents the document
- setSamplingTime(int) - Method in class com.oss.util.Benchmark
-
Deprecated.
- setSecond(int) - Method in class com.oss.asn1.AbstractTime
-
Set the second component of 'this' object.
- setSecond(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set the second component of 'this' object.
- setSecond(int) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Set the second component of 'this' object.
- setSeconds(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the seconds component of 'this' object.
- setSequenceOfTruncationLimit(int) - Method in class com.oss.asn1.CSVTool
-
This setting can be used to limit the maximum number of components in each SET OF or SEQUENCE OF for which an extra CSV should be created.
- setSignificantBits(int) - Method in class com.oss.asn1.BitString
-
Set the significant bits of BitString.
- setSingle_ASN1_type(OpenType) - Method in class com.oss.asn1.External.Encoding
-
The mutator for the field "single-ASN1-type" in Encoding.
- setSingleASN1Type(OpenType) - Method in class com.oss.asn1.External.Encoding
-
Deprecated.
- setSizeoflong(int) - Method in class com.oss.util.DecompressInputStream
-
Sets the mSizeoflong to the specified value if the compression have been by ASN1/C tools.
- setStorageManager(StorageManager) - Method in class com.oss.asn1.Coder
-
Set the
StorageManager
, that will allocate the storage for the huge values. - setString_value(OctetString) - Method in class com.oss.asn1.UnrestrCharacterString
-
The mutator for the field "string-value".
- setSuffix(String) - Static method in class com.oss.storage.OSSStorageManager
-
Set suffix to use in generating the file's name.
- setSyntax(ObjectIdentifier) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "syntax" in Identification.
- setSyntaxes(EmbeddedPDV.Identification.Syntaxes) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "syntaxes" in Identification.
- SETTING_1 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #1.
- SETTING_2 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #2.
- SETTING_3 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #3.
- SETTING_4 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #4.
- SETTING_5 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #5.
- SETTING_6 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #6.
- SETTING_7 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #7.
- SETTING_8 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #8.
- SETTING_9 - Enum constant in enum class com.oss.asn1.CSVTool.Settings
-
Predefined configuration #9.
- setTransfer(ObjectIdentifier) - Method in class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
-
The mutator for the field "transfer".
- setTransfer_syntax(ObjectIdentifier) - Method in class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
-
The mutator for the field "transfer-syntax".
- setTransfer_syntax(ObjectIdentifier) - Method in class com.oss.asn1.EmbeddedPDV.Identification
-
The mutator for the field "transfer-syntax" in Identification.
- setTruncationLimit(int) - Method in class com.oss.util.ASN1PrintWriter
-
Set the truncation limit.
- setTruncationLimit(int) - Method in class com.oss.util.ASN1ValueFormat
-
Set the truncation limit.
- setTruncationLimit(int) - Method in class com.oss.util.BERTool.DecomposedBuilder
-
Sets the value of truncationLimit.
- setTruncationLimit(int) - Method in class com.oss.util.BERTool.HexBuilder
-
Sets the value of truncationLimit.
- setTruncationLimit(int) - Method in class com.oss.util.BERTool.SyntaxBuilder
-
Sets the value of truncationLimit.
- setType_id(ObjectIdentifier) - Method in class com.oss.asn1.InstanceOf
-
The mutator for the field "type-id".
- setUseThreadContextClassLoader(boolean) - Static method in class com.oss.metadata.TypeInfo
-
The method is used for specifying class loader that will be used to load compiler-generated classes at runtime.
- setValue(boolean) - Method in class com.oss.asn1.BOOLEAN
-
Set the value of 'this' object to a boolean.
- setValue(byte[]) - Method in class com.oss.asn1.AbstractBinary
-
Set the value of 'this' object to the value of the Java type byte[].
- setValue(byte[]) - Method in class com.oss.asn1.AbstractObjectIdentifier
-
Set the value of 'this' object to a byte array.
- setValue(byte[]) - Method in class com.oss.asn1.BitString
-
Set the value of this object to a byte[].
- setValue(byte[]) - Method in class com.oss.asn1.UTF8String
-
Set the value of 'this' object to a byte array.
- setValue(byte[]) - Method in class com.oss.asn1.UTF8String16
-
Set the value of 'this' object to a byte array.
- setValue(byte[]) - Method in class com.oss.asn1.UTF8String32
-
Set the value of 'this' object to an array of char.
- setValue(byte[], int) - Method in class com.oss.asn1.BitString
-
Set the value of this object to a byte[].
- setValue(char[]) - Method in class com.oss.asn1.AbstractString
-
Set the value of 'this' object to an array of char.
- setValue(char[]) - Method in class com.oss.asn1.AbstractString16
-
Set the value of 'this' object to an array of char.
- setValue(char[]) - Method in class com.oss.asn1.AbstractString32
-
Set the value of 'this' object to an array of char.
- setValue(char[]) - Method in class com.oss.asn1.UTF8String
-
Set the value of 'this' object to an array of char.
- setValue(char[]) - Method in class com.oss.asn1.UTF8String16
-
Set the value of 'this' object to an array of char.
- setValue(double) - Method in class com.oss.asn1.DecimalReal
-
Set the value of 'this' object from a double value.
- setValue(double) - Method in class com.oss.asn1.MixedReal
-
Set the value of 'this' object from a double value.
- setValue(double) - Method in class com.oss.asn1.Real
-
Set the value of 'this' object to a double value.
- setValue(float) - Method in class com.oss.asn1.DecimalReal
-
Set the value of 'this' object from a float value.
- setValue(float) - Method in class com.oss.asn1.MixedReal
-
Set the value of 'this' object from a float value.
- setValue(float) - Method in class com.oss.asn1.Real
-
Set the value of 'this' object to a float value.
- setValue(int) - Method in class com.oss.asn1.INTEGER
-
Set the value of 'this' object to a short.
- setValue(int) - Method in class com.oss.asn1.ISO8601Duration.Fractional_part
-
Set the value component of 'this' object.
- setValue(int[]) - Method in class com.oss.asn1.AbstractString32
-
Set the value of 'this' object to an int[].
- setValue(int[]) - Method in class com.oss.asn1.AbstractTime
-
Set the value of an AbstractTime object from an array of int that contains the year, month, day, hour, minute, second and minute-differential.
- setValue(int[]) - Method in class com.oss.asn1.UTF8String
-
Set the value of 'this' object to an array of char.
- setValue(int[]) - Method in class com.oss.asn1.UTF8String16
-
Set the value of 'this' object to an int array.
- setValue(int[], boolean) - Method in class com.oss.asn1.GeneralizedTime
-
Set the value of a GeneralizedTime from an array of int that contains the year, month, day, hour, minute, second, minute-differential and millisecond.
- setValue(long) - Method in class com.oss.asn1.INTEGER
-
Set the value of 'this' object to a short.
- setValue(short) - Method in class com.oss.asn1.INTEGER
-
Set the value of 'this' object to a short.
- setValue(ByteStorage) - Method in class com.oss.asn1.HugeBinaryString
-
Set the value of 'this' object to the value of the ByteStorage object.
- setValue(ByteStorage) - Method in class com.oss.asn1.HugeBitString
-
Set the value of this object to a ByteStorage object.
- setValue(ByteStorage, int) - Method in class com.oss.asn1.HugeBitString
-
Set the value of this object to a ByteStorage object.
- setValue(CharStorage) - Method in class com.oss.asn1.HugeRestrictedString
-
Set the value of 'this' object to a CharStorage object.
- setValue(ObjectStorage<T>) - Method in class com.oss.asn1.HugeContainer
-
Set the value of 'this' object to the value of the ObjectStorage object.
- setValue(OpenType) - Method in class com.oss.asn1.InstanceOf
-
The mutator for the field "value".
- setValue(String) - Method in class com.oss.asn1.AbstractISO8601Time
-
Set an instance of this class from a String containing value notation of the TIME.
- setValue(String) - Method in class com.oss.asn1.AbstractString
-
Set the value of 'this' object to a String.
- setValue(String) - Method in class com.oss.asn1.AbstractString16
-
Set the value of 'this' object to a String.
- setValue(String) - Method in class com.oss.asn1.AbstractString32
-
Set the value of 'this' object to a String.
- setValue(String) - Method in class com.oss.asn1.DecimalReal
-
Set the value of 'this' object by converting the input String value into a double.
- setValue(String) - Method in class com.oss.asn1.GeneralizedTime
-
Set an instance of this class from a String containing value notation of the GeneralizedTime.
- setValue(String) - Method in class com.oss.asn1.ISO8601Date
-
Set an instance of this class from a String containing value notation of the DATE.
- setValue(String) - Method in class com.oss.asn1.ISO8601DateTime
-
Set an instance of this class from a String containing value notation of the DATE-TIME.
- setValue(String) - Method in class com.oss.asn1.ISO8601Duration
-
Set an instance of this class from a String containing value notation of the DURATION.
- setValue(String) - Method in class com.oss.asn1.ISO8601TimeOfDay
-
Set an instance of this class from a String containing value notation of the TIME-OF-DAY.
- setValue(String) - Method in class com.oss.asn1.MixedReal
-
Set the value of 'this' object by converting the input String value into a double.
- setValue(String) - Method in class com.oss.asn1.Real
-
Set the value of 'this' object by converting the input String value into a double.
- setValue(String) - Method in class com.oss.asn1.UTCTime
-
Set an instance of this class from a String containing value notation of the UTCTime.
- setValue(String) - Method in class com.oss.asn1.UTF8String
-
Set the value of 'this' object to a String.
- setValue(String) - Method in class com.oss.asn1.UTF8String16
-
Set the value of 'this' object to a String.
- setValue(BigInteger) - Method in class com.oss.asn1.HugeInteger
-
Set the value of 'this' object to a java.math.BigInteger.
- setWarmupTime(int) - Method in class com.oss.util.Benchmark
-
Deprecated.
- setWeeks(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the weeks component of 'this' object.
- setWorkingDirectory(String, boolean) - Static method in class com.oss.storage.OSSStorageManager
-
Set the name of the directory to create the files.
- setYear(int) - Method in class com.oss.asn1.AbstractTime
-
Set the year component of 'this' object.
- setYear(int) - Method in class com.oss.asn1.ISO8601Date
-
Set the year component of 'this' object.
- setYear(int) - Method in class com.oss.asn1.ISO8601DateTime
-
Set the year component of 'this' object.
- setYears(int) - Method in class com.oss.asn1.ISO8601Duration
-
Set the years component of 'this' object.
- shortValue() - Method in class com.oss.asn1.INTEGER
-
Get the value of 'this' object as a short.
- SIMPLE - Enum constant in enum class com.oss.asn1.CSVTool.Header
-
The CSV header includes only single field names for innermost simple types.
- single_ASN1_type_chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constant identified chosen component.
- singleASN1Type_Chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constant identified chosen components
- SingleTypeConstraint - Class in com.oss.metadata
-
The SingleTypeConstraint class represents an ASN.1 single type constraint imposed on every element of a SET OF or SEQUENCE OF type
- SingleValueConstraint - Class in com.oss.metadata
-
The SingleValueConstraint class represents an ASN.1 single value constraint.
- SingularEnumeration(Object) - Constructor for class com.oss.asn1.DefaultIndex.SingularEnumeration
-
Create the
Enumeration
containing only one element. - size() - Method in class com.oss.asn1.AbstractContainer
-
Deprecated.It was replaced by the new method getSize().
- size() - Method in class com.oss.asn1.DefaultIndex
-
Return the number of key/value pairs in the index.
- SizeConstraint - Class in com.oss.metadata
-
The SizeConstraint class represents an ASN.1 size constraint.
- skip(ByteBuffer) - Method in class com.oss.util.BERTool.DecomposedBuilder
- skip(ByteBuffer) - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when a misencoded value is skipped.
- skip(ByteBuffer) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- skip(ByteBuffer) - Method in class com.oss.util.BERTool.HexBuilder
- skip(ByteBuffer) - Method in class com.oss.util.BERTool.SyntaxBuilder
- SLASHES - Enum constant in enum class com.oss.asn1.CSVTool.DateFormat
-
The value is printed in the MM/DD/YY hh:mm:ss format.
- Storage - Interface in com.oss.asn1
-
The
Storage
interface specifies the functionality an object should implement to serve as an external storage for huge values. - STORAGE_BYTES - Static variable in interface com.oss.asn1.StorageManager
-
Identifies the storage, optimized for storing an array of bytes.
- STORAGE_CHARS - Static variable in interface com.oss.asn1.StorageManager
-
Identifies the storage, optimized for storing an array of characters.
- STORAGE_OBJECTS - Static variable in interface com.oss.asn1.StorageManager
-
Identifies the storage, optimized for storing an array of Objects.
- StorageException - Exception in com.oss.asn1
-
This class defines an exception that occurs when allocating, accessing or modifying an external storage.
- StorageException() - Constructor for exception com.oss.asn1.StorageException
-
Construct the exception without error message.
- StorageException(String) - Constructor for exception com.oss.asn1.StorageException
-
Construct the exception providing an error message.
- StorageManager - Interface in com.oss.asn1
-
The StorageManager interface is implemented by the object that is developed to control the allocation of the external memory.
- stringValue() - Method in class com.oss.asn1.AbstractString
-
Get the value of 'this' object as a String.
- stringValue() - Method in class com.oss.asn1.AbstractString16
-
Get the value of 'this' object as a String.
- stringValue() - Method in class com.oss.asn1.AbstractString32
-
Get the value of 'this' object as a String.
- stringValue() - Method in class com.oss.asn1.UTF8String
-
Get the value of 'this' object as a String.
- syntax_chosen - Static variable in class com.oss.asn1.EmbeddedPDV.Identification
-
Class constant to identify the chosen component.
- SyntaxBuilder(PrintStream) - Constructor for class com.oss.util.BERTool.SyntaxBuilder
-
Constructs a new syntax-TLV dump builder, which is used to dump data from a specified byte buffer source to a specified print stream sink.
- Syntaxes() - Constructor for class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
-
The default constructor.
- Syntaxes(ObjectIdentifier, ObjectIdentifier) - Constructor for class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
-
Construct with components.
- syntaxes_chosen - Static variable in class com.oss.asn1.EmbeddedPDV.Identification
-
Class constant to identify the chosen component.
T
- TableConstraint - Class in com.oss.metadata
-
The TableConstraint class represents an ASN.1 table constraint.
- tag - Variable in class com.oss.util.BERTool.TLV
-
The BER tag.
- tag(ByteBuffer, BERTool.Tag) - Method in class com.oss.util.BERTool.DecomposedBuilder
- tag(ByteBuffer, BERTool.Tag) - Method in interface com.oss.util.BERTool.DumpBuilder
-
Invoked when a tag is parsed.
- tag(ByteBuffer, BERTool.Tag) - Method in class com.oss.util.BERTool.ExtendedDumpBuilder
- tag(ByteBuffer, BERTool.Tag) - Method in class com.oss.util.BERTool.HexBuilder
- tag(ByteBuffer, BERTool.Tag) - Method in class com.oss.util.BERTool.SyntaxBuilder
- TagDecoder - Class in com.oss.metadata
-
The TagDecoder class represents an array of tags which is used for SEQUENCE, SET, and CHOICE types which have multiple fields, each field containing its own tag.
- TagDecoders - Class in com.oss.metadata
-
The TagDecoders class represents an array of tag decoders for the SEQUENCE type.
- Tags - Class in com.oss.metadata
-
The Tags class represents a list of tags of an ASN.1 type
- TELETEX_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for TeletexString type is 20.
- TeletexString - Class in com.oss.asn1
-
The TeletexString class represents the ASN.1 TeletexString type.
- TeletexString() - Constructor for class com.oss.asn1.TeletexString
-
The default constructor.
- TeletexString(char[]) - Constructor for class com.oss.asn1.TeletexString
-
Construct from a char array.
- TeletexString(String) - Constructor for class com.oss.asn1.TeletexString
-
Construct from a String.
- TIME - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for TIME type is 14.
- TIME_OF_DAY - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for TIME-OF-DAY type is 32.
- TimeInfo - Class in com.oss.metadata
- TimePointRangeConstraint - Class in com.oss.metadata
-
The TimePointRangeConstraint class represents the ASN.1 Time point range constraint.
- TimeSettings - Class in com.oss.metadata
-
The TimeSettings class captures information from ASN.1 PropertySetting constraint.
- TLV() - Constructor for class com.oss.util.BERTool.TLV
- TLVDumpException(String) - Constructor for exception com.oss.util.BERTool.TLVDumpException
- toBCD(byte[]) - Static method in class com.oss.util.ByteTool
-
Converts a Binary-Coded Decimal that is stored in the
byte[]
to a decimal number. - toCodePoint(char, char) - Static method in class com.oss.util.ASN1ObjidIriFormat
-
Converts the input high and low surrogates to the surrogate code point.
- toDate() - Method in class com.oss.asn1.AbstractISO8601Time
-
Get a Java Date object primed with the data from 'this' AbstractISO8601Time object.
- toDate() - Method in class com.oss.asn1.AbstractTime
-
Get a Java Date object primed with the data from 'this' AbstractTime object.
- toDate(Calendar) - Method in class com.oss.asn1.AbstractISO8601Time
-
Get a Java Date object primed with the data from 'this' AbstractISO8601Time object using the calendar "calendar".
- toDate(Calendar) - Method in class com.oss.asn1.AbstractTime
-
Get a Java Date object primed with the data from 'this' AbstractTime object using the calendar "calendar".
- toDate(Calendar) - Method in class com.oss.asn1.GeneralizedTime
-
Get a Java Date object primed with the data from 'this' AbstractTime object using the calendar "calendar".
- toIPAddress(byte[]) - Static method in class com.oss.util.ByteTool
-
Convert a binary IP address to text format.
- toString() - Method in class com.oss.asn1.AbstractData
-
Provides the conversion of 'this' object into the Java String object containing the ASN.1 value notation format.
- toString() - Method in class com.oss.asn1.Coder
-
Return the name of this implementation of the Coder.
- toString() - Method in class com.oss.storage.OSSFileStorage
-
Return a string representation of this object.
- toString() - Method in class com.oss.util.BERTool.Tag
-
Gets the ASN.1 syntax of this tag as a string.
- toString() - Method in enum class com.oss.util.BERTool.ValueType
- toString(ASN1ValueFormat) - Method in class com.oss.asn1.AbstractData
-
Provides the conversion of 'this' object into the Java String object containing the ASN.1 value notation format.
- toTAP3BCD(byte[]) - Static method in class com.oss.util.ByteTool
-
Converts a TAP3 Binary-Coded Decimal that is stored in the
byte[]
to text format. - toTBCD(byte[]) - Static method in class com.oss.util.ByteTool
-
Converts a Telephony Binary-Coded Decimal (TBCD) that is stored in the
byte[]
to the text format. - transfer_syntax_chosen - Static variable in class com.oss.asn1.EmbeddedPDV.Identification
-
Class constant to identify the chosen component.
- TransferSyntax - Enum Class in com.oss.asn1
-
Enumerated identifiers for all the ASN.1 encoding rules (transfer syntaxes) that are supported by the OSS Java runtime.
- TRUE - Static variable in class com.oss.asn1.BOOLEAN
-
Constant used to specify the TRUE BOOLEAN value.
- TypeConstraint - Class in com.oss.metadata
-
The TypeConstraint class represents the ASN.1 type constraint.
- TypeInfo - Class in com.oss.metadata
-
The TypeInfo class represents the properties of generic ASN.1 types.
U
- Union - Class in com.oss.metadata
-
The Union class extends Constraints class and represents an expression which is the union of two constraints.
- Unions - Class in com.oss.metadata
-
The Unions class extends Constraints class and represents an expression which is the union of several constraints.
- UNIVERSAL - Enum constant in enum class com.oss.util.BERTool.TagClass
-
The universal BER tag class
- UniversalString - Class in com.oss.asn1
-
The UniversalString class represents the ASN.1 UniversalString type.
- UniversalString() - Constructor for class com.oss.asn1.UniversalString
-
The default constructor.
- UniversalString(char[]) - Constructor for class com.oss.asn1.UniversalString
-
Construct from a char array.
- UniversalString(int[]) - Constructor for class com.oss.asn1.UniversalString
-
Construct from an int array.
- UniversalString(String) - Constructor for class com.oss.asn1.UniversalString
-
Construct from a String.
- UNIVERSALSTRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for UniversalString type is 28.
- UNKNOWN - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for unknown type is 0.
- UnrestrCharacterString - Class in com.oss.asn1
-
The UnrestrCharacterString class represents the ASN.1 CHARACTER STRING type.
- UnrestrCharacterString() - Constructor for class com.oss.asn1.UnrestrCharacterString
-
The default constructor.
- UnrestrCharacterString(EmbeddedPDV.Identification, OctetString) - Constructor for class com.oss.asn1.UnrestrCharacterString
-
Construct with components.
- UPPERCASE - Enum constant in enum class com.oss.asn1.CSVTool.BooleanFormat
-
"TRUE" or "FALSE".
- useDefiniteLengthEncoding() - Method in class com.oss.asn1.BERCoder
-
Use Definite Length Encoding when encoding with the Basic Encoding Rules.
- useDefiniteLengthEncoding() - Method in class com.oss.asn1.Coder
-
Use Definite Length Encoding when encoding with the Basic Encoding Rules (BER ONLY).
- useIndefiniteLengthEncoding() - Method in class com.oss.asn1.BERCoder
-
Use Indefinite Length Encoding when encoding with the Basic Encoding Rules.
- useIndefiniteLengthEncoding() - Method in class com.oss.asn1.Coder
-
Use Indefinite Length Encoding when encoding with the Basic Encoding Rules (BER ONLY).
- UserPrintFailedException - Exception in com.oss.asn1
-
UserPrintFailedException is thrown by the print() method of the class, that implements
Printable
interface. - UserPrintFailedException() - Constructor for exception com.oss.asn1.UserPrintFailedException
-
Constructs the
UserPrintFailedException
. - UserPrintFailedException(String) - Constructor for exception com.oss.asn1.UserPrintFailedException
-
Constructs the
UserPrintFailedException
with the given message. - UserValidateFailedException - Exception in com.oss.asn1
-
The
isValid()
method of theExternalChecker
throws this exception to indicate that data has failed the user-defined validation check. - UserValidateFailedException() - Constructor for exception com.oss.asn1.UserValidateFailedException
-
The default constructor.
- UserValidateFailedException(String) - Constructor for exception com.oss.asn1.UserValidateFailedException
-
Construct an instance of this class.
- usingDefiniteLengthEncoding() - Method in class com.oss.asn1.BERCoder
-
Determine whether DEFINITE length encoding is in effect.
- usingDefiniteLengthEncoding() - Method in class com.oss.asn1.CERCoder
-
Determine whether DEFINITE length encoding is in effect.
- usingDefiniteLengthEncoding() - Method in class com.oss.asn1.Coder
-
Determine whether DEFINITE length encoding is in effect (BER, DER and CER Only).
- usingDefiniteLengthEncoding() - Method in class com.oss.asn1.DERCoder
-
Determine whether DEFINITE length encoding is in effect.
- UTC_TIME - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for UTCTime type is 23.
- UTCTime - Class in com.oss.asn1
-
The UTCTime class represents the ASN.1 UTCTime type
- UTCTime() - Constructor for class com.oss.asn1.UTCTime
-
The default constructor.
- UTCTime(int[]) - Constructor for class com.oss.asn1.UTCTime
-
Construct an instance of this class from an int array.
- UTCTime(int, int, int, int, int, int, int) - Constructor for class com.oss.asn1.UTCTime
-
Construct from individual time components.
- UTCTime(String) - Constructor for class com.oss.asn1.UTCTime
-
Construct an instance of this class from a String containing value notation of the UTCTime.
- UTF8String - Class in com.oss.asn1
-
The UTF8String class represents the ASN.1 UTF8String type.
- UTF8String() - Constructor for class com.oss.asn1.UTF8String
-
The default constructor.
- UTF8String(byte[]) - Constructor for class com.oss.asn1.UTF8String
-
Construct from a byte array.
- UTF8String(char[]) - Constructor for class com.oss.asn1.UTF8String
-
Construct from a char array.
- UTF8String(int[]) - Constructor for class com.oss.asn1.UTF8String
-
Construct from an int array.
- UTF8String(String) - Constructor for class com.oss.asn1.UTF8String
-
Construct from a String.
- UTF8STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for UTF8String type is 12.
- UTF8String16 - Class in com.oss.asn1
-
The UTF8String16 class represents the ASN.1 UTF8String type with the BMPSTRING directive.
- UTF8String16() - Constructor for class com.oss.asn1.UTF8String16
-
The default constructor.
- UTF8String16(byte[]) - Constructor for class com.oss.asn1.UTF8String16
-
Construct from a byte array.
- UTF8String16(char[]) - Constructor for class com.oss.asn1.UTF8String16
-
Construct from a char array.
- UTF8String16(int[]) - Constructor for class com.oss.asn1.UTF8String16
-
Construct from an int array.
- UTF8String16(String) - Constructor for class com.oss.asn1.UTF8String16
-
Construct from a String.
- UTF8String32 - Class in com.oss.asn1
-
The UTF8String32 class represents the ASN.1 UTF8String type with the UNIVERSALSTRING directive.
- UTF8String32() - Constructor for class com.oss.asn1.UTF8String32
-
The default constructor.
- UTF8String32(byte[]) - Constructor for class com.oss.asn1.UTF8String32
-
Construct from a byte array.
- UTF8String32(char[]) - Constructor for class com.oss.asn1.UTF8String32
-
Construct from a char array.
- UTF8String32(int[]) - Constructor for class com.oss.asn1.UTF8String32
-
Construct from an int array.
- UTF8String32(String) - Constructor for class com.oss.asn1.UTF8String32
-
Construct from a String.
V
- validate(AbstractData) - Method in class com.oss.asn1.Coder
-
Deprecated.Validate a PDU by checking its constraints. This method is deprecated. Use the
isValid
method ofAbstractData
class instead. - ValidateFailedException - Exception in com.oss.asn1
-
ValidateFailedException is thrown by validate() method of coders.
- ValidateFailedException(VisitorException) - Constructor for exception com.oss.asn1.ValidateFailedException
-
Constructs the
ValidateFailedException
from some otherVisitorException
- ValidateNotSupportedException - Exception in com.oss.asn1
-
An exception thrown when an AbstractData subclass does not support the 'Coder.validate()' method.
- value - Variable in class com.oss.util.BERTool.TLV
-
Value octets.
- VALUE - Enum constant in enum class com.oss.asn1.CSVTool.EnumFormat
-
The numeric value of the enumerator is printed.
- VALUE - Static variable in class com.oss.asn1.Null
-
The single static instance of Null (Singleton)
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.BooleanFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.DateFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.EnumFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.Header
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.Layout
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.Settings
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.CSVTool.StringFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.asn1.TransferSyntax
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.util.BERTool.TagClass
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oss.util.BERTool.ValueType
-
Returns the enum constant of this class with the specified name.
- ValueRangeConstraint - Class in com.oss.metadata
-
The ValueRangeConstraint class represents the ASN.1 value range constraint.
- values() - Static method in enum class com.oss.asn1.CSVTool.BooleanFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.CSVTool.DateFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.CSVTool.EnumFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.CSVTool.Header
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.CSVTool.Layout
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.CSVTool.Settings
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.CSVTool.StringFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.asn1.TransferSyntax
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.util.BERTool.TagClass
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oss.util.BERTool.ValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VectorInfo - Class in com.oss.metadata
-
The VectorInfo class represents the properties of ASN.1 types which are strings or containers such as OCTET STRING or BIT STRING.
- verbose() - Method in class com.oss.util.Benchmark
-
Reports whether progress messages are enabled.
- verbose(boolean) - Method in class com.oss.util.Benchmark
-
Enables progress messages while the benchmark is executing.
- VIDEOTEX_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for VidiotexString type is 21.
- VideotexString - Class in com.oss.asn1
-
The VideotexString class represents the ASN.1 VideotexString type.
- VideotexString() - Constructor for class com.oss.asn1.VideotexString
-
The default constructor.
- VideotexString(char[]) - Constructor for class com.oss.asn1.VideotexString
-
Construct from a char array.
- VideotexString(String) - Constructor for class com.oss.asn1.VideotexString
-
Construct from a String.
- VISIBLE_STRING - Enum constant in enum class com.oss.util.BERTool.ValueType
-
The universal tag number for VisibleString type is 26.
- VisibleString - Class in com.oss.asn1
-
The VisibleString class represents the ASN.1 VisibleString type.
- VisibleString() - Constructor for class com.oss.asn1.VisibleString
-
The default constructor.
- VisibleString(char[]) - Constructor for class com.oss.asn1.VisibleString
-
Construct from a char array.
- VisibleString(String) - Constructor for class com.oss.asn1.VisibleString
-
Construct from a String.
- VisitorException - Exception in com.oss.asn1
-
The VisitorException class is the base class for all exceptions thrown while executing the Visitor design pattern.
W
- warmupTime() - Method in class com.oss.util.Benchmark
-
Returns the current setting for the warmup timeout of the performance test loop.
- warmupTime(int) - Method in class com.oss.util.Benchmark
-
Sets the warmup timeout for the performance test loop.
- write(byte[], int, int) - Method in interface com.oss.asn1.JSONWriter
-
Write the array of bytes.
- write(byte[], int, int) - Method in interface com.oss.asn1.XERWriter
-
Write the array of bytes.
- write(byte[], int, int) - Method in class com.oss.util.CompressOutputStream
-
Writes an array of bytes to the compressed output stream.
- write(int) - Method in interface com.oss.asn1.JSONWriter
-
Write single octet.
- write(int) - Method in interface com.oss.asn1.XERWriter
-
Write single octet.
- write(String) - Method in interface com.oss.asn1.JSONWriter
-
Write a string doing UTF8 encoding.
- write(String) - Method in interface com.oss.asn1.XERWriter
-
Write a string doing UTF8 encoding.
- writeChar(int) - Method in interface com.oss.asn1.JSONWriter
-
Write a character doing UTF8 encoding.
- writeChar(int) - Method in interface com.oss.asn1.XERWriter
-
Write a character doing UTF8 encoding.
- writeJsonKey(String) - Method in interface com.oss.asn1.JSONWriter
-
Writes the key component of the key/value pair in the JSON object.
- writeJsonNull() - Method in interface com.oss.asn1.JSONWriter
-
Writes JSON null token.
- writeJsonNumber(String) - Method in interface com.oss.asn1.JSONWriter
-
Writes the JSON number.
- writeJsonString(String) - Method in interface com.oss.asn1.JSONWriter
-
Writes the JSON string.
- writeJsonTrueOrFalse(boolean) - Method in interface com.oss.asn1.JSONWriter
-
Writes JSON 'true' or 'false' token.
- writeObject(T) - Method in interface com.oss.asn1.ObjectWriter
-
Append the object to the storage.
- writeTo(OutputStream) - Method in class com.oss.asn1.XERDocument
-
Send the document to the output stream.
X
- XER - Enum constant in enum class com.oss.asn1.TransferSyntax
-
XML Encoding Rules (XER)
- XERCoder - Class in com.oss.asn1
-
This class implements coding services for XML Encoding Rules (XER).
- XERCoderInterface - Interface in com.oss.asn1
-
This interface allows you to override the standard method that are used to XER encode ASN.1 types.
- XERDocument - Class in com.oss.asn1
-
The XERDocument class helps to customize XML output generated by the XERCoder class.
- XERDocument(XERCoder, AbstractData) - Constructor for class com.oss.asn1.XERDocument
-
Constructs XERDocument from a XERCoder and an AbstractData value.
- XERWriter - Interface in com.oss.asn1
-
This interface defines methods which are used to write XER encodings to a target output stream.
- XML2BinaryConvertor - Class in com.oss.asn1
-
The XML2BinaryConvertor is a EncodingRuleConvertor used to convert XML data encoded with one of the XML Encoding Rules into binary data encoded with one of the Binary Encoding Rules.
- XML2BinaryConvertor(XMLCoder, BinaryCoder) - Constructor for class com.oss.asn1.XML2BinaryConvertor
-
Construct with two coder objects
- XMLCoder - Interface in com.oss.asn1
-
This marker interface is implemented by all the XML encoding rules Coder classes
- XRelaySafeEnumerated - Class in com.oss.asn1
-
The XRelaySafeEnumerated class represents the ASN.1 ENUMERATED type and is able to store an unknown extension passed by XER for further relaying.
- XRelaySafeEnumerated() - Constructor for class com.oss.asn1.XRelaySafeEnumerated
-
The default constructor.
- XRelaySafeEnumerated(long) - Constructor for class com.oss.asn1.XRelaySafeEnumerated
-
Construct with a long value.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
IndexedInfoObjectSet.addObject(InfoObject)