Crypto++
Public Types | Public Member Functions
DL_PrivateKey_EC Class Reference

EC private key. More...

#include <eccrypto.h>

Inheritance diagram for DL_PrivateKey_EC:
DL_PrivateKeyImpl< DL_GroupParameters_EC< EC > >

List of all members.

Public Types

typedef EC::Point Element

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)

Detailed Description

EC private key.


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