org.gudy.bouncycastle.asn1
Class ASN1Generator

java.lang.Object
  extended by org.gudy.bouncycastle.asn1.ASN1Generator
Direct Known Subclasses:
BERGenerator, DERGenerator

public abstract class ASN1Generator
extends Object


Field Summary
protected  OutputStream _out
           
 
Constructor Summary
ASN1Generator(OutputStream out)
           
 
Method Summary
abstract  OutputStream getRawOutputStream()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_out

protected OutputStream _out
Constructor Detail

ASN1Generator

public ASN1Generator(OutputStream out)
Method Detail

getRawOutputStream

public abstract OutputStream getRawOutputStream()