GRPC C++  1.39.1
Public Member Functions
grpc_core::PemKeyCertPair Class Reference

#include <ssl_utils.h>

Public Member Functions

 PemKeyCertPair (absl::string_view private_key, absl::string_view cert_chain)
 
 PemKeyCertPair (PemKeyCertPair &&other) noexcept
 
PemKeyCertPairoperator= (PemKeyCertPair &&other) noexcept
 
 PemKeyCertPair (const PemKeyCertPair &other)
 
PemKeyCertPairoperator= (const PemKeyCertPair &other)
 
bool operator== (const PemKeyCertPair &other) const
 
const std::string & private_key () const
 
const std::string & cert_chain () const
 

Constructor & Destructor Documentation

◆ PemKeyCertPair() [1/3]

grpc_core::PemKeyCertPair::PemKeyCertPair ( absl::string_view  private_key,
absl::string_view  cert_chain 
)
inline

◆ PemKeyCertPair() [2/3]

grpc_core::PemKeyCertPair::PemKeyCertPair ( PemKeyCertPair &&  other)
inlinenoexcept

◆ PemKeyCertPair() [3/3]

grpc_core::PemKeyCertPair::PemKeyCertPair ( const PemKeyCertPair other)
inline

Member Function Documentation

◆ cert_chain()

const std::string& grpc_core::PemKeyCertPair::cert_chain ( ) const
inline

◆ operator=() [1/2]

PemKeyCertPair& grpc_core::PemKeyCertPair::operator= ( const PemKeyCertPair other)
inline

◆ operator=() [2/2]

PemKeyCertPair& grpc_core::PemKeyCertPair::operator= ( PemKeyCertPair &&  other)
inlinenoexcept

◆ 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: