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

DL_DigestSignerBase< T > Class Template Reference

#include <pubkey.h>

Inheritance diagram for DL_DigestSignerBase< T >:

DL_DigestSignatureSystemBase< DigestSigner, DL_PrivateKey< T > > DigestSigner DL_Base< DL_PrivateKey< T > > DigestSignatureSystem PrivateKeyAlgorithm AsymmetricAlgorithm Algorithm Clonable List of all members.

Detailed Description

template<class T>
class DL_DigestSignerBase< T >

Definition at line 1079 of file pubkey.h.

Public Member Functions

void RawSign (const Integer &k, const Integer &e, Integer &r, Integer &s) const
void SignDigest (RandomNumberGenerator &rng, const byte *digest, unsigned int digestLength, byte *signature) const
unsigned int MaxDigestLength () const
unsigned int DigestSignatureLength () const
CryptoMaterialAccessMaterial ()
 returns a reference to the crypto material used by this object

const CryptoMaterialGetMaterial () const
 returns a const reference to the crypto material used by this object

virtual PrivateKeyAccessPrivateKey ()=0
virtual const PrivateKeyGetPrivateKey () const
void BERDecode (BufferedTransformation &bt)
 for backwards compatibility, calls AccessMaterial().Load(bt)

void DEREncode (BufferedTransformation &bt) const
 for backwards compatibility, calls GetMaterial().Save(bt)

virtual std::string AlgorithmName () const
 returns name of this algorithm, not universally implemented yet

virtual ClonableClone () const
 this is not implemented by most classes yet


Protected Types

typedef DL_PrivateKey< T > KeyInterface
typedef DL_PrivateKey< T
>::Element 
Element

Protected Member Functions

virtual const DL_ElgamalLikeSignatureAlgorithm<
typename DL_PrivateKey< T
>::Element > & 
GetSignatureAlgorithm () const=0
const DL_GroupParameters<
Element > & 
GetAbstractGroupParameters () const
DL_GroupParameters< Element > & AccessAbstractGroupParameters ()
virtual KeyInterface & AccessKeyInterface ()=0
virtual const KeyInterface & GetKeyInterface () const=0


The documentation for this class was generated from the following file:
Generated on Tue Jul 8 23:34:47 2003 for Crypto++ by doxygen 1.3.2