|
Crypto++
|
_ More...
#include <pubkey.h>
Public Types | |
| typedef GP::Element | Element |
| typedef GP | GroupParameters |
Public Member Functions | |
| 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) |
| 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 DL_FixedBasePrecomputation < Element > & | GetPublicPrecomputation () const |
|
DL_FixedBasePrecomputation < Element > & | AccessPublicPrecomputation () |
| bool | operator== (const DL_PublicKeyImpl< GP > &rhs) const |
| 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 |
| O | GetAlgorithmID () const |
| bool | BERDecodeAlgorithmParameters (BufferedTransformation &bt) |
| bool | DEREncodeAlgorithmParameters (BufferedTransformation &bt) const |
| const GP & | GetGroupParameters () const |
| GP & | AccessGroupParameters () |
_
1.7.5