Class ASN1Generator

  • All Implemented Interfaces:

    
    public abstract class ASN1Generator
    
                        

    Basic class for streaming generators.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract OutputStream getRawOutputStream() Return the actual stream object encodings are written to.
      • Methods inherited from class java.lang.Object

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

      • ASN1Generator

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

      • getRawOutputStream

         abstract OutputStream getRawOutputStream()

        Return the actual stream object encodings are written to.

        Returns:

        the stream that is directly encoded to.