#include <cryptlib.h>
Inheritance diagram for PK_SignatureSystem:

Public Methods | |
| virtual | ~PK_SignatureSystem () |
| virtual unsigned int | SignatureLength ()const=0 |
| signature length support by this object (as either input or output). | |
| virtual HashModule* | NewMessageAccumulator ()const=0 |
| create a new HashModule to accumulate the message to be signed or verified. | |
This class provides an interface common to signers and verifiers for querying their signature lengths and creating message accumulators.
Definition at line 563 of file cryptlib.h.
|
|
Definition at line 567 of file cryptlib.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000