Searched defs:PemKeyCertPair (Results 1 – 4 of 4) sorted by relevance
148 PemKeyCertPair(absl::string_view private_key, absl::string_view cert_chain) in PemKeyCertPair() function152 PemKeyCertPair(PemKeyCertPair&& other) noexcept { in PemKeyCertPair() function163 PemKeyCertPair(const PemKeyCertPair& other) in PemKeyCertPair() function
66 struct PemKeyCertPair { struct67 grpc::string private_key;68 grpc::string cert_chain;
47 struct PemKeyCertPair { struct48 std::string private_key;49 std::string cert_chain;