Parse (unmarshal) an ID from a DER sequence input value. This form
parsing might be used when expanding a value which has already been
partially unmarshaled as a set or sequence member.
@exception IOException on error.
@param val the input value, which contains the algid and, if
there are any parameters, those parameters.
@return an ID for the algorithm. If the system is configured
appropriately, this may be an instance of a class
with some kind of special support for this algorithm.
In that case, you may "narrow" the type of the ID.
Parse (unmarshal) an ID from a DER sequence input value. This form parsing might be used when expanding a value which has already been partially unmarshaled as a set or sequence member.
@exception IOException on error. @param val the input value, which contains the algid and, if there are any parameters, those parameters. @return an ID for the algorithm. If the system is configured appropriately, this may be an instance of a class with some kind of special support for this algorithm. In that case, you may "narrow" the type of the ID.