Raspberry Cloud
Public Member Functions | List of all members
ConcreteEncryption Class Reference

#include <ConcreteEncryption.h>

Inheritance diagram for ConcreteEncryption:
HomeNetworkEncryption

Public Member Functions

string encrypt (string fileID)
 
string decrypt (string fileID)
 
- Public Member Functions inherited from HomeNetworkEncryption
string encrypt (string fileID)
 
string decrypt (string fileID)
 

Detailed Description

ConcreteEncryption class implenemts the HomeNetworkEncryption interface uses symmetric key coding

Member Function Documentation

string ConcreteEncryption::decrypt ( string  fileID)

Decrypts the message

Parameters
fileIDthe path of the file to decrypt
string ConcreteEncryption::encrypt ( string  fileID)

Encrypts the message

Parameters
fileIDthe path of the file to encrypt

ConcreteEncryption implementation


The documentation for this class was generated from the following files: