Function parse_der_numericstring
pub fn parse_der_numericstring(
i: &[u8],
) -> Result<(&[u8], BerObject<'_>), Err<Error>>Expand description
Read a numeric string value. The content is verified to contain only digits and spaces.