GRPC Core  9.0.0
Public Member Functions
grpc_core::PemKeyCertPair Class Reference

#include <ssl_utils.h>

Public Member Functions

 PemKeyCertPair (grpc_ssl_pem_key_cert_pair *pair)
 
 PemKeyCertPair (PemKeyCertPair &&other)
 
PemKeyCertPairoperator= (PemKeyCertPair &&other)
 
 PemKeyCertPair (const PemKeyCertPair &other)
 
PemKeyCertPairoperator= (const PemKeyCertPair &other)
 
char * private_key () const
 
char * cert_chain () const
 

Constructor & Destructor Documentation

◆ PemKeyCertPair() [1/3]

grpc_core::PemKeyCertPair::PemKeyCertPair ( grpc_ssl_pem_key_cert_pair pair)
inlineexplicit

◆ PemKeyCertPair() [2/3]

grpc_core::PemKeyCertPair::PemKeyCertPair ( PemKeyCertPair &&  other)
inline

◆ PemKeyCertPair() [3/3]

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

Member Function Documentation

◆ cert_chain()

char* 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)
inline

◆ private_key()

char* grpc_core::PemKeyCertPair::private_key ( ) const
inline

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