#include <ssl_key_logging.h>

Classes | |
| class | TlsSessionKeyLogger |
Public Member Functions | |
| TlsSessionKeyLoggerCache () | |
| ~TlsSessionKeyLoggerCache () override | |
Public Member Functions inherited from grpc_core::RefCounted< TlsSessionKeyLoggerCache > | |
| RefCounted & | operator= (const RefCounted &)=delete |
| RefCountedPtr< TlsSessionKeyLoggerCache > | Ref () GRPC_MUST_USE_RESULT |
| RefCountedPtr< TlsSessionKeyLoggerCache > | Ref (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| RefCounted (const RefCounted &)=delete | |
| RefCountedPtr< TlsSessionKeyLoggerCache > | RefIfNonZero () GRPC_MUST_USE_RESULT |
| RefCountedPtr< TlsSessionKeyLoggerCache > | RefIfNonZero (const DebugLocation &location, const char *reason) GRPC_MUST_USE_RESULT |
| void | Unref () |
| void | Unref (const DebugLocation &location, const char *reason) |
| ~RefCounted ()=default | |
Public Member Functions inherited from grpc_core::PolymorphicRefCount | |
| virtual | ~PolymorphicRefCount ()=default |
Static Public Member Functions | |
| static grpc_core::RefCountedPtr< TlsSessionKeyLogger > | Get (std::string tls_session_key_log_file_path) |
Private Attributes | |
| std::map< std::string, TlsSessionKeyLogger * > | tls_session_key_logger_map_ |
Additional Inherited Members | |
Public Types inherited from grpc_core::RefCounted< TlsSessionKeyLoggerCache > | |
| using | RefCountedChildType = TlsSessionKeyLoggerCache |
Protected Member Functions inherited from grpc_core::RefCounted< TlsSessionKeyLoggerCache > | |
| RefCounted (const char *trace=nullptr, intptr_t initial_refcount=1) | |
Definition at line 37 of file ssl_key_logging.h.
| tsi::TlsSessionKeyLoggerCache::TlsSessionKeyLoggerCache | ( | ) |
Definition at line 99 of file ssl_key_logging.cc.
|
override |
Definition at line 104 of file ssl_key_logging.cc.
|
static |
Definition at line 109 of file ssl_key_logging.cc.
|
private |
Definition at line 76 of file ssl_key_logging.h.