Mobile API Reference  MicroStrategy 2019
HexEncoderHelper.h File Reference

Go to the source code of this file.

Namespaces

 MDataType
 
 MEncryptor
 

Functions

WCHARMEncryptor::hHexEncodeWithEncryptionLevel (const MDataType::Binary *ipcData, unsigned int inEncryptionLevel, unsigned int inHashVersion, bool ibReverseHighLow=false, bool ibUpperCase=true)
 
MDataType::BinaryMEncryptor::HexDecodeWithEncryptionLevel (const WCHAR *ipcData, bool ibReverseHighLow)
 
WCHARMEncryptor::hHexEncodeWithSignature (const MDataType::Binary *ipcData, unsigned int inVersion, bool ibReverseHighLow=false, bool ibUpperCase=true)
 The actual implementation of the encoding algorithm. More...
 
bool MEncryptor::ctoi (unsigned char iDigitChar, unsigned char &orDigit)
 Converts a character to a number. More...
 
WCHARMEncryptor::hHexEncode (const MDataType::Binary *ipcBinaryData, bool ibReverseHighLow=false, bool ibUpperCase=true)
 Actually encode the given binary to its Hex representation. More...