#include <WPXEncryption.h>
| WPXEncryption::WPXEncryption |
( |
const char * |
password, |
|
|
const unsigned long |
encryptionStartOffset = 0 |
|
) |
| |
| WPXEncryption::~WPXEncryption |
( |
) | |
|
| uint16_t WPXEncryption::getCheckSum |
( |
) | |
const |
| unsigned char WPXEncryption::getEncryptionMaskBase |
( |
) | |
const |
|
inline |
| const WPXString& WPXEncryption::getEncryptionPassword |
( |
) | |
const |
|
inline |
| unsigned long WPXEncryption::getEncryptionStartOffset |
( |
) | |
const |
|
inline |
| const unsigned char * WPXEncryption::readAndDecrypt |
( |
WPXInputStream * |
input, |
|
|
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
| void WPXEncryption::setEncryptionMaskBase |
( |
unsigned char |
encryptionMaskBase) | |
|
|
inline |
| void WPXEncryption::setEncryptionStartOffset |
( |
unsigned long |
encryptionStartOffset) | |
|
|
inline |
| unsigned char* WPXEncryption::m_buffer |
|
private |
| unsigned char WPXEncryption::m_encryptionMaskBase |
|
private |
| unsigned long WPXEncryption::m_encryptionStartOffset |
|
private |
The documentation for this class was generated from the following files: