#include <ssl_utils.h>
Public Member Functions | |
| const std::string & | cert_chain () const |
| PemKeyCertPair & | operator= (const PemKeyCertPair &other) |
| PemKeyCertPair & | operator= (PemKeyCertPair &&other) noexcept |
| bool | operator== (const PemKeyCertPair &other) const |
| PemKeyCertPair (absl::string_view private_key, absl::string_view cert_chain) | |
| PemKeyCertPair (const PemKeyCertPair &other) | |
| PemKeyCertPair (PemKeyCertPair &&other) noexcept | |
| const std::string & | private_key () const |
Private Attributes | |
| std::string | cert_chain_ |
| std::string | private_key_ |
Definition at line 145 of file ssl_utils.h.
|
inline |
Definition at line 147 of file ssl_utils.h.
|
inlinenoexcept |
Definition at line 151 of file ssl_utils.h.
|
inline |
Definition at line 162 of file ssl_utils.h.
|
inline |
Definition at line 176 of file ssl_utils.h.
|
inline |
Definition at line 164 of file ssl_utils.h.
|
inlinenoexcept |
Definition at line 155 of file ssl_utils.h.
|
inline |
Definition at line 170 of file ssl_utils.h.
|
inline |
Definition at line 175 of file ssl_utils.h.
|
private |
Definition at line 180 of file ssl_utils.h.
|
private |
Definition at line 179 of file ssl_utils.h.