Bouncy Castle Cryptography Library 1.46

org.bouncycastle.asn1
Class ASN1EncodableVector

java.lang.Object
  extended by org.bouncycastle.asn1.DEREncodableVector
      extended by org.bouncycastle.asn1.ASN1EncodableVector

public class ASN1EncodableVector
extends DEREncodableVector

the parent class for this will eventually disappear. Use this one!


Constructor Summary
ASN1EncodableVector()
           
 
Method Summary
 void add(DEREncodable obj)
           
 DEREncodable get(int i)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1EncodableVector

public ASN1EncodableVector()
Method Detail

add

public void add(DEREncodable obj)
Overrides:
add in class DEREncodableVector

get

public DEREncodable get(int i)
Overrides:
get in class DEREncodableVector

size

public int size()
Overrides:
size in class DEREncodableVector

Bouncy Castle Cryptography Library 1.46