Class DERGenerator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DERGenerator​(java.io.OutputStream out)  
        DERGenerator​(java.io.OutputStream out, int tagNo, boolean isExplicit)
      Create a DER encoding generator for a tagged object.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • DERGenerator

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

        public DERGenerator​(java.io.OutputStream out,
                            int tagNo,
                            boolean isExplicit)
        Create a DER encoding generator for a tagged object.
        Parameters:
        out - the output stream to encode objects to.
        tagNo - the tag number to head the output stream with.
        isExplicit - true if the tagging should be explicit, false otherwise.