Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

SignerWithRecoveryTemplate Class Template Reference

. More...

#include <pubkey.h>

Inheritance diagram for SignerWithRecoveryTemplate:

PK_SignerWithRecovery SignatureSystemWithRecoveryBaseTemplate PK_SignatureSystemWithRecovery PK_Signer PK_SignatureSystemWithRecovery PublicKeyBaseTemplate PK_SignatureSystem PK_SignatureSystem PK_SignatureSystem List of all members.

Public Methods

void Sign (RandomNumberGenerator &rng,HashModule *messageAccumulator,byte *signature)const
 sign and delete messageAccumulator. More...


Detailed Description

template<class F, class H> class SignerWithRecoveryTemplate

.

Definition at line 313 of file pubkey.h.


Member Function Documentation

template<class F, class H>
void SignerWithRecoveryTemplate< F,H >::Sign ( RandomNumberGenerator & rng,
HashModule * messageAccumulator,
byte * signature ) const [virtual]
 

sign and delete messageAccumulator.

Preconditions: \begin{itemize} \item messageAccumulator was obtained by calling NewMessageAccumulator() \item HashModule::Final() has not been called on messageAccumulator \item size of signature == SignatureLength() \end{itemize}

Reimplemented from PK_Signer.

Definition at line 331 of file pubkey.h.


The documentation for this class was generated from the following file:
Generated at Mon Jan 15 01:17:07 2001 for Crypto++ by doxygen1.2.4 written by Dimitri van Heesch, © 1997-2000