Package io.anyline.nfc.bouncycastle.asn1
Class BERGenerator
-
- All Implemented Interfaces:
public abstract class BERGenerator extends ASN1Generator
Base class for generators for indefinite-length structures.
-
-
Method Summary
Modifier and Type Method Description OutputStream
getRawOutputStream()
Return the actual stream object encodings are written to. -
-
Method Detail
-
getRawOutputStream
OutputStream getRawOutputStream()
Return the actual stream object encodings are written to.
- Returns:
the stream that is directly encoded to.
-
-
-
-