#include <default.h>
Inheritance diagram for DefaultDecryptor:

Public Types | |
| enum | State { WAITING_FOR_KEYCHECK, KEY_GOOD, KEY_BAD } |
Public Methods | |
| DefaultDecryptor (const char *passphrase,BufferedTransformation *outQueue=NULL,bool throwException=true) | |
| DefaultDecryptor (const byte *passphrase,unsigned int passphraseLength,BufferedTransformation *outQueue=NULL,bool throwException=true) | |
| State | CurrentState ()const |
Protected Methods | |
| void | FirstPut (const byte *inString) |
| void | LastPut (const byte *inString,unsigned int length) |
Protected Attributes | |
| State | m_state |
Definition at line 33 of file default.h.
|
|
|
|
|
Definition at line 124 of file default.cpp. |
|
|
Definition at line 132 of file default.cpp. |
|
|
|
|
|
Reimplemented from FilterWithBufferedInput. Definition at line 140 of file default.cpp. |
|
|
Reimplemented from FilterWithBufferedInput. Definition at line 145 of file default.cpp. |
|
|
|
1.2.4 written by Dimitri van Heesch,
© 1997-2000