#include <ProxyCerts.h>
Public Member Functions | |
sslproxy_cert_adapt ()=default | |
sslproxy_cert_adapt (sslproxy_cert_adapt &&)=delete | |
~sslproxy_cert_adapt () | |
Public Attributes | |
Ssl::CertAdaptAlgorithm | alg = Ssl::algSetEnd |
char * | param = nullptr |
ACLList * | aclList = nullptr |
sslproxy_cert_adapt * | next = nullptr |
Detailed Description
Definition at line 38 of file ProxyCerts.h.
Constructor & Destructor Documentation
◆ sslproxy_cert_adapt() [1/2]
|
default |
◆ sslproxy_cert_adapt() [2/2]
|
delete |
◆ ~sslproxy_cert_adapt()
|
inline |
Definition at line 43 of file ProxyCerts.h.
References aclDestroyAclList(), aclList, next, param, and xfree.
Member Data Documentation
◆ aclList
ACLList* sslproxy_cert_adapt::aclList = nullptr |
Definition at line 57 of file ProxyCerts.h.
Referenced by ~sslproxy_cert_adapt().
◆ alg
Ssl::CertAdaptAlgorithm sslproxy_cert_adapt::alg = Ssl::algSetEnd |
Definition at line 55 of file ProxyCerts.h.
◆ next
sslproxy_cert_adapt* sslproxy_cert_adapt::next = nullptr |
Definition at line 58 of file ProxyCerts.h.
Referenced by ~sslproxy_cert_adapt(), ConnStateData::buildSslCertGenerationParams(), dump_sslproxy_cert_adapt(), and parse_sslproxy_cert_adapt().
◆ param
char* sslproxy_cert_adapt::param = nullptr |
Definition at line 56 of file ProxyCerts.h.
Referenced by ~sslproxy_cert_adapt().
The documentation for this class was generated from the following file:
- src/ssl/ProxyCerts.h