|
Crypto++
5.6.4
Free C++ class library of cryptographic schemes
|
Interface for Discrete Log (DL) public keys. More...
Inheritance diagram for DL_PublicKey< T >:Public Types | |
| typedef T | Element |
Public Member Functions | |
| bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| void | AssignFrom (const NameValuePairs &source) |
| virtual const Element & | GetPublicElement () const |
| virtual void | SetPublicElement (const Element &y) |
| virtual Element | ExponentiatePublicElement (const Integer &exponent) const |
| virtual Element | CascadeExponentiateBaseAndPublicElement (const Integer &baseExp, const Integer &publicExp) const |
| virtual const DL_FixedBasePrecomputation< T > & | GetPublicPrecomputation () const =0 |
| virtual DL_FixedBasePrecomputation< T > & | AccessPublicPrecomputation ()=0 |
Public Member Functions inherited from DL_Key< T > | |
| virtual const DL_GroupParameters< T > & | GetAbstractGroupParameters () const =0 |
| Retrieves abstract group parameters. More... | |
| virtual DL_GroupParameters< T > & | AccessAbstractGroupParameters ()=0 |
| Retrieves abstract group parameters. More... | |
Interface for Discrete Log (DL) public keys.
1.8.13