|
Mobile API Reference
MicroStrategy 2019
|
#include "Encryptor/Encryptor/Encryptor.h"#include "Encryptor/Encryptor/Hash.h"#include "Base/Base/ReturnString.h"Go to the source code of this file.
Namespaces | |
| MDataType | |
| MEncryptor | |
Functions | |
| DLL_ENCRYPTOR_EXIM MBase::ReturnWString | MEncryptor::HexEncodeWithSignature (const MDataType::Binary *ipcData, unsigned Int32 inVersion, bool ibReverseHighLow=false, bool ibUpperCase=true) |
| HexEncoder contains functions that perform conversion between binary data and its Hex representation. More... | |
| DLL_ENCRYPTOR_EXIM MDataType::Binary * | MEncryptor::HexDecodeWithSignature (const WCHAR *ipcData, bool ibReverseHighLow=false) |
| Decode the string encoded with HexEncodeWithSignature. More... | |
| DLL_ENCRYPTOR_EXIM MBase::ReturnWString | MEncryptor::HexEncode (const MDataType::Binary *ipcData, bool ibReverseHighLow=false, bool ibUpperCase=true) |
| Encode the given binary data into its Hex representation (without signature). More... | |
| DLL_ENCRYPTOR_EXIM MDataType::Binary * | MEncryptor::HexDecode (const WCHAR *ipcData, bool ibReverseHighLow=false) |
| Decode the string encoded with HexEncode. More... | |
| DLL_ENCRYPTOR_EXIM unsigned Int32 | MEncryptor::GetVersion (const WCHAR *ipcEncodedData) |
| Retrieve the version from the given encoded data (encoded with HexEncodeWithSignature) More... | |
| DLL_ENCRYPTOR_EXIM MDataType::Binary * | MEncryptor::AddHeader (const MDataType::Binary *ipcData, unsigned Int32 inVersion) |
| DLL_ENCRYPTOR_EXIM MDataType::Binary * | MEncryptor::RemoveHeader (const MDataType::Binary *ipcData) |