Searched refs:FIELD_PKINFO_SIGNATURE (Results 1 – 2 of 2) sorted by relevance
37 constexpr const char* FIELD_PKINFO_SIGNATURE = "pkInfoSignature"; variable67 !IsString(jsonObject, FIELD_SERVER_PK) || !IsString(jsonObject, FIELD_PKINFO_SIGNATURE) || in from_json()76 credentialData.pkInfoSignature = jsonObject[FIELD_PKINFO_SIGNATURE].get<std::string>(); in from_json()323 jsonCreObj[FIELD_PKINFO_SIGNATURE] = inputCreData.pkInfoSignature; in GetCredentialData()348 if (IsString(jsonObject, FIELD_PKINFO_SIGNATURE)) { in from_json()349 … credentialDataInfo.pkInfoSignature = jsonObject[FIELD_PKINFO_SIGNATURE].get<std::string>(); in from_json()377 jsonObject[FIELD_PKINFO_SIGNATURE] = credentialDataInfo.pkInfoSignature; in to_json()
1648 jsonOutObj[FIELD_PKINFO_SIGNATURE] = 0;1657 jsonOutObj[FIELD_PKINFO_SIGNATURE] = "pkInfoSignature";