| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
Base class for a Discrete Log (DL) key. More...
#include <pubkey.h>
 Inheritance diagram for DL_Key< T >:Public Member Functions | |
| virtual const DL_GroupParameters< T > & | GetAbstractGroupParameters () const =0 | 
| Retrieves abstract group parameters.   | |
| virtual DL_GroupParameters< T > & | AccessAbstractGroupParameters ()=0 | 
| Retrieves abstract group parameters.   | |
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 > >.