Package com.oss.asn1
Class InfoObject
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractCollection
com.oss.asn1.Sequence
com.oss.asn1.InfoObject
- All Implemented Interfaces:
Serializable
,Cloneable
The InfoObject class represents the ASN.1 InfoObject class type.
- Since:
- ASN.1/Java 1.0-beta A
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Get the index of the field marked as UNIQUE.Methods inherited from class com.oss.asn1.AbstractCollection
clone, delete, enumeratedComponents, hashCode
Methods inherited from class com.oss.asn1.AbstractData
equals, getTypeInfo, isEncodable, isPDU, isValid, toString, toString
-
Constructor Details
-
InfoObject
public InfoObject()The default constructor.
-
-
Method Details
-
getUniqueFieldIndex
public int getUniqueFieldIndex()Get the index of the field marked as UNIQUE.- Returns:
- index of the UNIQUE field or -1 if no field was marked with UNIQUE.
-