UniqueIdentity.this

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

@param stream the DerInputStream to read the UniqueIdentity from. @exception IOException on decoding errors.

  1. this(BitArray id)
  2. this(byte[] id)
  3. this(DerInputStream stream)
    class UniqueIdentity
  4. this(DerValue derVal)

Meta