Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Base class for a Discrete Log (DL) key. More...
#include <pubkey.h>
Public Member Functions | |
virtual const DL_GroupParameters< T > & | GetAbstractGroupParameters () const =0 |
Retrieves abstract group parameters. More... | |
virtual DL_GroupParameters< T > & | AccessAbstractGroupParameters ()=0 |
Retrieves abstract group parameters. More... | |
Base class for a Discrete Log (DL) key.
T | class or type of an element |
The element is usually an Integer, ECP::Point or EC2N::Point
|
pure virtual |
Retrieves abstract group parameters.
Implemented in DL_PrivateKeyImpl< GP >, DL_PrivateKeyImpl< DL_GroupParameters_EC< EC > >, DL_PublicKeyImpl< GP >, and DL_PublicKeyImpl< DL_GroupParameters_EC< EC > >.
|
pure virtual |
Retrieves abstract group parameters.
Implemented in DL_PrivateKeyImpl< GP >, DL_PrivateKeyImpl< DL_GroupParameters_EC< EC > >, DL_PublicKeyImpl< GP >, and DL_PublicKeyImpl< DL_GroupParameters_EC< EC > >.