Public Member Functions | Private Attributes | List of all members
grpc_core::PemKeyCertPair Class Reference

#include <ssl_utils.h>

Public Member Functions

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

Private Attributes

std::string cert_chain_
 
std::string private_key_
 

Detailed Description

Definition at line 145 of file ssl_utils.h.

Constructor & Destructor Documentation

◆ PemKeyCertPair() [1/3]

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

Definition at line 147 of file ssl_utils.h.

◆ PemKeyCertPair() [2/3]

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

Definition at line 151 of file ssl_utils.h.

◆ PemKeyCertPair() [3/3]

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

Definition at line 162 of file ssl_utils.h.

Member Function Documentation

◆ cert_chain()

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

Definition at line 176 of file ssl_utils.h.

◆ operator=() [1/2]

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

Definition at line 164 of file ssl_utils.h.

◆ operator=() [2/2]

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

Definition at line 155 of file ssl_utils.h.

◆ operator==()

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

Definition at line 170 of file ssl_utils.h.

◆ private_key()

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

Definition at line 175 of file ssl_utils.h.

Member Data Documentation

◆ cert_chain_

std::string grpc_core::PemKeyCertPair::cert_chain_
private

Definition at line 180 of file ssl_utils.h.

◆ private_key_

std::string grpc_core::PemKeyCertPair::private_key_
private

Definition at line 179 of file ssl_utils.h.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:36