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

This class provides an interface common to signers and verifiers for querying their signature lengths and creating message accumulators.
Definition at line 1217 of file cryptlib.h.
Public Member Functions | |
| virtual unsigned int | SignatureLength () const=0 |
| signature length support by this object (as either input or output) | |
| virtual HashTransformation * | NewMessageAccumulator () const=0 |
| deprecated, please use PK_Signer::NewSignatureAccumulator or PK_Verifier::NewVerificationAccumulator instead | |
1.3.2