Class BERGenerator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BERGenerator​(java.io.OutputStream out)  
      protected BERGenerator​(java.io.OutputStream out, int tagNo, boolean isExplicit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.OutputStream getRawOutputStream()
      Return the actual stream object encodings are written to.
      protected void writeBEREnd()  
      protected void writeBERHeader​(int tag)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BERGenerator

        protected BERGenerator​(java.io.OutputStream out)
      • BERGenerator

        protected BERGenerator​(java.io.OutputStream out,
                               int tagNo,
                               boolean isExplicit)
    • Method Detail

      • getRawOutputStream

        public java.io.OutputStream getRawOutputStream()
        Description copied from class: ASN1Generator
        Return the actual stream object encodings are written to.
        Specified by:
        getRawOutputStream in class ASN1Generator
        Returns:
        the stream that is directly encoded to.
      • writeBERHeader

        protected void writeBERHeader​(int tag)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • writeBEREnd

        protected void writeBEREnd()
                            throws java.io.IOException
        Throws:
        java.io.IOException