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

PrivateKeyAlgorithm Class Reference

#include <cryptlib.h>

Inheritance diagram for PrivateKeyAlgorithm:

AsymmetricAlgorithm Algorithm Clonable PK_Decryptor PK_Signer DL_CryptoSystemBase< PK_Decryptor, DL_PrivateKey< T > > DL_SignatureSchemeBase< PK_Signer, DL_PrivateKey< T > > TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > DL_DecryptorBase< T > DL_SignerBase< T > TF_SignerBase List of all members.

Detailed Description

interface for asymmetric algorithms using private keys

Definition at line 1081 of file cryptlib.h.

Public Member Functions

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


The documentation for this class was generated from the following file:
Generated on Sat Jul 10 22:55:36 2004 for Crypto++ by doxygen 1.3.6