org.bouncycastle.asn1
public abstract class ASN1Set extends ASN1Object
Field Summary | |
---|---|
protected Vector | set |
Constructor Summary | |
---|---|
ASN1Set() |
Method Summary | |
---|---|
protected void | addObject(DEREncodable obj) |
static ASN1Set | getInstance(Object obj)
return an ASN1Set from the given object.
|
static ASN1Set | getInstance(ASN1TaggedObject obj, boolean explicit)
Return an ASN1 set from a tagged object. |
DEREncodable | getObjectAt(int index)
return the object at the set postion indicated by index.
|
Enumeration | getObjects() |
int | hashCode() |
ASN1SetParser | parser() |
int | size()
return the number of objects in this set.
|
protected void | sort() |
String | toString() |
Parameters: obj the object we want converted.
Throws: IllegalArgumentException if the object cannot be converted.
Parameters: obj the tagged object. explicit true if the object is meant to be explicitly tagged false otherwise.
Throws: IllegalArgumentException if the tagged object cannot be converted.
Parameters: index the set number (starting at zero) of the object
Returns: the object at the set postion indicated by index.
Returns: the number of objects in this set.