ObjectIdentifier.this

Constructor, from an ASN.1 encoded input stream. Validity check NOT included. The encoding of the ID in the stream uses "DER", a BER/1 subset. In this case, that means a triple { typeId, length, data }.

<P><STRONG>NOTE:</STRONG> When an exception is thrown, the input stream has not been returned to its "initial" state.

@param in DER-encoded data holding an object ID @exception IOException indicates a decoding error

  1. this(string oid)
  2. this(int[] values)
  3. this(DerInputStream inputStream)
    class ObjectIdentifier
  4. this(DerInputBuffer buf)

Meta