DL_PrivateKey_EC< EC > Class Template Reference

EC private key. More...

#include <eccrypto.h>

Inheritance diagram for DL_PrivateKey_EC< EC >:

DL_PrivateKeyImpl< DL_GroupParameters_EC< EC > > DL_PrivateKey< GP::Element > DL_KeyImpl< PKCS8PrivateKey, 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 Integer &x)
void Initialize (const EC &ec, const Element &G, const Integer &n, const Integer &x)
void Initialize (RandomNumberGenerator &rng, const DL_GroupParameters_EC< EC > &params)
void Initialize (RandomNumberGenerator &rng, const EC &ec, const Element &G, const Integer &n)
void BERDecodePrivateKey (BufferedTransformation &bt, bool parametersPresent, size_t size)
void DEREncodePrivateKey (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)
void GenerateRandom (RandomNumberGenerator &rng, const NameValuePairs &params)
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 IntegerGetPrivateExponent () const
void SetPrivateExponent (const Integer &x)
void MakePublicKey (DL_PublicKey< T > &pub) 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_PrivateKey_EC< EC >

EC private key.

Definition at line 159 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