| 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.Objectorg.bouncycastle.asn1.ASN1Generatororg.bouncycastle.asn1.BERGeneratorpublic class BERGeneratorextends ASN1GeneratorField 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 IOExceptionprotected void writeBEREnd()
throws IOExceptionprotected void writeBERHeader(int tag)
throws IOException