Function der_parser::der::parse_der_i32
source · [−]Expand description
Parse DER object and try to decode it as a 32-bits signed integer
Return IntegerTooLarge
if object is an integer, but can not be represented in the target
integer type.