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

Public Types | |
| enum | Flags { HASH_AT_BEGIN = 1, PUT_MESSAGE = 2, PUT_HASH = 4, PUT_RESULT = 8, THROW_EXCEPTION = 16 } |
Public Methods | |
| HashVerifier (HashModule &hm,BufferedTransformation *outQueue=NULL,word32 flags=HASH_AT_BEGIN|PUT_RESULT) | |
| bool | GetLastResult ()const |
Protected Methods | |
| void | FirstPut (const byte *inString) |
| void | NextPut (const byte *inString,unsigned int length) |
| void | LastPut (const byte *inString,unsigned int length) |
Definition at line 155 of file filters.h.
|
|
|
|
|
Definition at line 274 of file filters.cpp. |
|
|
Reimplemented from FilterWithBufferedInput. Definition at line 281 of file filters.cpp. |
|
|
|
|
|
Reimplemented from FilterWithBufferedInput. Definition at line 298 of file filters.cpp. |
|
|
Reimplemented from FilterWithBufferedInput. Definition at line 291 of file filters.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000