Searched refs:credentialDataInfo (Results 1 – 2 of 2) sorted by relevance
344 if (credentialDataInfo.credentialType == NONSYMMETRY_CREDENTIAL_TYPE) { in from_json()353 credentialDataInfo.pkInfo = jsonPkInfo.dump(); in from_json()355 } else if (credentialDataInfo.credentialType == SYMMETRY_CREDENTIAL_TYPE) { in from_json()370 jsonObject[FIELD_DEVICE_ID] = credentialDataInfo.peerDeviceId; in to_json()371 jsonObject[FIELD_UDID] =credentialDataInfo.peerDeviceId; in to_json()372 jsonObject[FIELD_USER_ID] = credentialDataInfo.userId; in to_json()373 jsonObject[FIELD_CREDENTIAL_TYPE] = credentialDataInfo.credentialType; in to_json()375 if (credentialDataInfo.credentialType == NONSYMMETRY_CREDENTIAL_TYPE) { in to_json()376 jsonObject[FIELD_SERVER_PK] = credentialDataInfo.serverPk; in to_json()378 jsonObject[FIELD_PKINFO] = credentialDataInfo.pkInfo; in to_json()[all …]
701 CredentialDataInfo credentialDataInfo; variable706 credentialDataInfo.pkInfo = "pk_info";709 credentialDataInfo.userId = "user_id";1642 CredentialDataInfo credentialDataInfo; variable1651 credentialDataInfo.serverPk = "";1665 credentialDataInfo.authCode = "";1701 CredentialDataInfo credentialDataInfo; variable1703 credentialDataInfo.userId = "test";1706 credentialDataInfo.serverPk = "test";1708 credentialDataInfo.pkInfo = "test";[all …]