Function der_parser::der::parse_der_utf8string
source · pub fn parse_der_utf8string(i: &[u8]) -> DerResult<'_>
Expand description
Read a UTF-8 string value. The encoding is checked.
pub fn parse_der_utf8string(i: &[u8]) -> DerResult<'_>
Read a UTF-8 string value. The encoding is checked.