#include <pubkey.h>
Inheritance diagram for SignatureSystemWithRecoveryBaseTemplate:

Public Methods | |
| unsigned int | SignatureLength ()const |
| signature length support by this object (as either input or output). More... | |
| HashModule* | NewMessageAccumulator ()const |
| create a new HashModule to accumulate the message to be signed or verified. More... | |
| unsigned int | MaximumRecoverableLength ()const |
| length of longest message that can be fully recovered. More... | |
| bool | AllowLeftoverMessage ()const |
| whether or not messages longer than MaximumRecoverableLength() can be signed. More... | |
Protected Methods | |
| unsigned int | PaddedBlockBitLength ()const |
Definition at line 299 of file pubkey.h.
|
||||
|
whether or not messages longer than MaximumRecoverableLength() can be signed. If this function returns false, any message longer than MaximumRecoverableLength() will be truncated for signature and will fail verification. Reimplemented from PK_SignatureSystemWithRecovery. |
|
||||
|
length of longest message that can be fully recovered.
Reimplemented from PK_SignatureSystemWithRecovery. |
|
||||
|
create a new HashModule to accumulate the message to be signed or verified.
Reimplemented from PK_SignatureSystem. |
|
||||
|
Reimplemented from PublicKeyBaseTemplate. |
|
||||
|
signature length support by this object (as either input or output).
Reimplemented from PK_SignatureSystem. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000