Serialized Form
- 
Package com.oss.asn1- 
Class com.oss.asn1.AbstractBinaryclass AbstractBinary extends AbstractData implements Serializable- 
Serialized Fields- 
mValuebyte[] mValue The primitive value of this class as an array of bytes.
 
- 
 
- 
- 
Class com.oss.asn1.AbstractCollectionclass AbstractCollection extends AbstractData implements Serializable
- 
Class com.oss.asn1.AbstractContainerclass AbstractContainer extends AbstractData implements Serializable
- 
Class com.oss.asn1.AbstractDataclass AbstractData extends com.oss.asn1.ASN1Object implements Serializable
- 
Exception com.oss.asn1.AbstractExceptionclass AbstractException extends Exception implements Serializable- 
Serialized Fields- 
mBackTraceThrowable mBackTrace Keeps the Throwable backtrace object.
- 
mReasonint mReason Keeps the reason code.
 
- 
 
- 
- 
Class com.oss.asn1.AbstractISO8601Timeclass AbstractISO8601Time extends AbstractData implements Serializable
- 
Class com.oss.asn1.AbstractObjectIdentifierclass AbstractObjectIdentifier extends AbstractData implements Serializable- 
Serialized Fields- 
mValuebyte[] mValue The primitive value of this class as a byte array.
 
- 
 
- 
- 
Class com.oss.asn1.AbstractOpenTypeclass AbstractOpenType extends AbstractData implements Serializable- 
Serialized Fields- 
mDecodedValueAbstractData mDecodedValue The reference to the AbstractData object.
- 
mTransferSyntaxTransferSyntax mTransferSyntax Transfer syntax of this value.
 
- 
 
- 
- 
Class com.oss.asn1.AbstractRealclass AbstractReal extends AbstractData implements Serializable
- 
Class com.oss.asn1.AbstractStringclass AbstractString extends AbstractData implements Serializable
- 
Class com.oss.asn1.AbstractString16class AbstractString16 extends AbstractString implements Serializable- 
Serialized Fields- 
mHashint mHash Cached hash code of the current value.
- 
mValueString mValue The primitive value of this class as a String.
 
- 
 
- 
- 
Class com.oss.asn1.AbstractString32class AbstractString32 extends AbstractString implements Serializable- 
Serialized Fields- 
mValueint[] mValue The primitive value of this class as an array of integers.
 
- 
 
- 
- 
Class com.oss.asn1.AbstractTimeclass AbstractTime extends AbstractData implements Serializable- 
Serialized Fields- 
mDayint mDay The day component.
- 
mHourint mHour The hour component.
- 
mMinDiffint mMinDiff The minute differential.
- 
mMinuteint mMinute The minutes component.
- 
mMonthint mMonth The month component.
- 
mSecondint mSecond The seconds component.
- 
mYearint mYear The year component.
 
- 
 
- 
- 
Class com.oss.asn1.ASN1Objectclass ASN1Object extends Object implements Serializable
- 
Exception com.oss.asn1.AVNParseExceptionclass AVNParseException extends VisitorException implements Serializable
- 
Exception com.oss.asn1.BadObjectIdentifierExceptionclass BadObjectIdentifierException extends Exception implements Serializable
- 
Class com.oss.asn1.BitStringclass BitString extends AbstractBinary implements Serializable- 
Serialized Fields- 
mSignificantBitsint mSignificantBits The number of significant bits contained in the byte[] "mValue".
 
- 
 
- 
- 
Class com.oss.asn1.BMPStringclass BMPString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.BOOLEANclass BOOLEAN extends AbstractData implements Serializable- 
Serialized Fields- 
mValueboolean mValue The primitive boolean value of this class.
 
- 
 
- 
- 
Class com.oss.asn1.Choiceclass Choice extends AbstractData implements Serializable- 
Serialized Fields- 
mChosenFlagint mChosenFlag An integer value that reflects the chosen component of 'this' CHOICE.
- 
mChosenValueAbstractData mChosenValue The reference to the chosen AbstractData value.
 
- 
 
- 
- 
Class com.oss.asn1.ConstrainedOpenTypeclass ConstrainedOpenType extends OpenType implements Serializable- 
Serialized Fields- 
mTypeIDEnum mTypeID Stores the Enum instance that identifies type of the decoded value.
 
- 
 
- 
- 
Class com.oss.asn1.ContainingBitStringclass ContainingBitString extends BitString implements Serializable- 
Serialized Fields- 
mDecodedValueT extends AbstractData mDecodedValue Reference to a contained AbstractData object.
 
