Searched refs:pendingCertificate (Results 1 – 2 of 2) sorted by relevance
125 array.add(data.pendingCertificate); in saveToDisk()190 authKeyData.pendingCertificate = itemPendingCertificate->value(); in parseAuthKeyData()524 bool certificationPending = (data.pendingCertificate.size() > 0); in getAuthKeysNeedingCertification()533 data.pendingCertificate = signingKeyCertificate.encodedCertificate; in getAuthKeysNeedingCertification()539 keysNeedingCert.push_back(data.pendingCertificate); in getAuthKeysNeedingCertification()548 if (data.pendingCertificate == authenticationKey) { in storeStaticAuthenticationData()549 data.certificate = data.pendingCertificate; in storeStaticAuthenticationData()552 data.pendingCertificate.clear(); in storeStaticAuthenticationData()
59 vector<uint8_t> pendingCertificate; member