org.gudy.bouncycastle.asn1
Class BERSequenceGenerator

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.ASN1Generator
      extended by org.gudy.bouncycastle.asn1.BERGenerator
          extended by org.gudy.bouncycastle.asn1.BERSequenceGenerator

public class BERSequenceGenerator
extends BERGenerator


Field Summary
 
Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Generator
_out
 
Constructor Summary
BERSequenceGenerator(OutputStream out)
           
BERSequenceGenerator(OutputStream out, int tagNo, boolean isExplicit)
           
 
Method Summary
 void addObject(DEREncodable object)
           
 void close()
           
 
Methods inherited from class org.gudy.bouncycastle.asn1.BERGenerator
getRawOutputStream, writeBERBody, writeBEREnd, writeBERHeader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BERSequenceGenerator

public BERSequenceGenerator(OutputStream out)
                     throws IOException
Throws:
IOException

BERSequenceGenerator

public BERSequenceGenerator(OutputStream out,
                            int tagNo,
                            boolean isExplicit)
                     throws IOException
Throws:
IOException
Method Detail

addObject

public void addObject(DEREncodable object)
               throws IOException
Throws:
IOException

close

public void close()
           throws IOException
Throws:
IOException