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

TF_DigestVerifierImpl< SCHEME_OPTIONS > Class Template Reference

#include <pubkey.h>

Inheritance diagram for TF_DigestVerifierImpl< SCHEME_OPTIONS >:

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

Detailed Description

template<class SCHEME_OPTIONS>
class TF_DigestVerifierImpl< SCHEME_OPTIONS >

Definition at line 354 of file pubkey.h.

Public Types

typedef SCHEME_OPTIONS SchemeOptions
typedef SCHEME_OPTIONS::PublicKey KeyClass

Public Member Functions

void CopyKeyInto (typename SCHEME_OPTIONS::PublicKey &key) const
const SCHEME_OPTIONS::PublicKey & GetKey () const
SCHEME_OPTIONS::PublicKey & AccessKey ()
PublicKeyAccessPublicKey ()
const PublicKeyGetPublicKey () const
PrivateKeyAccessPrivateKey ()
const PrivateKeyGetPrivateKey () const
const KeyClass & GetTrapdoorFunction () const
std::string AlgorithmName () const
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

void BERDecode (BufferedTransformation &bt)
 for backwards compatibility, calls AccessMaterial().Load(bt)

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

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


Protected Types

typedef TrapdoorFunction TrapdoorFunctionInterface

Protected Member Functions

const PK_PaddingAlgorithmGetPaddingAlgorithm () const
const TrapdoorFunctionBoundsGetTrapdoorFunctionBounds () const
const TF_DigestVerifierBase::TrapdoorFunctionInterface & GetTrapdoorFunctionInterface () const
unsigned int PaddedBlockBitLength () const
unsigned int PaddedBlockByteLength () const


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