public abstract class ASN1Generator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.io.OutputStream |
_out |
| Constructor and Description |
|---|
ASN1Generator(java.io.OutputStream out)
Base constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.io.OutputStream |
getRawOutputStream()
Return the actual stream object encodings are written to.
|