Function rocket::mtls::x509::der_parser::ber::parse_ber_visiblestring

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

Read a visible string value. The content is verified to contain only the allowed characters.