- 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 java.lang.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
-
- addElement(InfoObject) - Method in class com.oss.asn1.InfoObjectSet
-
- 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
-
- AmbiguousTagException(String, String) - Constructor for exception com.oss.util.AmbiguousTagException
-
- arbitrary_chosen - Static variable in class com.oss.asn1.External.Encoding
-
- arbitrary_Chosen - Static variable in class com.oss.asn1.External.Encoding
-
- 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.
- 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 of AbstractData 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 the
AbstractData.
- 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.
- 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.
- CENTURY - Static variable in interface com.oss.asn1.ISO8601TimeInterface
-
- CERCoder - Class in com.oss.asn1
-
This class implements coding services for Canonical Encoding
Rules (CER).
- CharStorage - Interface in com.oss.asn1
-
The CharStorage interface extends the Storage
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.
- ChoiceInfo(Tags, QName, QName, int, Constraints, Fields, int, TagDecoder, XTagDecoder, JTagDecoder) - Constructor for class com.oss.metadata.ChoiceInfo
-
- ChoiceInfo(Tags, QName, QName, int, Constraints, Fields, int, TagDecoder, XTagDecoder, JUnwrappedDecoder) - Constructor for class com.oss.metadata.ChoiceInfo
-
- 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.
- 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
- CollectionInfo(Tags, QName, QName, int, Constraints, Fields, int, Object) - Constructor for class com.oss.metadata.CollectionInfo
-
- 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
-
- CompressOutputStream(OutputStream) - Constructor for class com.oss.util.CompressOutputStream
-
- 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
-
- 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.
- 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.
- 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.
- 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.
- 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.
- CXERCoder - Class in com.oss.asn1
-
This class implements coding services for Canonical
XML Encoding Rules (CXER).
- DAY_OF_MONTH - Static variable in interface com.oss.asn1.ISO8601TimeInterface
-
- DAY_OF_WEEK - Static variable in interface com.oss.asn1.ISO8601TimeInterface
-
- DAY_OF_YEAR - Static variable in interface com.oss.asn1.ISO8601TimeInterface
-
- 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, XerTagToType) - Method in class com.oss.asn1.CXERCoder
-
- 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 other
VisitorException
- 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.
- DecompressInputStream - Class in com.oss.util
-
- DecompressInputStream(InputStream) - Constructor for class com.oss.util.DecompressInputStream
-
- 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
-
- 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.
- DERCoder - Class in com.oss.asn1
-
This class implements coding services for Distinguished Encoding
Rules (DER).
- 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.
- DurationRangeConstraint - Class in com.oss.metadata
-
The DurationRangeConstraint class represents the ASN.1 Duration range
constraint.
- elements() - Method in class com.oss.asn1.AbstractContainer
-
Get an Enumeration of the elements stored in the container.
- 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.
- 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 other
VisitorException
- 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
- 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.
- 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.
- equals(Object) - Method in class com.oss.asn1.AbstractData
-
Compares two objects for equality.
- 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.
- 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.
- EXERCoder - Class in com.oss.asn1
-
This class implements coding services for Extended XML Encoding Rules (EXER).
- 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.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.
- 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.
- 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.
- 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.
- 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.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.
- 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.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.
- 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
-
- 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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- getSignificantBits() - Method in class com.oss.asn1.BitString
-
- 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 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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().
- 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
- 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.
- hasSurrogatePairs() - Method in class com.oss.asn1.UTF8String16
-
- 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.
- 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
-
- HOUR - Static variable in interface com.oss.asn1.ISO8601TimeInterface
-
- 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 ---- 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.
- 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.
- 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.
- 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
- 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).
- indexOf() - Method in class com.oss.asn1.Enumerated
-
- 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
-
- insertElement(InfoObject, int) - Method in class com.oss.asn1.InfoObjectSet
-
- 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() - 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.
- 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.
- 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.
- 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.
- 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.
- SECOND - Static variable in interface com.oss.asn1.ISO8601TimeInterface
-
- 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.
- 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.
- SequenceInfo(Tags, QName, QName, int, Constraints, Fields, int, TagDecoders, int, XTagDecoder, XTagDecoders, JTagDecoder) - Constructor for class com.oss.metadata.SequenceInfo
-
- 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 --
-- 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 --
-- and ---- 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.
- 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.
- setChosenValue(AbstractData) - Method in class com.oss.asn1.RelaySafeChoice
-
Overrides the setChosenValue method of the superclass to
clean up the unknown extension.
- 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.
- 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.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.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(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.
- 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
-
- setEncodedValue(byte[]) - 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.
- 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(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".
- 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.
- 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.
- 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.
- SetInfo(Tags, QName, QName, int, Constraints, Fields, int, TagDecoder, XTagDecoder, XTagDecoder, JTagDecoder) - Constructor for class com.oss.metadata.SetInfo
-
- setIsUTCTime(boolean) - Method in class com.oss.asn1.GeneralizedTime
-
Specify that this GeneralizedTime should represent UTCTime.
- setMillisecond(int) - Method in class com.oss.asn1.GeneralizedTime
-
Set the millisecond component of 'this' object.
- 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.
- 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 --
-- 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 --
-- and ---- 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.
- 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.
- 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
-
- 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.
- 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.
- 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.
- single_ASN1_type_chosen - Static variable in class com.oss.asn1.External.Encoding
-
- singleASN1Type_Chosen - Static variable in class com.oss.asn1.External.Encoding
-
Class constants 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
-
- 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.
- 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.
- 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.