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

TF_DigestSignerImpl< SCHEME_OPTIONS > Class Template Reference

#include <pubkey.h>

Inheritance diagram for TF_DigestSignerImpl< SCHEME_OPTIONS >:

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

Detailed Description

template<class SCHEME_OPTIONS>
class TF_DigestSignerImpl< SCHEME_OPTIONS >

Definition at line 348 of file pubkey.h.

Public Types

typedef SCHEME_OPTIONS SchemeOptions
typedef SCHEME_OPTIONS::PrivateKey KeyClass

Public Member Functions

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

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 RandomizedTrapdoorFunctionInverse TrapdoorFunctionInterface

Protected Member Functions

const PK_PaddingAlgorithmGetPaddingAlgorithm () const
const TrapdoorFunctionBoundsGetTrapdoorFunctionBounds () const
const TF_DigestSignerBase::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