public class

LazyDERSequence

extends DERSequence
java.lang.Object
   ↳ org.bouncycastle.asn1.ASN1Encodable
     ↳ org.bouncycastle.asn1.DERObject
       ↳ org.bouncycastle.asn1.ASN1Object
         ↳ org.bouncycastle.asn1.ASN1Sequence
           ↳ org.bouncycastle.asn1.DERSequence
             ↳ org.bouncycastle.asn1.LazyDERSequence

Summary

[Expand]
Inherited Constants
From class org.bouncycastle.asn1.ASN1Encodable
From interface org.bouncycastle.asn1.DERTags
Public Methods
synchronized DEREncodable getObjectAt(int index)
return the object at the sequence position indicated by index.
synchronized Enumeration getObjects()
int size()
return the number of objects in this sequence.
[Expand]
Inherited Methods
From class org.bouncycastle.asn1.ASN1Sequence
From class org.bouncycastle.asn1.ASN1Object
From class org.bouncycastle.asn1.DERObject
From class org.bouncycastle.asn1.ASN1Encodable
From class java.lang.Object
From interface org.bouncycastle.asn1.DEREncodable

Public Methods

public synchronized DEREncodable getObjectAt (int index)

return the object at the sequence position indicated by index.

Parameters
index the sequence number (starting at zero) of the object
Returns
  • the object at the sequence position indicated by index.

public synchronized Enumeration getObjects ()

public int size ()

return the number of objects in this sequence.

Returns
  • the number of objects in this sequence.