DL_PublicKey_EC< EC > Class Template Reference

EC public key. More...

#include <eccrypto.h>

Inheritance diagram for DL_PublicKey_EC< EC >:

DL_PublicKeyImpl< DL_GroupParameters_EC< EC > > DL_PublicKey< GP::Element > DL_KeyImpl< X509PublicKey, GP > DL_Key< T >

List of all members.

Public Types

typedef EC::Point Element
typedef GP GroupParameters

Public Member Functions

void Initialize (const DL_GroupParameters_EC< EC > &params, const Element &Q)
void Initialize (const EC &ec, const Element &G, const Integer &n, const Element &Q)
void BERDecodePublicKey (BufferedTransformation &bt, bool parametersPresent, size_t size)
void DEREncodePublicKey (BufferedTransformation &bt) const
bool Validate (RandomNumberGenerator &rng, unsigned int level) const
bool GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const
void AssignFrom (const NameValuePairs &source)
bool SupportsPrecomputation () const
void Precompute (unsigned int precomputationStorage=16)
void LoadPrecomputation (BufferedTransformation &storedPrecomputation)
void SavePrecomputation (BufferedTransformation &storedPrecomputation) const
const DL_GroupParameters
< Element > & 
GetAbstractGroupParameters () const
DL_GroupParameters< Element > & AccessAbstractGroupParameters ()
const
DL_FixedBasePrecomputation
< Element > & 
GetPublicPrecomputation () const
DL_FixedBasePrecomputation
< Element > & 
AccessPublicPrecomputation ()
bool operator== (const DL_PublicKeyImpl< GP > &rhs) const
virtual const Element & GetPublicElement () const
virtual void SetPublicElement (const Element &y)
virtual Element ExponentiatePublicElement (const Integer &exponent) const
virtual Element CascadeExponentiateBaseAndPublicElement (const Integer &baseExp, const Integer &publicExp) const
GetAlgorithmID () const
bool BERDecodeAlgorithmParameters (BufferedTransformation &bt)
bool DEREncodeAlgorithmParameters (BufferedTransformation &bt) const
const GP & GetGroupParameters () const
GP & AccessGroupParameters ()


Detailed Description

template<class EC>
class DL_PublicKey_EC< EC >

EC public key.

Definition at line 142 of file eccrypto.h.


The documentation for this class was generated from the following files:

Generated on Mon Oct 27 02:45:01 2008 for Crypto++ by  doxygen 1.5.7.1