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

TF_DigestVerifierBase Class Reference

#include <pubkey.h>

Inheritance diagram for TF_DigestVerifierBase:

TF_DigestSignatureSystemBase< DigestVerifier, TF_Base< TrapdoorFunction > > DigestVerifier TF_Base< TrapdoorFunction > DigestSignatureSystem PublicKeyAlgorithm AsymmetricAlgorithm Algorithm Clonable TF_ObjectImplBase< TF_DigestVerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > TF_ObjectImpl< TF_DigestVerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > TF_PublicObjectImpl< TF_DigestVerifierBase, SCHEME_OPTIONS > TF_DigestVerifierImpl< SCHEME_OPTIONS > List of all members.

Detailed Description

Definition at line 226 of file pubkey.h.

Public Member Functions

bool VerifyDigest (const byte *digest, unsigned int digestLen, const byte *sig) 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 PublicKeyAccessPublicKey ()=0
virtual const PublicKeyGetPublicKey () 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 TrapdoorFunction 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