Searched refs:encDataJsonStr (Results 1 – 1 of 1) sorted by relevance
587 std::string encDataJsonStr(certParcel->cert.begin(), certParcel->cert.end()); in ParseDlpCertificate() local588 auto jsonObj = unordered_json::parse(encDataJsonStr, nullptr, false); in ParseDlpCertificate()