Bouncy Castle Cryptography 1.49

org.bouncycastle.asn1
Class ASN1EncodableVector

java.lang.Object
  extended by org.bouncycastle.asn1.ASN1EncodableVector
Direct Known Subclasses:
DEREncodableVector

public class ASN1EncodableVector
extends java.lang.Object


Constructor Summary
ASN1EncodableVector()
           
 
Method Summary
 void add(ASN1Encodable obj)
           
 void addAll(ASN1EncodableVector other)
           
 ASN1Encodable 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(ASN1Encodable obj)

addAll

public void addAll(ASN1EncodableVector other)

get

public ASN1Encodable get(int i)

size

public int size()

Bouncy Castle Cryptography 1.49