proxygen
wangle::SSLContextConfig::CertificateInfo Struct Reference

#include <SSLContextConfig.h>

Public Member Functions

 CertificateInfo (const std::string &crtPath, const std::string &kyPath, const std::string &passwdPath)
 

Public Attributes

std::string certPath
 
std::string keyPath
 
std::string passwordPath
 

Detailed Description

Definition at line 42 of file SSLContextConfig.h.

Constructor & Destructor Documentation

wangle::SSLContextConfig::CertificateInfo::CertificateInfo ( const std::string crtPath,
const std::string kyPath,
const std::string passwdPath 
)
inline

Member Data Documentation

std::string wangle::SSLContextConfig::CertificateInfo::certPath

Definition at line 47 of file SSLContextConfig.h.

std::string wangle::SSLContextConfig::CertificateInfo::keyPath

Definition at line 48 of file SSLContextConfig.h.

std::string wangle::SSLContextConfig::CertificateInfo::passwordPath

Definition at line 49 of file SSLContextConfig.h.


The documentation for this struct was generated from the following file: