| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.asn1.ASN1Generator
org.gudy.bouncycastle.asn1.BERGenerator
org.gudy.bouncycastle.asn1.BERSequenceGenerator
public class BERSequenceGenerator
| Field Summary | 
|---|
| Fields inherited from class org.gudy.bouncycastle.asn1.ASN1Generator | 
|---|
| _out | 
| Constructor Summary | |
|---|---|
| BERSequenceGenerator(java.io.OutputStream out) | |
| BERSequenceGenerator(java.io.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 | 
|---|
public BERSequenceGenerator(java.io.OutputStream out)
                     throws java.io.IOException
java.io.IOException
public BERSequenceGenerator(java.io.OutputStream out,
                            int tagNo,
                            boolean isExplicit)
                     throws java.io.IOException
java.io.IOException| Method Detail | 
|---|
public void addObject(DEREncodable object)
               throws java.io.IOException
java.io.IOException
public void close()
           throws java.io.IOException
java.io.IOException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||