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