|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.asn1.ASN1Generator
Basic class for streaming generators.
Field Summary | |
protected java.io.OutputStream |
_out
|
Constructor Summary | |
ASN1Generator(java.io.OutputStream out)
Base constructor. |
Method Summary | |
abstract java.io.OutputStream |
getRawOutputStream()
Return the actual stream object encodings are written to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.io.OutputStream _out
Constructor Detail |
public ASN1Generator(java.io.OutputStream out)
out
- the end output stream that object encodings are written to.Method Detail |
public abstract java.io.OutputStream getRawOutputStream()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |