public abstract class ASN1Generator extends Object
Modifier and Type | Field and Description |
---|---|
protected OutputStream |
_out |
Constructor and Description |
---|
ASN1Generator(OutputStream out)
Base constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract OutputStream |
getRawOutputStream()
Return the actual stream object encodings are written to.
|
protected OutputStream _out
public ASN1Generator(OutputStream out)
out
- the end output stream that object encodings are written to.public abstract OutputStream getRawOutputStream()
Copyright © 2018 BouncyCastle.org. All rights reserved.