Lines Matching full:csr
3 #include <xyz/openbmc_project/Certs/CSR/server.hpp>
19 sdbusplus::xyz::openbmc_project::Certs::server::CSR>;
22 /** @class CSR
23 * @brief To read CSR certificate
25 class CSR : public internal::CSRInterface class
28 CSR() = delete;
29 ~CSR() = default;
30 CSR(const CSR&) = delete;
31 CSR& operator=(const CSR&) = delete;
32 CSR(CSR&&) = delete;
33 CSR& operator=(CSR&&) = delete;
39 * @param[in] status - Status of Generate CSR request
41 CSR(sdbusplus::bus_t& bus, const char* path, std::string&& installPath,
43 /** @brief Return CSR
45 std::string csr() override;