Function parse_ber_ia5string
pub fn parse_ber_ia5string(
i: &[u8],
) -> Result<(&[u8], BerObject<'_>), Err<Error>>Available on crate feature
crypto only.Expand description
Read an IA5 string value. The content is verified to be ASCII.