- 
 
- 
- 
Class com.oss.asn1.ContainingOctetStringclass ContainingOctetString extends OctetString implements Serializable- 
Serialized Fields- 
mDecodedValueT extends AbstractData mDecodedValue Reference to a contained AbstractData object.
 
- 
 
- 
- 
Exception com.oss.asn1.ControlTableNotFoundExceptionclass ControlTableNotFoundException extends AbstractException implements Serializable
- 
Class com.oss.asn1.DecimalRealclass DecimalReal extends AbstractReal implements Serializable- 
Serialized Fields- 
mValueString mValue The primitive value of 'this' class as a String value.
 
- 
 
- 
- 
Exception com.oss.asn1.DecodeFailedExceptionclass DecodeFailedException extends VisitorException implements Serializable
- 
Exception com.oss.asn1.DecodeNotSupportedExceptionclass DecodeNotSupportedException extends Exception implements Serializable
- 
Class com.oss.asn1.DeferredComponentclass DeferredComponent extends OpenType implements Serializable
- 
Class com.oss.asn1.EmbeddedPDVclass EmbeddedPDV extends Sequence implements Serializable- 
Serialized Fields- 
_data_valueOctetString _data_value Represents the data-value field of EMBEDDED-PDV data type
- 
_identificationEmbeddedPDV.Identification _identification Represents the identification field of EMBEDDED-PDV data type
 
- 
 
- 
- 
Class com.oss.asn1.EmbeddedPDV.Identificationclass Identification extends Choice implements Serializable
- 
Class com.oss.asn1.EmbeddedPDV.Identification.Context_negotiationclass Context_negotiation extends Sequence implements Serializable- 
Serialized Fields- 
_presentation_context_idINTEGER _presentation_context_id Keeps the presentation-context-id component.
- 
_transfer_syntaxObjectIdentifier _transfer_syntax Keeps transfer-syntax component.
 
- 
 
- 
- 
Class com.oss.asn1.EmbeddedPDV.Identification.Syntaxesclass Syntaxes extends Sequence implements Serializable- 
Serialized Fields- 
_abstractObjectIdentifier _abstract Keeps the abstract component.
- 
_transferObjectIdentifier _transfer Keeps the transfer component.
 
- 
 
- 
- 
Exception com.oss.asn1.EncodeFailedExceptionclass EncodeFailedException extends VisitorException implements Serializable
- 
Exception com.oss.asn1.EncodeNotSupportedExceptionclass EncodeNotSupportedException extends Exception implements Serializable
- 
Class com.oss.asn1.Enumeratedclass Enumerated extends AbstractData implements Serializable- 
Serialization Methods- 
readResolveFor serializable classes, thereadResolvemethod allows a class to replace/resolve the object read from the stream before it is returned to the caller. By implementing thereadResolvemethod, this class replaces its own instance being de-serialized by the correspondent pre-existing enumerator. In the JDK 1.2ObjectInputStreamchecks if the class of the object defines thereadResolvemethod. If the method is defined, thereadResolvemethod is called whenObjectInputStreamhas 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 subclassObjectInputStreamand call thereadResolvemethod explicitly from itsresolveObjectmethod.- Throws:
- ObjectStreamException- if the de-serialized instance is not a legal enumerator of this class.
 
 
- 
- 
Serialized Fields- 
mValuelong mValue The long primitive value of this class.
 
- 
 
- 
- 
Class com.oss.asn1.Externalclass External extends Sequence implements Serializable- 
Serialized Fields- 
_data_value_descriptorObjectDescriptor _data_value_descriptor Represents the data-value-descriptor field of EXTERNAL type
- 
_direct_referenceObjectIdentifier _direct_reference Represents the direct-reference field of EXTERNAL type
- 
_encodingExternal.Encoding _encoding Represents the encoding field of EXTERNAL type
- 
_indirect_referenceINTEGER _indirect_reference Represents the indirect-reference field of EXTERNAL type
 
- 
 
- 
- 
Class com.oss.asn1.External.Encodingclass Encoding extends Choice implements Serializable- 
Serialized Fields- 
fieldIndexString[] fieldIndex Array of alternatives' identifiers.
 
- 
 
- 
- 
Class com.oss.asn1.GeneralizedTimeclass GeneralizedTime extends AbstractTime implements Serializable- 
Serialized Fields- 
mIsUTCTimeboolean mIsUTCTime Represents UTCTime (with 'Z').
- 
mMillisecondint mMillisecond The millisecond component.
 
