My Project
Main Page
Related Pages
Classes
Files
File List
All
Classes
Functions
Variables
Pages
SSLUtils.h
1
/*
2
* SSLUtils.h
3
*
4
* Created on: Sep 16, 2017
5
* Author: kolban
6
*/
7
8
#ifndef COMPONENTS_CPP_UTILS_SSLUTILS_H_
9
#define COMPONENTS_CPP_UTILS_SSLUTILS_H_
10
#include <string>
11
class
SSLUtils
{
12
private
:
13
static
char
* m_certificate;
14
static
char
* m_key;
15
public
:
16
SSLUtils
();
17
virtual
~
SSLUtils
();
18
static
void
setCertificate(std::string certificate);
19
static
char
* getCertificate();
20
static
void
setKey(std::string key);
21
static
char
* getKey();
22
};
23
24
#endif
/* COMPONENTS_CPP_UTILS_SSLUTILS_H_ */
SSLUtils
Definition:
SSLUtils.h:11
Generated on Tue Dec 25 2018 12:36:33 for My Project by
1.8.6