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

AsymmetricAlgorithm Class Reference

#include <cryptlib.h>

Inheritance diagram for AsymmetricAlgorithm:

Algorithm Clonable KeyAgreementAlgorithm PrivateKeyAlgorithm PublicKeyAlgorithm AuthenticatedKeyAgreementDomain SimpleKeyAgreementDomain PK_Decryptor PK_Signer PK_Encryptor PK_Verifier DH2 MQV_Domain< GROUP_PARAMETERS, COFACTOR_OPTION > DL_SimpleKeyAgreementDomainBase< T > DL_SimpleKeyAgreementDomainBase< GROUP_PARAMETERS::Element > XTR_DH PK_FixedLengthDecryptor DL_SignatureSchemeBase< PK_Signer, DL_PrivateKey< T > > TF_SignatureSchemeBase< PK_Signer, TF_Base< RandomizedTrapdoorFunctionInverse, PK_SignatureMessageEncodingMethod > > PK_FixedLengthEncryptor DL_SignatureSchemeBase< PK_Verifier, DL_PublicKey< T > > TF_SignatureSchemeBase< PK_Verifier, TF_Base< TrapdoorFunction, PK_SignatureMessageEncodingMethod > > List of all members.

Detailed Description

interface for asymmetric algorithms

Definition at line 1023 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 Wed Jul 28 08:07:10 2004 for Crypto++ by doxygen 1.3.7