Bouncy Castle Cryptography Library 1.39 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.sasn1.Asn1Generator
org.bouncycastle.sasn1.BerGenerator
public class BerGenerator
extends Asn1Generator
Field Summary |
Fields inherited from class org.bouncycastle.sasn1.Asn1Generator | |
_out |
Constructor Summary | |
| |
|
Method Summary | |
OutputStream | |
protected void |
|
protected void | |
protected void |
|
Methods inherited from class org.bouncycastle.sasn1.Asn1Generator | |
getRawOutputStream |
protected BerGenerator(OutputStream out)
public BerGenerator(OutputStream out, int tagNo, boolean isExplicit)
public OutputStream getRawOutputStream()
- Overrides:
- getRawOutputStream in interface Asn1Generator
protected void writeBerBody(InputStream contentStream) throws IOException
protected void writeBerEnd() throws IOException
protected void writeBerHeader(int tag) throws IOException