CertificateSerialNumber.this

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

@param in the InputStream to read the serial number from. @exception IOException on decoding errors.

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

Meta