Function rocket::mtls::x509::der_parser::der::parse_der_utf8string

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

Read a UTF-8 string value. The encoding is checked.