- 
 
- 
- 
Class com.oss.asn1.GeneralStringclass GeneralString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.GraphicStringclass GraphicString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.HugeIntegerclass HugeInteger extends AbstractData implements Serializable- 
Serialized Fields- 
mValueBigInteger mValue The primitive value of this class as a BigInteger
 
- 
 
- 
- 
Class com.oss.asn1.IA5Stringclass IA5String extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.InfoObjectclass InfoObject extends com.oss.asn1.ASN1Object implements Serializable- 
Serialized Fields- 
mUniqueFieldIndexint mUniqueFieldIndex The index of the UNIQUE field or -1 if no field was marked with UNIQUE.
 
- 
 
- 
- 
Class com.oss.asn1.InfoObjectHashSetclass InfoObjectHashSet extends com.oss.asn1.ASN1Object implements Serializable- 
Serialized Fields- 
elementsHashMap<K extends AbstractData, T extends InfoObject & UniqueKey<K>> elements The HasMap used for fast lookup.
- 
mFlagsint mFlags The bit mask that specifies ASN.1 properties of the information object set.
- 
mModNameString mModName Specifies the name of the module that defines this information object set
- 
mOsetNameString mOsetName Specifies the ASN.1 name of this information object set
- 
original_elementsT extends InfoObject & UniqueKey<K>[] original_elements Original elements
 
- 
 
- 
- 
Class com.oss.asn1.InfoObjectSetclass InfoObjectSet extends com.oss.asn1.ASN1Object implements Serializable- 
Serialized Fields- 
elementsArrayList<T extends InfoObject> elements The elements of the information object set
- 
mFlagsint mFlags The bit mask that specifies ASN.1 properties of the information object set.
- 
mModNameString mModName Specifies the name of the module that defines this information object set
- 
mOsetNameString mOsetName Specifies the ASN.1 name of this information object set
 
- 
 
- 
- 
Exception com.oss.asn1.InitializationExceptionclass InitializationException extends Exception implements Serializable
- 
Class com.oss.asn1.InstanceOfclass InstanceOf extends Sequence implements Serializable- 
Serialized Fields- 
type_idObjectIdentifier type_id Represents the type-id field of INSTANCE OF type.
- 
valueOpenType value Represents the value field of INSTANCE OF type.
 
- 
 
- 
- 
Class com.oss.asn1.INTEGERclass INTEGER extends AbstractData implements Serializable- 
Serialized Fields- 
mValuelong mValue The primitive value of this class as a long.
 
- 
 
- 
- 
Class com.oss.asn1.ISO8601Dateclass ISO8601Date extends AbstractISO8601Time implements Serializable- 
Serialized Fields- 
mDayint mDay The day component.
- 
mMonthint mMonth The month component.
- 
mYearint mYear The year component.
 
- 
 
- 
- 
Class com.oss.asn1.ISO8601DateTimeclass ISO8601DateTime extends AbstractISO8601Time implements Serializable- 
Serialized Fields- 
mDayint mDay The day component.
- 
mHourint mHour The hour component.
- 
mMinuteint mMinute The minute component.
- 
mMonthint mMonth The month component.
- 
mSecondint mSecond The second component.
- 
mYearint mYear The year component.
 
- 
 
- 
- 
Class com.oss.asn1.ISO8601Durationclass ISO8601Duration extends AbstractISO8601Time implements Serializable- 
Serialized Fields- 
mDaysint mDays The days component.
- 
mFractional_partISO8601Duration.Fractional_part mFractional_part The fractional part component
- 
mHoursint mHours The hours component.
- 
mMinutesint mMinutes The minutes component.
- 
mMonthsint mMonths The months component.
- 
mSecondsint mSeconds The seconds component.
- 
mWeeksint mWeeks The weeks component.
- 
mYearsint mYears The years component.
 
- 
 
- 
- 
Class com.oss.asn1.ISO8601Stringclass ISO8601String extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.ISO8601Timeclass ISO8601Time extends AbstractISO8601Time implements Serializable- 
Serialized Fields- 
mCenturyint mCentury The century component.
- 
mDayOfMonthint mDayOfMonth The day of month component.
- 
mDayOfWeekint mDayOfWeek The day of week component.
- 
mDayOfYearint mDayOfYear The day of year component.
- 
mFractionalDigitsint mFractionalDigits The fractional digits component.
- 
mFractionalValueint mFractionalValue The fractional value component.
- 
mHourint mHour The hour component.
- 
mIsDurationboolean mIsDuration Flag indicates that value is duration
- 
mMinuteint mMinute The minute component.
- 
mMinuteDifferentialint mMinuteDifferential The minute differential component.
- 
mMonthint mMonth The month component.
- 
mSecondint mSecond The second component.
- 
mSettingsSetboolean mSettingsSet Flag indicates that time settings need computation
- 
mTimeSettingscom.oss.metadata.MutableTimeSettings mTimeSettings The value property settings component.
- 
mUTCint mUTC The UTC component.
- 
mWeekint mWeek The week component.
- 
mYearint mYear The year component.
- 
mYearDigitsint mYearDigits The number of year or century digits.
 
