#include <cipherfil.h>
Definition at line 34 of file cipherfil.h.
CipherFilter::~CipherFilter |
( |
| ) |
|
|
virtual |
virtual const char* SWFilter::getHeader |
( |
| ) |
const |
|
inlinevirtualinherited |
This method processes and appropriately modifies the text given it for a particular filter task
- Parameters
-
text | The text to be filtered/converted |
key | Current key That was used. |
module | Current module. |
- Returns
- 0
Implements SWFilter.
Definition at line 49 of file cipherfil.cpp.
51 unsigned long len = text.
length();
59 else if ((
unsigned long)key == 1) {
unsigned long length() const
virtual void setCipheredBuf(unsigned long *len, const char *buf=0)
virtual char * getCipheredBuf(unsigned long *len=0)
virtual void setUncipheredBuf(const char *buf=0, unsigned long len=0)
virtual char * getUncipheredBuf()
void setSize(unsigned long len)
The documentation for this class was generated from the following files: