| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.sasn1.Asn1Generatororg.bouncycastle.sasn1.BerGeneratorpublic class BerGeneratorextends Asn1GeneratorField 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 IOExceptionprotected void writeBerEnd()
throws IOExceptionprotected void writeBerHeader(int tag)
throws IOException