Bouncy Castle Cryptography Library 1.37 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.asn1.ASN1Generator
org.bouncycastle.asn1.BERGenerator
public class BERGenerator
extends ASN1Generator
Field Summary |
Fields inherited from class org.bouncycastle.asn1.ASN1Generator | |
_out |
Constructor Summary | |
| |
|
Method Summary | |
OutputStream | |
protected void |
|
protected void | |
protected void |
|
Methods inherited from class org.bouncycastle.asn1.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