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

TF_DigestSignerBase Class Reference

#include <pubkey.h>

Inheritance diagram for TF_DigestSignerBase:

TF_DigestSignatureSystemBase< DigestSigner, TF_Base< RandomizedTrapdoorFunctionInverse > > DigestSigner TF_Base< RandomizedTrapdoorFunctionInverse > DigestSignatureSystem PrivateKeyAlgorithm AsymmetricAlgorithm Algorithm Clonable TF_ObjectImplBase< TF_DigestSignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > TF_ObjectImpl< TF_DigestSignerBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PrivateKey > TF_PrivateObjectImpl< TF_DigestSignerBase, SCHEME_OPTIONS > TF_DigestSignerImpl< SCHEME_OPTIONS > List of all members.

Detailed Description

Definition at line 219 of file pubkey.h.

Public Member Functions

void SignDigest (RandomNumberGenerator &rng, const byte *message, unsigned int messageLength, 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 RandomizedTrapdoorFunctionInverse TrapdoorFunctionInterface

Protected Member Functions

unsigned int PaddedBlockBitLength () const
unsigned int PaddedBlockByteLength () const
virtual const TrapdoorFunctionBoundsGetTrapdoorFunctionBounds () const=0
virtual const PK_PaddingAlgorithmGetPaddingAlgorithm () const=0
virtual const TrapdoorFunctionInterface & GetTrapdoorFunctionInterface () const=0


The documentation for this class was generated from the following files:
Generated on Tue Jul 8 23:35:42 2003 for Crypto++ by doxygen 1.3.2