Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Types | Public Member Functions | List of all members
DL_KeyImpl< PK, GP, O > Class Template Reference

Discrete Log (DL) key base implementation. More...

+ Inheritance diagram for DL_KeyImpl< PK, GP, O >:

Public Types

typedef GP GroupParameters
 

Public Member Functions

GetAlgorithmID () const
 
bool BERDecodeAlgorithmParameters (BufferedTransformation &bt)
 
bool DEREncodeAlgorithmParameters (BufferedTransformation &bt) const
 
const GP & GetGroupParameters () const
 
GP & AccessGroupParameters ()
 

Detailed Description

template<class PK, class GP, class O = OID>
class DL_KeyImpl< PK, GP, O >

Discrete Log (DL) key base implementation.

Template Parameters
PKKey class
GPGroupParameters class
OOID class

Definition at line 1212 of file pubkey.h.


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