org.bouncycastle.asn1

Class BERGenerator

public class BERGenerator extends ASN1Generator

Constructor Summary
protected BERGenerator(OutputStream out)
BERGenerator(OutputStream out, int tagNo, boolean isExplicit)
Method Summary
OutputStreamgetRawOutputStream()
protected voidwriteBERBody(InputStream contentStream)
protected voidwriteBEREnd()
protected voidwriteBERHeader(int tag)

Constructor Detail

BERGenerator

protected BERGenerator(OutputStream out)

BERGenerator

public BERGenerator(OutputStream out, int tagNo, boolean isExplicit)

Method Detail

getRawOutputStream

public OutputStream getRawOutputStream()

writeBERBody

protected void writeBERBody(InputStream contentStream)

writeBEREnd

protected void writeBEREnd()

writeBERHeader

protected void writeBERHeader(int tag)