org.gudy.bouncycastle.asn1
Class BERSequenceGenerator
java.lang.Object
  
org.gudy.bouncycastle.asn1.ASN1Generator
      
org.gudy.bouncycastle.asn1.BERGenerator
          
org.gudy.bouncycastle.asn1.BERSequenceGenerator
public class BERSequenceGenerator
- extends BERGenerator
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BERSequenceGenerator
public BERSequenceGenerator(OutputStream out)
                     throws IOException
- Throws:
 IOException
BERSequenceGenerator
public BERSequenceGenerator(OutputStream out,
                            int tagNo,
                            boolean isExplicit)
                     throws IOException
- Throws:
 IOException
addObject
public void addObject(DEREncodable object)
               throws IOException
- Throws:
 IOException
 
close
public void close()
           throws IOException
- Throws:
 IOException