Encrypted (database like) table
Err | TCBTable::Close () Closes TCBTable |
Err | TCBTable::Open () Opens TCBTable |
TCBTable::TCBTable (const Char *tableName, TableFieldQueue *definition, const GMessage *tableRingKey, LogFile *aLogFile) TCBTable constructor | |
TCBTable::~TCBTable () TCBTable destructor |
methods
|
attributes |
Encrypted (database like) table. The same like Table, but the file into which the data is stored is saved encrypted with the symetric key. This implementation works with it in a simple way:
Open - decrypts the table, all operations then work on the decrypted file. Close - encrypts the table.
definition - definition of table structure
tableRingKey - symetric key used to keep table encrypted
aLogFile - log file for debugging messages
alphabetic index hierarchy of classes
generated by doc++