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

DigestVerifier Class Reference

#include <pubkey.h>

Inheritance diagram for DigestVerifier:

DigestSignatureSystem PublicKeyAlgorithm AsymmetricAlgorithm Algorithm Clonable DL_DigestSignatureSystemBase< DigestVerifier, DL_PublicKey< SCHEME_OPTIONS::Element > > DL_DigestSignatureSystemBase< DigestVerifier, DL_PublicKey< T > > TF_DigestSignatureSystemBase< DigestVerifier, TF_Base< TrapdoorFunction > > DL_DigestVerifierBase< SCHEME_OPTIONS::Element > DL_DigestVerifierBase< T > TF_DigestVerifierBase DL_ObjectImplBase< DL_DigestVerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > TF_ObjectImplBase< TF_DigestVerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > DL_ObjectImpl< DL_DigestVerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > TF_ObjectImpl< TF_DigestVerifierBase, SCHEME_OPTIONS, SCHEME_OPTIONS::PublicKey > DL_PublicObjectImpl< DL_DigestVerifierBase< SCHEME_OPTIONS::Element >, SCHEME_OPTIONS > TF_PublicObjectImpl< TF_DigestVerifierBase, SCHEME_OPTIONS > DL_DigestVerifierImpl< SCHEME_OPTIONS > TF_DigestVerifierImpl< SCHEME_OPTIONS > List of all members.

Detailed Description

Definition at line 198 of file pubkey.h.

Public Member Functions

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


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