Class ASN1OutputStream


  • public class ASN1OutputStream
    extends java.lang.Object
    Stream that produces output based on the default encoding for the passed in objects.
    • Method Detail

      • create

        public static ASN1OutputStream create​(java.io.OutputStream out,
                                              java.lang.String encoding)
      • close

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

        public void flush()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • writeObject

        public final void writeObject​(ASN1Encodable encodable)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • writeObject

        public final void writeObject​(ASN1Primitive primitive)
                               throws java.io.IOException
        Throws:
        java.io.IOException