Class DERSequenceGenerator

    • Field Detail

      • _bOut

        private final java.io.ByteArrayOutputStream _bOut
    • Constructor Detail

      • DERSequenceGenerator

        public DERSequenceGenerator​(java.io.OutputStream out)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • DERSequenceGenerator

        public DERSequenceGenerator​(java.io.OutputStream out,
                                    int tagNo,
                                    boolean isExplicit)
                             throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • addObject

        public void addObject​(DEREncodable object)
                       throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        public void close()
                   throws java.io.IOException
        Throws:
        java.io.IOException