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

AsymmetricAlgorithm Class Reference

#include <cryptlib.h>

Inheritance diagram for AsymmetricAlgorithm:

Algorithm Clonable KeyAgreementAlgorithm PrivateKeyAlgorithm PublicKeyAlgorithm AuthenticatedKeyAgreementDomain SimpleKeyAgreementDomain DigestSigner PK_Decryptor PK_Signer DigestVerifier PK_Encryptor PK_Verifier List of all members.

Detailed Description

interface for asymmetric algorithms

Definition at line 1043 of file cryptlib.h.

Public Member Functions

virtual CryptoMaterialAccessMaterial ()=0
 returns a reference to the crypto material used by this object

virtual const CryptoMaterialGetMaterial () const=0
 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 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:35 2003 for Crypto++ by doxygen 1.3.2