Lines Matching refs:Certificate

115 void Certificate::copyCertificate(const std::string& certSrcFilePath,  in copyCertificate()
142 Certificate::generateUniqueFilePath(const std::string& directoryPath) in generateUniqueFilePath()
157 std::string Certificate::generateAuthCertFileX509Path( in generateAuthCertFileX509Path()
184 Certificate::generateAuthCertFilePath(const std::string& certSrcFilePath) in generateAuthCertFilePath()
207 Certificate::generateCertFilePath(const std::string& certSrcFilePath) in generateCertFilePath()
219 Certificate::Certificate(sdbusplus::bus_t& bus, const std::string& objPath, in Certificate() function in phosphor::certs::Certificate
257 Certificate::Certificate(sdbusplus::bus_t& bus, const std::string& objPath, in Certificate() function in phosphor::certs::Certificate
277 Certificate::~Certificate() in ~Certificate()
286 void Certificate::replace(const std::string filePath) in replace()
291 void Certificate::install(const std::string& certSrcFilePath, bool restore) in install()
386 void Certificate::install(X509_STORE& x509Store, const std::string& pem, in install()
433 void Certificate::populateProperties() in populateProperties()
439 std::string Certificate::getCertId() const in getCertId()
444 bool Certificate::isSame(const std::string& certPath) in isSame()
450 void Certificate::storageUpdate() in storageUpdate()
478 void Certificate::populateProperties(X509& cert) in populateProperties()
556 void Certificate::checkAndAppendPrivateKey(const std::string& filePath) in checkAndAppendPrivateKey()
610 bool Certificate::compareKeys(const std::string& filePath) in compareKeys()
680 void Certificate::delete_() in delete_()
685 std::string Certificate::getObjectPath() in getObjectPath()
690 std::string Certificate::getCertFilePath() in getCertFilePath()
695 void Certificate::setCertFilePath(const std::string& path) in setCertFilePath()
700 void Certificate::setCertInstallPath(const std::string& path) in setCertInstallPath()