Package io.anyline.nfc.bouncycastle.asn1
Class ASN1Generator
-
- All Implemented Interfaces:
public abstract class ASN1Generator
Basic class for streaming generators.
-
-
Constructor Summary
Constructors Constructor Description ASN1Generator(OutputStream out)
Base constructor.
-
Method Summary
Modifier and Type Method Description abstract OutputStream
getRawOutputStream()
Return the actual stream object encodings are written to. -
-
Constructor Detail
-
ASN1Generator
ASN1Generator(OutputStream out)
Base constructor.- Parameters:
out
- the end output stream that object encodings are written to.
-
-
Method Detail
-
getRawOutputStream
abstract OutputStream getRawOutputStream()
Return the actual stream object encodings are written to.
- Returns:
the stream that is directly encoded to.
-
-
-
-