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

DL private key (in GF(p) groups) More...

#include <gfpcrypt.h>

Inheritance diagram for DL_PrivateKey_GFP:
DL_PrivateKeyImpl< GP >

List of all members.

Public Types

typedef GP::Element Element

Public Member Functions

void Initialize (RandomNumberGenerator &rng, unsigned int modulusBits)
void Initialize (RandomNumberGenerator &rng, const Integer &p, const Integer &g)
void Initialize (RandomNumberGenerator &rng, const Integer &p, const Integer &q, const Integer &g)
void Initialize (const DL_GroupParameters_IntegerBased &params, const Integer &x)
void Initialize (const Integer &p, const Integer &g, const Integer &x)
void Initialize (const Integer &p, const Integer &q, const Integer &g, const Integer &x)
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 BERDecodePrivateKey (BufferedTransformation &bt, bool, size_t)
void DEREncodePrivateKey (BufferedTransformation &bt) const

Detailed Description

DL private key (in GF(p) groups)


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