#include <ssl_utils.h>
◆ PemKeyCertPair() [1/3]
grpc_core::PemKeyCertPair::PemKeyCertPair |
( |
absl::string_view |
private_key, |
|
|
absl::string_view |
cert_chain |
|
) |
| |
|
inline |
◆ PemKeyCertPair() [2/3]
◆ PemKeyCertPair() [3/3]
grpc_core::PemKeyCertPair::PemKeyCertPair |
( |
const PemKeyCertPair & |
other | ) |
|
|
inline |
◆ cert_chain()
const std::string& grpc_core::PemKeyCertPair::cert_chain |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ operator==()
bool grpc_core::PemKeyCertPair::operator== |
( |
const PemKeyCertPair & |
other | ) |
const |
|
inline |
◆ private_key()
const std::string& grpc_core::PemKeyCertPair::private_key |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: