#include <filters.h>
Inheritance diagram for StreamCipherFilter:

Public Methods | |
| StreamCipherFilter (StreamCipher &c,BufferedTransformation *outQueue=NULL) | |
| void | Put (byte inByte) |
| input a byte for processing. More... | |
| void | Put (const byte *inString,unsigned int length) |
| input multiple bytes. More... | |
Definition at line 121 of file filters.h.
|
|
|
|
|
input multiple bytes.
Reimplemented from BufferedTransformation. Definition at line 243 of file filters.cpp. |
|
|
input a byte for processing.
Reimplemented from BufferedTransformation. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000