public class BERGenerator extends ASN1Generator
_out
Modifier | Constructor and Description |
---|---|
protected |
BERGenerator(OutputStream out) |
protected |
BERGenerator(OutputStream out,
int tagNo,
boolean isExplicit) |
Modifier and Type | Method and Description |
---|---|
OutputStream |
getRawOutputStream()
Return the actual stream object encodings are written to.
|
protected void |
writeBEREnd() |
protected void |
writeBERHeader(int tag) |
protected BERGenerator(OutputStream out)
protected BERGenerator(OutputStream out, int tagNo, boolean isExplicit)
public OutputStream getRawOutputStream()
ASN1Generator
getRawOutputStream
in class ASN1Generator
protected void writeBERHeader(int tag) throws IOException
IOException
protected void writeBEREnd() throws IOException
IOException
Copyright © 2021 BouncyCastle.org. All rights reserved.