#include <WPXEncryption.h>
§ WPXEncryption() [1/2]
WPXEncryption::WPXEncryption |
( |
const char * |
password, |
|
|
const unsigned long |
encryptionStartOffset = 0 |
|
) |
| |
§ ~WPXEncryption()
WPXEncryption::~WPXEncryption |
( |
| ) |
|
§ WPXEncryption() [2/2]
§ getCheckSum()
unsigned short WPXEncryption::getCheckSum |
( |
| ) |
const |
§ getEncryptionMaskBase()
unsigned char WPXEncryption::getEncryptionMaskBase |
( |
| ) |
const |
|
inline |
§ getEncryptionPassword()
const librevenge::RVNGString& WPXEncryption::getEncryptionPassword |
( |
| ) |
const |
|
inline |
§ getEncryptionStartOffset()
unsigned long WPXEncryption::getEncryptionStartOffset |
( |
| ) |
const |
|
inline |
§ operator=()
§ readAndDecrypt()
const unsigned char * WPXEncryption::readAndDecrypt |
( |
librevenge::RVNGInputStream * |
input, |
|
|
unsigned long |
numBytes, |
|
|
unsigned long & |
numBytesRead |
|
) |
| |
§ setEncryptionMaskBase()
void WPXEncryption::setEncryptionMaskBase |
( |
unsigned char |
encryptionMaskBase | ) |
|
|
inline |
§ setEncryptionStartOffset()
void WPXEncryption::setEncryptionStartOffset |
( |
unsigned long |
encryptionStartOffset | ) |
|
|
inline |
§ m_buffer
std::unique_ptr<unsigned char[]> WPXEncryption::m_buffer |
|
private |
§ m_encryptionMaskBase
unsigned char WPXEncryption::m_encryptionMaskBase |
|
private |
§ m_encryptionStartOffset
unsigned long WPXEncryption::m_encryptionStartOffset |
|
private |
§ m_password
librevenge::RVNGString WPXEncryption::m_password |
|
private |
The documentation for this class was generated from the following files: