pub fn parse_der_u64(i: &[u8]) -> BerResult<'_, u64>
Expand description

Parse DER object and try to decode it as a 64-bits unsigned integer

Return IntegerTooLarge if object is an integer, but can not be represented in the target integer type.