pub fn parse_der_utf8string( i: &[u8], ) -> Result<(&[u8], BerObject<'_>), Err<Error>>
mtls
Read a UTF-8 string value. The encoding is checked.