Function rocket::mtls::x509::der_parser::der::parse_der_ia5string

source ·
pub fn parse_der_ia5string(
    i: &[u8]
) -> Result<(&[u8], BerObject<'_>), Err<Error>>
Available on crate feature mtls only.
Expand description

Read an IA5 string value. The content is verified to be ASCII.