Function parse_der_utf8string
pub fn parse_der_utf8string(
i: &[u8],
) -> Result<(&[u8], BerObject<'_>), Err<Error>>Available on crate feature
crypto only.Expand description
Read a UTF-8 string value. The encoding is checked.