DL_SignerBase< T > Class Template Reference

_ More...

#include <pubkey.h>

Inheritance diagram for DL_SignerBase< T >:

DL_SignatureSchemeBase< PK_Signer, DL_PrivateKey< T > > DL_Base< KEY_INTERFACE >

List of all members.

Public Member Functions

void RawSign (const Integer &k, const Integer &e, Integer &r, Integer &s) const
void InputRecoverableMessage (PK_MessageAccumulator &messageAccumulator, const byte *recoverableMessage, size_t recoverableMessageLength) const
size_t SignAndRestart (RandomNumberGenerator &rng, PK_MessageAccumulator &messageAccumulator, byte *signature, bool restart) const
size_t SignatureLength () const
size_t MaxRecoverableLength () const
size_t MaxRecoverableLengthFromSignatureLength (size_t signatureLength) const
bool IsProbabilistic () const
bool AllowNonrecoverablePart () const
bool RecoverablePartFirst () const

Protected Types

typedef KI KeyInterface
typedef KI::Element Element

Protected Member Functions

void RestartMessageAccumulator (RandomNumberGenerator &rng, PK_MessageAccumulatorBase &ma) const
size_t MessageRepresentativeLength () const
size_t MessageRepresentativeBitLength () const
virtual const
DL_ElgamalLikeSignatureAlgorithm
< typename
KEY_INTERFACE::Element > & 
GetSignatureAlgorithm () const =0
virtual const
PK_SignatureMessageEncodingMethod
GetMessageEncodingInterface () const =0
virtual HashIdentifier GetHashIdentifier () const =0
virtual size_t GetDigestSize () const =0
const DL_GroupParameters
< Element > & 
GetAbstractGroupParameters () const
DL_GroupParameters< Element > & AccessAbstractGroupParameters ()
virtual KeyInterface & AccessKeyInterface ()=0
virtual const KeyInterface & GetKeyInterface () const =0


Detailed Description

template<class T>
class DL_SignerBase< T >

_

Definition at line 994 of file pubkey.h.


The documentation for this class was generated from the following file:

Generated on Mon Oct 27 02:38:18 2008 for Crypto++ by  doxygen 1.5.7.1