Loading [MathJax]/extensions/tex2jax.js
Mixe for Privacy and Anonymity in the Internet
Main Page
Related Pages
Modules
Namespaces
Namespace List
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
~
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
x
y
Typedefs
Enumerations
Enumerator
Related Functions
c
d
f
i
l
m
r
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
i
l
m
o
p
r
s
t
w
x
Variables
Typedefs
_
a
c
e
f
h
i
l
m
o
p
q
s
t
u
v
Enumerations
Enumerator
c
e
h
m
n
o
p
r
s
t
u
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
CADataRetentionLog.hpp
Go to the documentation of this file.
1
#include "
CADataRetentionLogFile.hpp
"
2
3
class
CADataRetentionLog
4
{
5
public
:
6
CADataRetentionLog
();
7
~CADataRetentionLog
();
8
9
SINT32
setPublicEncryptionKey
(
CAASymCipher
* pPublicKey);
10
SINT32
setLogDir
(
UINT8
* strLogDir);
11
SINT32
log
(t_dataretentionLogEntry*);
12
SINT32
closeLog
();
13
14
private
:
15
SINT32
openLogFile
(
UINT32
time);
16
17
CADataRetentionLogFile
*
m_pLogFile
;
18
CAASymCipher
*
m_pPublicEncryptionKey
;
19
UINT8
*
m_strLogDir
;
20
UINT32
m_max_t_out
;
21
};
CADataRetentionLogFile.hpp
SINT32
signed int SINT32
Definition:
basetypedefs.h:132
UINT8
unsigned char UINT8
Definition:
basetypedefs.h:135
UINT32
unsigned int UINT32
Definition:
basetypedefs.h:131
CAASymCipher
Definition:
CAASymCipher.hpp:48
CADataRetentionLogFile
Definition:
CADataRetentionLogFile.hpp:27
CADataRetentionLog
Definition:
CADataRetentionLog.hpp:4
CADataRetentionLog::setLogDir
SINT32 setLogDir(UINT8 *strLogDir)
CADataRetentionLog::closeLog
SINT32 closeLog()
CADataRetentionLog::log
SINT32 log(t_dataretentionLogEntry *)
CADataRetentionLog::m_pPublicEncryptionKey
CAASymCipher * m_pPublicEncryptionKey
Definition:
CADataRetentionLog.hpp:18
CADataRetentionLog::CADataRetentionLog
CADataRetentionLog()
CADataRetentionLog::m_strLogDir
UINT8 * m_strLogDir
Definition:
CADataRetentionLog.hpp:19
CADataRetentionLog::openLogFile
SINT32 openLogFile(UINT32 time)
CADataRetentionLog::m_max_t_out
UINT32 m_max_t_out
Definition:
CADataRetentionLog.hpp:20
CADataRetentionLog::m_pLogFile
CADataRetentionLogFile * m_pLogFile
Definition:
CADataRetentionLog.hpp:17
CADataRetentionLog::~CADataRetentionLog
~CADataRetentionLog()
CADataRetentionLog::setPublicEncryptionKey
SINT32 setPublicEncryptionKey(CAASymCipher *pPublicKey)
Generated on Sat Jul 22 2023 00:20:07 for Mixe for Privacy and Anonymity in the Internet by
1.9.1