1 #ifndef _CONCRETEENCRYPTION_H
2 #define _CONCRETEENCRYPTION_H
5 #include "HomeNetworkEncryption.h"
20 string encrypt(
string fileID);
26 string decrypt(
string fileID);
29 #endif //_CONCRETEENCRYPTION_H
Definition: ConcreteEncryption.h:13
Definition: HomeNetworkEncryption.h:12