#include <grpc_tls_certificate_distributor.h>
|
void | CancelTlsCertificatesWatch (TlsCertificatesWatcherInterface *watcher) |
|
bool | HasKeyCertPairs (const std::string &identity_cert_name) |
|
bool | HasRootCerts (const std::string &root_cert_name) |
|
void | SetError (grpc_error_handle error) |
|
void | SetErrorForCert (const std::string &cert_name, absl::optional< grpc_error_handle > root_cert_error, absl::optional< grpc_error_handle > identity_cert_error) |
|
void | SetKeyMaterials (const std::string &cert_name, absl::optional< std::string > pem_root_certs, absl::optional< grpc_core::PemKeyCertPairList > pem_key_cert_pairs) |
|
void | SetWatchStatusCallback (std::function< void(std::string, bool, bool)> callback) |
|
void | WatchTlsCertificates (std::unique_ptr< TlsCertificatesWatcherInterface > watcher, absl::optional< std::string > root_cert_name, absl::optional< std::string > identity_cert_name) |
|
RefCounted & | operator= (const RefCounted &)=delete |
|
RefCountedPtr< grpc_tls_certificate_distributor > | Ref () GRPC_MUST_USE_RESULT |
|
RefCountedPtr< grpc_tls_certificate_distributor > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
|
| RefCounted (const RefCounted &)=delete |
|
RefCountedPtr< grpc_tls_certificate_distributor > | RefIfNonZero () GRPC_MUST_USE_RESULT |
|
RefCountedPtr< grpc_tls_certificate_distributor > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
|
void | Unref () |
|
void | Unref (const DebugLocation &location, const char *reason) |
|
| ~RefCounted ()=default |
|
virtual | ~PolymorphicRefCount ()=default |
|
◆ ABSL_GUARDED_BY() [1/3]
◆ ABSL_GUARDED_BY() [2/3]
◆ ABSL_GUARDED_BY() [3/3]
◆ CancelTlsCertificatesWatch()
◆ HasKeyCertPairs()
bool grpc_tls_certificate_distributor::HasKeyCertPairs |
( |
const std::string & |
identity_cert_name | ) |
|
◆ HasRootCerts()
bool grpc_tls_certificate_distributor::HasRootCerts |
( |
const std::string & |
root_cert_name | ) |
|
◆ SetError()
◆ SetErrorForCert()
◆ SetKeyMaterials()
◆ SetWatchStatusCallback()
void grpc_tls_certificate_distributor::SetWatchStatusCallback |
( |
std::function< void(std::string, bool, bool)> |
callback | ) |
|
|
inline |
◆ WatchTlsCertificates()
◆ callback_mu_
◆ mu_
The documentation for this struct was generated from the following files: