public class BERGenerator extends ASN1Generator
_out| Modifier | Constructor and Description | 
|---|---|
protected  | 
BERGenerator(java.io.OutputStream out)  | 
protected  | 
BERGenerator(java.io.OutputStream out,
            int tagNo,
            boolean isExplicit)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.io.OutputStream | 
getRawOutputStream()
Return the actual stream object encodings are written to. 
 | 
protected void | 
writeBEREnd()  | 
protected void | 
writeBERHeader(int tag)  | 
protected BERGenerator(java.io.OutputStream out)
protected BERGenerator(java.io.OutputStream out,
                       int tagNo,
                       boolean isExplicit)
public java.io.OutputStream getRawOutputStream()
ASN1GeneratorgetRawOutputStream in class ASN1Generatorprotected void writeBERHeader(int tag)
                       throws java.io.IOException
java.io.IOExceptionprotected void writeBEREnd()
                    throws java.io.IOException
java.io.IOException