Package com.oss.asn1
Class Set
java.lang.Object
com.oss.asn1.AbstractData
com.oss.asn1.AbstractCollection
com.oss.asn1.Set
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
RelaySafeSet
The Set class represents the ASN.1 SET type.
- Since:
- ASN.1/Java 6.0
- See Also:
-
Field Summary
Fields inherited from class com.oss.asn1.AbstractData
EQUALS, GREATER_THAN, LESS_THAN
-
Method Summary
Methods inherited from class com.oss.asn1.AbstractCollection
numComponents
Methods inherited from class com.oss.asn1.AbstractData
abstractEqualTo, delete, equals, hashCode, isEncodable, isPDU, isValid, toString, toString
-
Method Details
-
equalTo
Compare 'this' object to another Set object to see if their contents are the same.- Parameters:
that
- the Set object to compare 'this' object to.- Returns:
- true if contents of both objects are the same.
-
getTypeName
Returns the name of ASN.1 type this java class represents.- Overrides:
getTypeName
in classAbstractData
- Returns:
- the name of the ASN.1 type.
-
clone
Create a deep copy of 'this' object.- Returns:
- copy of 'this' object.
-