Serialized Form
-
Package com.oss.asn1
-
Class com.oss.asn1.AbstractBinary
class AbstractBinary extends AbstractData implements Serializable-
Serialized Fields
-
mValue
byte[] mValue
The primitive value of this class as an array of bytes.
-
-
-
Class com.oss.asn1.AbstractCollection
class AbstractCollection extends AbstractData implements Serializable -
Class com.oss.asn1.AbstractContainer
class AbstractContainer extends AbstractData implements Serializable -
Class com.oss.asn1.AbstractData
class AbstractData extends com.oss.asn1.ASN1Object implements Serializable -
Exception com.oss.asn1.AbstractException
class AbstractException extends Exception implements Serializable-
Serialized Fields
-
mBackTrace
Throwable mBackTrace
Keeps the Throwable backtrace object. -
mReason
int mReason
Keeps the reason code.
-
-
-
Class com.oss.asn1.AbstractISO8601Time
class AbstractISO8601Time extends AbstractData implements Serializable -
Class com.oss.asn1.AbstractObjectIdentifier
class AbstractObjectIdentifier extends AbstractData implements Serializable-
Serialized Fields
-
mValue
byte[] mValue
The primitive value of this class as a byte array.
-
-
-
Class com.oss.asn1.AbstractOpenType
class AbstractOpenType extends AbstractData implements Serializable-
Serialized Fields
-
mDecodedValue
AbstractData mDecodedValue
The reference to the AbstractData object. -
mTransferSyntax
TransferSyntax mTransferSyntax
Transfer syntax of this value.
-
-
-
Class com.oss.asn1.AbstractReal
class AbstractReal extends AbstractData implements Serializable -
Class com.oss.asn1.AbstractString
class AbstractString extends AbstractData implements Serializable -
Class com.oss.asn1.AbstractString16
class AbstractString16 extends AbstractString implements Serializable-
Serialized Fields
-
mHash
int mHash
Cached hash code of the current value. -
mValue
String mValue
The primitive value of this class as a String.
-
-
-
Class com.oss.asn1.AbstractString32
class AbstractString32 extends AbstractString implements Serializable-
Serialized Fields
-
mValue
int[] mValue
The primitive value of this class as an array of integers.
-
-
-
Class com.oss.asn1.AbstractTime
class AbstractTime extends AbstractData implements Serializable-
Serialized Fields
-
mDay
int mDay
The day component. -
mHour
int mHour
The hour component. -
mMinDiff
int mMinDiff
The minute differential. -
mMinute
int mMinute
The minutes component. -
mMonth
int mMonth
The month component. -
mSecond
int mSecond
The seconds component. -
mYear
int mYear
The year component.
-
-
-
Class com.oss.asn1.ASN1Object
class ASN1Object extends Object implements Serializable -
Exception com.oss.asn1.AVNParseException
class AVNParseException extends VisitorException implements Serializable -
Exception com.oss.asn1.BadObjectIdentifierException
class BadObjectIdentifierException extends Exception implements Serializable -
Class com.oss.asn1.BitString
class BitString extends AbstractBinary implements Serializable-
Serialized Fields
-
mSignificantBits
int mSignificantBits
The number of significant bits contained in the byte[] "mValue".
-
-
-
Class com.oss.asn1.BMPString
class BMPString extends AbstractString16 implements Serializable -
Class com.oss.asn1.BOOLEAN
class BOOLEAN extends AbstractData implements Serializable-
Serialized Fields
-
mValue
boolean mValue
The primitive boolean value of this class.
-
-
-
Class com.oss.asn1.Choice
class Choice extends AbstractData implements Serializable-
Serialized Fields
-
mChosenFlag
int mChosenFlag
An integer value that reflects the chosen component of 'this' CHOICE. -
mChosenValue
AbstractData mChosenValue
The reference to the chosen AbstractData value.
-
-
-
Class com.oss.asn1.ConstrainedOpenType
class ConstrainedOpenType extends OpenType implements Serializable-
Serialized Fields
-
mTypeID
Enum mTypeID
Stores the Enum instance that identifies type of the decoded value.
-
-
-
Class com.oss.asn1.ContainingBitString
class ContainingBitString extends BitString implements Serializable-
Serialized Fields
-
mDecodedValue
T extends AbstractData mDecodedValue
Reference to a contained AbstractData object.
-
-
-
Class com.oss.asn1.ContainingOctetString
class ContainingOctetString extends OctetString implements Serializable-
Serialized Fields
-
mDecodedValue
T extends AbstractData mDecodedValue
Reference to a contained AbstractData object.
-
-
-
Exception com.oss.asn1.ControlTableNotFoundException
class ControlTableNotFoundException extends AbstractException implements Serializable -
Class com.oss.asn1.DecimalReal
class DecimalReal extends AbstractReal implements Serializable-
Serialized Fields
-
mValue
String mValue
The primitive value of 'this' class as a String value.
-
-
-
Exception com.oss.asn1.DecodeFailedException
class DecodeFailedException extends VisitorException implements Serializable -
Exception com.oss.asn1.DecodeNotSupportedException
class DecodeNotSupportedException extends Exception implements Serializable -
Class com.oss.asn1.DeferredComponent
class DeferredComponent extends OpenType implements Serializable -
Class com.oss.asn1.EmbeddedPDV
class EmbeddedPDV extends Sequence implements Serializable-
Serialized Fields
-
_data_value
OctetString _data_value
Represents the data-value field of EMBEDDED-PDV data type -
_identification
EmbeddedPDV.Identification _identification
Represents the identification field of EMBEDDED-PDV data type
-
-
-
Class com.oss.asn1.EmbeddedPDV.Identification
class Identification extends Choice implements Serializable -
Class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiation
class Context_negotiation extends Sequence implements Serializable-
Serialized Fields
-
_presentation_context_id
INTEGER _presentation_context_id
Keeps the presentation-context-id component. -
_transfer_syntax
ObjectIdentifier _transfer_syntax
Keeps transfer-syntax component.
-
-
-
Class com.oss.asn1.EmbeddedPDV.Identification.Syntaxes
class Syntaxes extends Sequence implements Serializable-
Serialized Fields
-
_abstract
ObjectIdentifier _abstract
Keeps the abstract component. -
_transfer
ObjectIdentifier _transfer
Keeps the transfer component.
-
-
-
Exception com.oss.asn1.EncodeFailedException
class EncodeFailedException extends VisitorException implements Serializable -
Exception com.oss.asn1.EncodeNotSupportedException
class EncodeNotSupportedException extends Exception implements Serializable -
Class com.oss.asn1.Enumerated
class Enumerated extends AbstractData implements Serializable-
Serialization Methods
-
readResolve
For serializable classes, thereadResolve
method allows a class to replace/resolve the object read from the stream before it is returned to the caller. By implementing thereadResolve
method, this class replaces its own instance being de-serialized by the correspondent pre-existing enumerator. In the JDK 1.2ObjectInputStream
checks if the class of the object defines thereadResolve
method. If the method is defined, thereadResolve
method is called whenObjectInputStream
has read an object from the stream and is preparing to return it to the caller. To make it work under JDK 1.1, you have to subclassObjectInputStream
and call thereadResolve
method explicitly from itsresolveObject
method.- Throws:
ObjectStreamException
- if the de-serialized instance is not a legal enumerator of this class.
-
-
Serialized Fields
-
mValue
long mValue
The long primitive value of this class.
-
-
-
Class com.oss.asn1.External
class External extends Sequence implements Serializable-
Serialized Fields
-
_data_value_descriptor
ObjectDescriptor _data_value_descriptor
Represents the data-value-descriptor field of EXTERNAL type -
_direct_reference
ObjectIdentifier _direct_reference
Represents the direct-reference field of EXTERNAL type -
_encoding
External.Encoding _encoding
Represents the encoding field of EXTERNAL type -
_indirect_reference
INTEGER _indirect_reference
Represents the indirect-reference field of EXTERNAL type
-
-
-
Class com.oss.asn1.External.Encoding
class Encoding extends Choice implements Serializable-
Serialized Fields
-
fieldIndex
String[] fieldIndex
Array of alternatives' identifiers.
-
-
-
Class com.oss.asn1.GeneralizedTime
class GeneralizedTime extends AbstractTime implements Serializable-
Serialized Fields
-
mIsUTCTime
boolean mIsUTCTime
Represents UTCTime (with 'Z'). -
mMillisecond
int mMillisecond
The millisecond component.
-
-
-
Class com.oss.asn1.GeneralString
class GeneralString extends AbstractString16 implements Serializable -
Class com.oss.asn1.GraphicString
class GraphicString extends AbstractString16 implements Serializable -
Class com.oss.asn1.HugeInteger
class HugeInteger extends AbstractData implements Serializable-
Serialized Fields
-
mValue
BigInteger mValue
The primitive value of this class as a BigInteger
-
-
-
Class com.oss.asn1.IA5String
class IA5String extends AbstractString16 implements Serializable -
Class com.oss.asn1.InfoObject
class InfoObject extends com.oss.asn1.ASN1Object implements Serializable-
Serialized Fields
-
mUniqueFieldIndex
int mUniqueFieldIndex
The index of the UNIQUE field or -1 if no field was marked with UNIQUE.
-
-
-
Class com.oss.asn1.InfoObjectHashSet
class InfoObjectHashSet extends com.oss.asn1.ASN1Object implements Serializable-
Serialized Fields
-
elements
HashMap<K extends AbstractData,
T extends InfoObject & UniqueKey<K>> elements The HasMap used for fast lookup. -
mFlags
int mFlags
The bit mask that specifies ASN.1 properties of the information object set. -
mModName
String mModName
Specifies the name of the module that defines this information object set -
mOsetName
String mOsetName
Specifies the ASN.1 name of this information object set -
original_elements
T extends InfoObject & UniqueKey<K>[] original_elements
Original elements
-
-
-
Class com.oss.asn1.InfoObjectSet
class InfoObjectSet extends com.oss.asn1.ASN1Object implements Serializable-
Serialized Fields
-
elements
ArrayList<T extends InfoObject> elements
The elements of the information object set -
mFlags
int mFlags
The bit mask that specifies ASN.1 properties of the information object set. -
mModName
String mModName
Specifies the name of the module that defines this information object set -
mOsetName
String mOsetName
Specifies the ASN.1 name of this information object set
-
-
-
Exception com.oss.asn1.InitializationException
class InitializationException extends Exception implements Serializable -
Class com.oss.asn1.InstanceOf
class InstanceOf extends Sequence implements Serializable-
Serialized Fields
-
type_id
ObjectIdentifier type_id
Represents the type-id field of INSTANCE OF type. -
value
OpenType value
Represents the value field of INSTANCE OF type.
-
-
-
Class com.oss.asn1.INTEGER
class INTEGER extends AbstractData implements Serializable-
Serialized Fields
-
mValue
long mValue
The primitive value of this class as a long.
-
-
-
Class com.oss.asn1.ISO8601Date
class ISO8601Date extends AbstractISO8601Time implements Serializable-
Serialized Fields
-
mDay
int mDay
The day component. -
mMonth
int mMonth
The month component. -
mYear
int mYear
The year component.
-
-
-
Class com.oss.asn1.ISO8601DateTime
class ISO8601DateTime extends AbstractISO8601Time implements Serializable-
Serialized Fields
-
mDay
int mDay
The day component. -
mHour
int mHour
The hour component. -
mMinute
int mMinute
The minute component. -
mMonth
int mMonth
The month component. -
mSecond
int mSecond
The second component. -
mYear
int mYear
The year component.
-
-
-
Class com.oss.asn1.ISO8601Duration
class ISO8601Duration extends AbstractISO8601Time implements Serializable-
Serialized Fields
-
mDays
int mDays
The days component. -
mFractional_part
ISO8601Duration.Fractional_part mFractional_part
The fractional part component -
mHours
int mHours
The hours component. -
mMinutes
int mMinutes
The minutes component. -
mMonths
int mMonths
The months component. -
mSeconds
int mSeconds
The seconds component. -
mWeeks
int mWeeks
The weeks component. -
mYears
int mYears
The years component.
-
-
-
Class com.oss.asn1.ISO8601String
class ISO8601String extends AbstractString16 implements Serializable -
Class com.oss.asn1.ISO8601Time
class ISO8601Time extends AbstractISO8601Time implements Serializable-
Serialized Fields
-
mCentury
int mCentury
The century component. -
mDayOfMonth
int mDayOfMonth
The day of month component. -
mDayOfWeek
int mDayOfWeek
The day of week component. -
mDayOfYear
int mDayOfYear
The day of year component. -
mFractionalDigits
int mFractionalDigits
The fractional digits component. -
mFractionalValue
int mFractionalValue
The fractional value component. -
mHour
int mHour
The hour component. -
mIsDuration
boolean mIsDuration
Flag indicates that value is duration -
mMinute
int mMinute
The minute component. -
mMinuteDifferential
int mMinuteDifferential
The minute differential component. -
mMonth
int mMonth
The month component. -
mSecond
int mSecond
The second component. -
mSettingsSet
boolean mSettingsSet
Flag indicates that time settings need computation -
mTimeSettings
com.oss.metadata.MutableTimeSettings mTimeSettings
The value property settings component. -
mUTC
int mUTC
The UTC component. -
mWeek
int mWeek
The week component. -
mYear
int mYear
The year component. -
mYearDigits
int mYearDigits
The number of year or century digits.
-
-
-
Class com.oss.asn1.ISO8601TimeOfDay
class ISO8601TimeOfDay extends AbstractISO8601Time implements Serializable-
Serialized Fields
-
mHour
int mHour
The hour component. -
mMinute
int mMinute
The minute component. -
mSecond
int mSecond
The second component.
-
-
-
Class com.oss.asn1.MixedReal
class MixedReal extends AbstractReal implements Serializable-
Serialized Fields
-
mValue
AbstractReal mValue
The primitive value of 'this' class as an AbstractReal object (either Real or Decimal Real).
-
-
-
Class com.oss.asn1.Null
class Null extends AbstractData implements Serializable -
Class com.oss.asn1.NumericString
class NumericString extends AbstractString16 implements Serializable -
Class com.oss.asn1.ObjectDescriptor
class ObjectDescriptor extends AbstractString16 implements Serializable -
Class com.oss.asn1.ObjectIdentifier
class ObjectIdentifier extends AbstractObjectIdentifier implements Serializable -
Class com.oss.asn1.ObjectIdentifierIri
class ObjectIdentifierIri extends UTF8String16 implements Serializable -
Class com.oss.asn1.OctetString
class OctetString extends AbstractBinary implements Serializable -
Class com.oss.asn1.OpenType
class OpenType extends AbstractOpenType implements Serializable-
Serialized Fields
-
mEncodedValue
byte[] mEncodedValue
The byte array used by the Decoder.
-
-
-
Class com.oss.asn1.PrintableString
class PrintableString extends AbstractString16 implements Serializable -
Class com.oss.asn1.Real
class Real extends AbstractReal implements Serializable-
Serialized Fields
-
mValue
double mValue
The primitive value of 'this' class as a double value.
-
-
-
Class com.oss.asn1.RelativeObjectIdentifier
class RelativeObjectIdentifier extends AbstractObjectIdentifier implements Serializable -
Class com.oss.asn1.RelativeObjectIdentifierIri
class RelativeObjectIdentifierIri extends UTF8String16 implements Serializable -
Class com.oss.asn1.RelaySafeChoice
class RelaySafeChoice extends Choice implements Serializable-
Serialized Fields
-
mRelayID
String mRelayID
Identification for the coder that decoded the unknown extension. -
mUnknownExtension
byte[] mUnknownExtension
The encoding of unknown extension, saved for relaying.
-
-
-
Class com.oss.asn1.RelaySafeEnumerated
class RelaySafeEnumerated extends Enumerated implements Serializable-
Serialization Methods
-
readResolve
For serializable classes, thereadResolve
method allows a class to replace/resolve the object read from the stream before it is returned to the caller. By implementing thereadResolve
method, this class replaces its own instance being de-serialized by the correspondent pre-existing enumerator. In the JDK 1.2ObjectInputStream
checks if the class of the object defines thereadResolve
method. If the method is defined, thereadResolve
method is called whenObjectInputStream
has read an object from the stream and is preparing to return it to the caller. To make it work under JDK 1.1, you have to subclassObjectInputStream
and call thereadResolve
method explicitly from itsresolveObject
method.- Throws:
ObjectStreamException
- if the de-serialized instance is not a legal enumerator of this class.
-
-
Serialized Fields
-
mRelayID
String mRelayID
Identifies the coder that decoded the unknown enumerator. unknown extension. Depending on the coder,mValue
for the unknown enumerator may have different semantics.
-
-
-
Class com.oss.asn1.RelaySafeSequence
class RelaySafeSequence extends Sequence implements Serializable -
Class com.oss.asn1.RelaySafeSet
class RelaySafeSet extends Set implements Serializable -
Class com.oss.asn1.Sequence
class Sequence extends AbstractCollection implements Serializable -
Class com.oss.asn1.SequenceOf
class SequenceOf extends AbstractContainer implements Serializable-
Serialized Fields
-
elements
ArrayList<T extends AbstractData> elements
The primitive of this class representing as an object of Java ArrayList type.
-
-
-
Class com.oss.asn1.SequenceOfDeferred
class SequenceOfDeferred extends AbstractContainer implements Serializable-
Serialized Fields
-
elements
ArrayList<com.oss.asn1.DeferredComponent> elements
The primitive of this class representing as an object of Java ArrayList type.
-
-
-
Class com.oss.asn1.Set
class Set extends AbstractCollection implements Serializable -
Class com.oss.asn1.SetOf
class SetOf extends AbstractContainer implements Serializable-
Serialized Fields
-
elements
ArrayList<T extends AbstractData> elements
The primitive of this class representing as an object of Java ArrayList type.
-
-
-
Class com.oss.asn1.SetOfDeferred
class SetOfDeferred extends AbstractContainer implements Serializable-
Serialized Fields
-
elements
ArrayList<com.oss.asn1.DeferredComponent> elements
The primitive of this class representing as an object of Java ArrayList type.
-
-
-
Class com.oss.asn1.TeletexString
class TeletexString extends AbstractString16 implements Serializable -
Class com.oss.asn1.UniversalString
class UniversalString extends AbstractString32 implements Serializable -
Class com.oss.asn1.UnrestrCharacterString
class UnrestrCharacterString extends Sequence implements Serializable-
Serialized Fields
-
_identification
EmbeddedPDV.Identification _identification
Represents the identification field of CHARACTER STRING type. -
_string_value
OctetString _string_value
Represents the string-value field of CHARACTER STRING type.
-
-
-
Class com.oss.asn1.UNSIGNED
class UNSIGNED extends AbstractData implements Serializable-
Serialized Fields
-
mValue
long mValue
The primitive value of this class as a long.
-
-
-
Class com.oss.asn1.UTCTime
class UTCTime extends AbstractTime implements Serializable -
Class com.oss.asn1.UTF8String
class UTF8String extends AbstractString implements Serializable-
Serialized Fields
-
mValue
byte[] mValue
The primitive value of this class as an array of bytes.
-
-
-
Class com.oss.asn1.UTF8String16
class UTF8String16 extends AbstractString16 implements Serializable-
Serialized Fields
-
surrogatePairCount
int surrogatePairCount
Stores the number of surrogate pairs.
-
-
-
Class com.oss.asn1.UTF8String32
class UTF8String32 extends AbstractString32 implements Serializable -
Exception com.oss.asn1.ValidateFailedException
class ValidateFailedException extends VisitorException implements Serializable -
Exception com.oss.asn1.ValidateNotSupportedException
class ValidateNotSupportedException extends Exception implements Serializable -
Class com.oss.asn1.VideotexString
class VideotexString extends AbstractString16 implements Serializable -
Class com.oss.asn1.VisibleString
class VisibleString extends AbstractString16 implements Serializable -
Exception com.oss.asn1.VisitorException
class VisitorException extends AbstractException implements Serializable-
Serialized Fields
-
mContext
StringBuffer mContext
Used to accumulate context information where the exception has occurred. -
mFlags
int mFlags
Stores exception attributes.
-
-
-
Class com.oss.asn1.XRelaySafeEnumerated
class XRelaySafeEnumerated extends RelaySafeEnumerated implements Serializable-
Serialized Fields
-
mUnknownExtension
String mUnknownExtension
Saves unknown extension received as string (XER).
-
-
-
-
Package com.oss.util
-
Exception com.oss.util.AmbiguousTagException
class AmbiguousTagException extends RuntimeException implements Serializable -
Exception com.oss.util.BadOidFormatException
class BadOidFormatException extends RuntimeException implements Serializable -
Exception com.oss.util.BadOidValueException
class BadOidValueException extends RuntimeException implements Serializable -
Exception com.oss.util.BadTimeFormatException
class BadTimeFormatException extends RuntimeException implements Serializable -
Exception com.oss.util.BadTimeValueException
class BadTimeValueException extends RuntimeException implements Serializable -
Exception com.oss.util.BERTool.BERException
class BERException extends RuntimeException implements Serializable -
Exception com.oss.util.BERTool.TLVDumpException
class TLVDumpException extends RuntimeException implements Serializable
-