SerialNumber.this

Create the object, decoding the values from the passed stream.

@param stream the InputStream to read the SerialNumber from. @exception IOException on decoding errors.

  1. this(BigInteger num)
  2. this(int num)
  3. this(DerInputStream stream)
  4. this(DerValue val)
  5. this(InputStream stream)
    class SerialNumber
    this
    (
    InputStream stream
    )

Meta