Class ASN1Generator

    • Constructor Detail

      • ASN1Generator

        public ASN1Generator​(OutputStream out)
        Base constructor.
        Parameters:
        out - the end output stream that object encodings are written to.
    • Method Detail

      • getRawOutputStream

        public abstract OutputStream getRawOutputStream()
        Return the actual stream object encodings are written to.
        Returns:
        the stream that is directly encoded to.