Function der_parser::ber::parse_ber_ia5string [−][src]
pub fn parse_ber_ia5string(i: &[u8]) -> BerResult<'_>
Expand description
Read an IA5 string value. The content is verified to be ASCII.
pub fn parse_ber_ia5string(i: &[u8]) -> BerResult<'_>
Read an IA5 string value. The content is verified to be ASCII.