- 
 
- 
- 
Class com.oss.asn1.ISO8601TimeOfDayclass ISO8601TimeOfDay extends AbstractISO8601Time implements Serializable- 
Serialized Fields- 
mHourint mHour The hour component.
- 
mMinuteint mMinute The minute component.
- 
mSecondint mSecond The second component.
 
- 
 
- 
- 
Class com.oss.asn1.MixedRealclass MixedReal extends AbstractReal implements Serializable- 
Serialized Fields- 
mValueAbstractReal mValue The primitive value of 'this' class as an AbstractReal object (either Real or Decimal Real).
 
- 
 
- 
- 
Class com.oss.asn1.Nullclass Null extends AbstractData implements Serializable
- 
Class com.oss.asn1.NumericStringclass NumericString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.ObjectDescriptorclass ObjectDescriptor extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.ObjectIdentifierclass ObjectIdentifier extends AbstractObjectIdentifier implements Serializable
- 
Class com.oss.asn1.ObjectIdentifierIriclass ObjectIdentifierIri extends UTF8String16 implements Serializable
- 
Class com.oss.asn1.OctetStringclass OctetString extends AbstractBinary implements Serializable
- 
Class com.oss.asn1.OpenTypeclass OpenType extends AbstractOpenType implements Serializable- 
Serialized Fields- 
mEncodedValuebyte[] mEncodedValue The byte array used by the Decoder.
 
- 
 
- 
- 
Class com.oss.asn1.PrintableStringclass PrintableString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.Realclass Real extends AbstractReal implements Serializable- 
Serialized Fields- 
mValuedouble mValue The primitive value of 'this' class as a double value.
 
- 
 
- 
- 
Class com.oss.asn1.RelativeObjectIdentifierclass RelativeObjectIdentifier extends AbstractObjectIdentifier implements Serializable
- 
Class com.oss.asn1.RelativeObjectIdentifierIriclass RelativeObjectIdentifierIri extends UTF8String16 implements Serializable
- 
Class com.oss.asn1.RelaySafeChoiceclass RelaySafeChoice extends Choice implements Serializable- 
Serialized Fields- 
mRelayIDString mRelayID Identification for the coder that decoded the unknown extension.
- 
mUnknownExtensionbyte[] mUnknownExtension The encoding of unknown extension, saved for relaying.
 
- 
 
- 
- 
Class com.oss.asn1.RelaySafeEnumeratedclass RelaySafeEnumerated extends Enumerated implements Serializable- 
Serialization Methods- 
readResolveFor serializable classes, thereadResolvemethod allows a class to replace/resolve the object read from the stream before it is returned to the caller. By implementing thereadResolvemethod, this class replaces its own instance being de-serialized by the correspondent pre-existing enumerator. In the JDK 1.2ObjectInputStreamchecks if the class of the object defines thereadResolvemethod. If the method is defined, thereadResolvemethod is called whenObjectInputStreamhas 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 subclassObjectInputStreamand call thereadResolvemethod explicitly from itsresolveObjectmethod.- Throws:
- ObjectStreamException- if the de-serialized instance is not a legal enumerator of this class.
 
 
- 
- 
Serialized Fields- 
mRelayIDString mRelayID Identifies the coder that decoded the unknown enumerator. unknown extension. Depending on the coder,mValuefor the unknown enumerator may have different semantics.
 
- 
 
- 
- 
Class com.oss.asn1.RelaySafeSequenceclass RelaySafeSequence extends Sequence implements Serializable
- 
Class com.oss.asn1.RelaySafeSetclass RelaySafeSet extends Set implements Serializable
- 
Class com.oss.asn1.Sequenceclass Sequence extends AbstractCollection implements Serializable
- 
Class com.oss.asn1.SequenceOfclass SequenceOf extends AbstractContainer implements Serializable- 
Serialized Fields- 
elementsArrayList<T extends AbstractData> elements The primitive of this class representing as an object of Java ArrayList type.
 
