#include <WPXEncryption.h>
WPXEncryption::WPXEncryption |
( |
const char * |
password, |
|
|
const unsigned long |
encryptionStartOffset = 0 |
|
) |
| |
WPXEncryption::~WPXEncryption |
( |
| ) |
|
unsigned short WPXEncryption::getCheckSum |
( |
| ) |
const |
unsigned char WPXEncryption::getEncryptionMaskBase |
( |
| ) |
const |
|
inline |
const librevenge::RVNGString& WPXEncryption::getEncryptionPassword |
( |
| ) |
const |
|
inline |
unsigned long WPXEncryption::getEncryptionStartOffset |
( |
| ) |
const |
|
inline |
const unsigned char * WPXEncryption::readAndDecrypt |
( |
librevenge::RVNGInputStream * |
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 |
librevenge::RVNGString WPXEncryption::m_password |
|
private |
The documentation for this class was generated from the following files: