Mixes for Privacy and Anonymity in the Internet
|
Public Member Functions | |
CADataRetentionLog () | |
~CADataRetentionLog () | |
SINT32 | setPublicEncryptionKey (CAASymCipher *pPublicKey) |
SINT32 | setLogDir (UINT8 *strLogDir) |
SINT32 | log (t_dataretentionLogEntry *) |
SINT32 | closeLog () |
Private Member Functions | |
SINT32 | openLogFile (UINT32 time) |
Private Attributes | |
CADataRetentionLogFile * | m_pLogFile |
CAASymCipher * | m_pPublicEncryptionKey |
UINT8 * | m_strLogDir |
UINT32 | m_max_t_out |
CADataRetentionLog::CADataRetentionLog | ( | ) |
CADataRetentionLog::~CADataRetentionLog | ( | ) |
SINT32 CADataRetentionLog::closeLog | ( | ) |
SINT32 CADataRetentionLog::log | ( | t_dataretentionLogEntry * | ) |
SINT32 CADataRetentionLog::setPublicEncryptionKey | ( | CAASymCipher * | pPublicKey | ) |
|
private |
|
private |
|
private |
|
private |