org.bouncycastle.sasn1
public class BerGenerator extends Asn1Generator
Deprecated: use corresponsding classes in org.bouncycastle.asn1.
Constructor Summary | |
---|---|
protected | BerGenerator(OutputStream out) |
BerGenerator(OutputStream out, int tagNo, boolean isExplicit) |
Method Summary | |
---|---|
OutputStream | getRawOutputStream() |
protected void | writeBerBody(InputStream contentStream) |
protected void | writeBerEnd() |
protected void | writeBerHeader(int tag) |