Public Member Functions | |
void | SetIdentityError (grpc_error_handle error) |
void | SetRootError (grpc_error_handle error) |
~CertificateInfo () | |
Public Attributes | |
grpc_error_handle | identity_cert_error = GRPC_ERROR_NONE |
std::set< TlsCertificatesWatcherInterface * > | identity_cert_watchers |
grpc_core::PemKeyCertPairList | pem_key_cert_pairs |
std::string | pem_root_certs |
grpc_error_handle | root_cert_error = GRPC_ERROR_NONE |
std::set< TlsCertificatesWatcherInterface * > | root_cert_watchers |
Definition at line 173 of file grpc_tls_certificate_distributor.h.
|
inline |
Definition at line 191 of file grpc_tls_certificate_distributor.h.
|
inline |
Definition at line 199 of file grpc_tls_certificate_distributor.h.
|
inline |
Definition at line 195 of file grpc_tls_certificate_distributor.h.
grpc_error_handle grpc_tls_certificate_distributor::CertificateInfo::identity_cert_error = GRPC_ERROR_NONE |
Definition at line 181 of file grpc_tls_certificate_distributor.h.
std::set<TlsCertificatesWatcherInterface*> grpc_tls_certificate_distributor::CertificateInfo::identity_cert_watchers |
Definition at line 189 of file grpc_tls_certificate_distributor.h.
grpc_core::PemKeyCertPairList grpc_tls_certificate_distributor::CertificateInfo::pem_key_cert_pairs |
Definition at line 177 of file grpc_tls_certificate_distributor.h.
std::string grpc_tls_certificate_distributor::CertificateInfo::pem_root_certs |
Definition at line 175 of file grpc_tls_certificate_distributor.h.
grpc_error_handle grpc_tls_certificate_distributor::CertificateInfo::root_cert_error = GRPC_ERROR_NONE |
Definition at line 179 of file grpc_tls_certificate_distributor.h.
std::set<TlsCertificatesWatcherInterface*> grpc_tls_certificate_distributor::CertificateInfo::root_cert_watchers |
Definition at line 185 of file grpc_tls_certificate_distributor.h.