public class BERGenerator extends ASN1Generator
_out| Modifier | Constructor and Description |
|---|---|
protected |
BERGenerator(OutputStream out) |
|
BERGenerator(OutputStream out,
int tagNo,
boolean isExplicit) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
getRawOutputStream() |
protected void |
writeBERBody(InputStream contentStream) |
protected void |
writeBEREnd() |
protected void |
writeBERHeader(int tag) |
protected BERGenerator(OutputStream out)
public BERGenerator(OutputStream out, int tagNo, boolean isExplicit)
public OutputStream getRawOutputStream()
getRawOutputStream in class ASN1Generatorprotected void writeBERHeader(int tag)
throws IOException
IOExceptionprotected void writeBERBody(InputStream contentStream) throws IOException
IOExceptionprotected void writeBEREnd()
throws IOException
IOExceptionCopyright © 2015. All rights reserved.