#include <tls_certificate_provider.h>
|
| FileWatcherCertificateProvider (const std::string &private_key_path, const std::string &identity_certificate_path, const std::string &root_cert_path, const std::string &spiffe_bundle_map_path, unsigned int refresh_interval_sec) |
|
| FileWatcherCertificateProvider (const std::string &private_key_path, const std::string &identity_certificate_path, unsigned int refresh_interval_sec) |
|
| FileWatcherCertificateProvider (const std::string &root_cert_path, unsigned int refresh_interval_sec) |
|
| FileWatcherCertificateProvider (const std::string &private_key_path, const std::string &identity_certificate_path, const std::string &root_cert_path, unsigned int refresh_interval_sec) |
|
| ~FileWatcherCertificateProvider () override |
|
grpc_tls_certificate_provider * | c_provider () override |
|
absl::Status | ValidateCredentials () const |
|
virtual | ~CertificateProviderInterface ()=default |
|
◆ FileWatcherCertificateProvider() [1/4]
grpc::experimental::FileWatcherCertificateProvider::FileWatcherCertificateProvider |
( |
const std::string & |
private_key_path, |
|
|
const std::string & |
identity_certificate_path, |
|
|
const std::string & |
root_cert_path, |
|
|
const std::string & |
spiffe_bundle_map_path, |
|
|
unsigned int |
refresh_interval_sec |
|
) |
| |
◆ FileWatcherCertificateProvider() [2/4]
grpc::experimental::FileWatcherCertificateProvider::FileWatcherCertificateProvider |
( |
const std::string & |
private_key_path, |
|
|
const std::string & |
identity_certificate_path, |
|
|
unsigned int |
refresh_interval_sec |
|
) |
| |
|
inline |
◆ FileWatcherCertificateProvider() [3/4]
grpc::experimental::FileWatcherCertificateProvider::FileWatcherCertificateProvider |
( |
const std::string & |
root_cert_path, |
|
|
unsigned int |
refresh_interval_sec |
|
) |
| |
|
inline |
◆ FileWatcherCertificateProvider() [4/4]
grpc::experimental::FileWatcherCertificateProvider::FileWatcherCertificateProvider |
( |
const std::string & |
private_key_path, |
|
|
const std::string & |
identity_certificate_path, |
|
|
const std::string & |
root_cert_path, |
|
|
unsigned int |
refresh_interval_sec |
|
) |
| |
|
inline |
◆ ~FileWatcherCertificateProvider()
grpc::experimental::FileWatcherCertificateProvider::~FileWatcherCertificateProvider |
( |
| ) |
|
|
override |
◆ c_provider()
◆ ValidateCredentials()
absl::Status grpc::experimental::FileWatcherCertificateProvider::ValidateCredentials |
( |
| ) |
const |
The documentation for this class was generated from the following file: