|
Bouncy Castle Cryptography 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Sequence
public abstract class ASN1Sequence
Field Summary | |
---|---|
protected java.util.Vector |
seq
|
Constructor Summary | |
---|---|
protected |
ASN1Sequence()
create an empty sequence |
protected |
ASN1Sequence(ASN1Encodable obj)
create a sequence containing one object |
protected |
ASN1Sequence(ASN1Encodable[] array)
create a sequence containing a vector of objects. |
protected |
ASN1Sequence(ASN1EncodableVector v)
create a sequence containing a vector of objects. |
Method Summary | |
---|---|
static ASN1Sequence |
getInstance(ASN1TaggedObject obj,
boolean explicit)
Return an ASN1 sequence from a tagged object. |
static ASN1Sequence |
getInstance(java.lang.Object obj)
return an ASN1Sequence from the given object. |
ASN1Encodable |
getObjectAt(int index)
return the object at the sequence position indicated by index. |
java.util.Enumeration |
getObjects()
|
int |
hashCode()
|
ASN1SequenceParser |
parser()
|
int |
size()
return the number of objects in this sequence. |
ASN1Encodable[] |
toArray()
|
java.lang.String |
toString()
|
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive |
---|
equals, fromByteArray, toASN1Primitive |
Methods inherited from class org.bouncycastle.asn1.ASN1Object |
---|
getEncoded, getEncoded, hasEncodedTagValue, toASN1Object |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.util.Vector seq
Constructor Detail |
---|
protected ASN1Sequence()
protected ASN1Sequence(ASN1Encodable obj)
protected ASN1Sequence(ASN1EncodableVector v)
protected ASN1Sequence(ASN1Encodable[] array)
Method Detail |
---|
public static ASN1Sequence getInstance(java.lang.Object obj)
obj
- the object we want converted.
java.lang.IllegalArgumentException
- if the object cannot be converted.public static ASN1Sequence getInstance(ASN1TaggedObject obj, boolean explicit)
obj
- the tagged object.explicit
- true if the object is meant to be explicitly tagged,
false otherwise.
java.lang.IllegalArgumentException
- if the tagged object cannot
be converted.public ASN1Encodable[] toArray()
public java.util.Enumeration getObjects()
public ASN1SequenceParser parser()
public ASN1Encodable getObjectAt(int index)
index
- the sequence number (starting at zero) of the object
public int size()
public int hashCode()
hashCode
in class ASN1Primitive
public java.lang.String toString()
toString
in class java.lang.Object
|
Bouncy Castle Cryptography 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |