ZFFramework
 
Loading...
Searching...
No Matches
ZFEncrypt.h
Go to the documentation of this file.
1
5
6#ifndef _ZFI_ZFEncrypt_h_
7#define _ZFI_ZFEncrypt_h_
8
9#include "ZFAlgorithmDef.h"
11
18 , ZFMP_IN_OUT(const ZFOutput &, output)
19 , ZFMP_IN(const ZFInput &, input)
20 , ZFMP_IN(const zfstring &, encryptKey)
21 )
24 , ZFMP_IN_OUT(const ZFOutput &, output)
25 , ZFMP_IN(const ZFInput &, input)
26 , ZFMP_IN(const zfstring &, encryptKey)
27 )
28
30#endif // #ifndef _ZFI_ZFEncrypt_h_
31
global header for ZFAlgorithm module
#define ZFLIB_ZFAlgorithm
used to export symbols
Definition ZFAlgorithmDef.h:14
_ZFT_t_zfbool zfbool
bool type
Definition ZFCoreTypeDef_CoreType.h:103
zft_zfstring< zfchar > zfstring
see zft_zfstring
Definition ZFCoreTypeDef_StringType.h:15
ZFLIB_ZFAlgorithm zfbool ZFEncrypt(const ZFOutput &output, const ZFInput &input, const zfstring &encryptKey)
encrypt util, result value is ensured to have printable chars only
ZFLIB_ZFAlgorithm zfbool ZFDecrypt(const ZFOutput &output, const ZFInput &input, const zfstring &encryptKey)
see ZFEncrypt
#define ZFMP_IN_OUT(ParamType, paramName)
see ZFMP_IN
Definition ZFMethod.h:117
#define ZFMP_IN(ParamType, paramName)
macro to wrap param types for ZFMETHOD_INLINE_0 series
Definition ZFMethod.h:105
#define ZFMETHOD_FUNC_DECLARE_3(ZFLIB_, ReturnType, MethodName, ZFMP_0, ZFMP_1, ZFMP_2)
see ZFMETHOD_FUNC_DECLARE_0
Definition ZFMethodFuncDeclare.h:910
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98
general input callback
Definition ZFIOCallback_input.h:37
general output callback
Definition ZFIOCallback_output.h:37