Raspberry Cloud
Main Page
Classes
Files
File List
networking
HomeNetworkEncryption.h
1
#ifndef _HOMENETWORKENCRYPTION_H
2
#define _HOMENETWORKENCRYPTION_H
3
4
#include <string>
5
6
using namespace
std
;
7
12
class
HomeNetworkEncryption
{
13
public
:
14
19
string
encrypt(
string
fileID);
20
25
string
decrypt(
string
fileID);
26
};
27
28
#endif //_HOMENETWORKENCRYPTION_H
std
HomeNetworkEncryption
Definition:
HomeNetworkEncryption.h:12
Generated on Sun Jun 14 2015 13:35:47 for Raspberry Cloud by
1.8.9.1