- 
 
- 
- 
Class com.oss.asn1.SequenceOfDeferredclass SequenceOfDeferred extends AbstractContainer implements Serializable- 
Serialized Fields- 
elementsArrayList<com.oss.asn1.DeferredComponent> elements The primitive of this class representing as an object of Java ArrayList type.
 
- 
 
- 
- 
Class com.oss.asn1.Setclass Set extends AbstractCollection implements Serializable
- 
Class com.oss.asn1.SetOfclass SetOf extends AbstractContainer implements Serializable- 
Serialized Fields- 
elementsArrayList<T extends AbstractData> elements The primitive of this class representing as an object of Java ArrayList type.
 
- 
 
- 
- 
Class com.oss.asn1.SetOfDeferredclass SetOfDeferred extends AbstractContainer implements Serializable- 
Serialized Fields- 
elementsArrayList<com.oss.asn1.DeferredComponent> elements The primitive of this class representing as an object of Java ArrayList type.
 
- 
 
- 
- 
Class com.oss.asn1.TeletexStringclass TeletexString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.UniversalStringclass UniversalString extends AbstractString32 implements Serializable
- 
Class com.oss.asn1.UnrestrCharacterStringclass UnrestrCharacterString extends Sequence implements Serializable- 
Serialized Fields- 
_identificationEmbeddedPDV.Identification _identification Represents the identification field of CHARACTER STRING type.
- 
_string_valueOctetString _string_value Represents the string-value field of CHARACTER STRING type.
 
- 
 
- 
- 
Class com.oss.asn1.UNSIGNEDclass UNSIGNED extends AbstractData implements Serializable- 
Serialized Fields- 
mValuelong mValue The primitive value of this class as a long.
 
- 
 
- 
- 
Class com.oss.asn1.UTCTimeclass UTCTime extends AbstractTime implements Serializable
- 
Class com.oss.asn1.UTF8Stringclass UTF8String extends AbstractString implements Serializable- 
Serialized Fields- 
mValuebyte[] mValue The primitive value of this class as an array of bytes.
 
- 
 
- 
- 
Class com.oss.asn1.UTF8String16class UTF8String16 extends AbstractString16 implements Serializable- 
Serialized Fields- 
surrogatePairCountint surrogatePairCount Stores the number of surrogate pairs.
 
- 
 
- 
- 
Class com.oss.asn1.UTF8String32class UTF8String32 extends AbstractString32 implements Serializable
- 
Exception com.oss.asn1.ValidateFailedExceptionclass ValidateFailedException extends VisitorException implements Serializable
- 
Exception com.oss.asn1.ValidateNotSupportedExceptionclass ValidateNotSupportedException extends Exception implements Serializable
- 
Class com.oss.asn1.VideotexStringclass VideotexString extends AbstractString16 implements Serializable
- 
Class com.oss.asn1.VisibleStringclass VisibleString extends AbstractString16 implements Serializable
- 
Exception com.oss.asn1.VisitorExceptionclass VisitorException extends AbstractException implements Serializable- 
Serialized Fields- 
mContextStringBuffer mContext Used to accumulate context information where the exception has occurred.
- 
mFlagsint mFlags Stores exception attributes.
 
- 
 
- 
- 
Class com.oss.asn1.XRelaySafeEnumeratedclass XRelaySafeEnumerated extends RelaySafeEnumerated implements Serializable- 
Serialized Fields- 
mUnknownExtensionString mUnknownExtension Saves unknown extension received as string (XER).
 
- 
 
- 
 
- 
- 
Package com.oss.util- 
Exception com.oss.util.AmbiguousTagExceptionclass AmbiguousTagException extends RuntimeException implements Serializable
- 
Exception com.oss.util.BadOidFormatExceptionclass BadOidFormatException extends RuntimeException implements Serializable
- 
Exception com.oss.util.BadOidValueExceptionclass BadOidValueException extends RuntimeException implements Serializable
- 
Exception com.oss.util.BadTimeFormatExceptionclass BadTimeFormatException extends RuntimeException implements Serializable
- 
Exception com.oss.util.BadTimeValueExceptionclass BadTimeValueException extends RuntimeException implements Serializable
- 
Exception com.oss.util.BERTool.BERExceptionclass BERException extends RuntimeException implements Serializable
- 
Exception com.oss.util.BERTool.TLVDumpExceptionclass TLVDumpException extends RuntimeException implements Serializable
 
-