|
Crypto++
|
EC public key. More...
#include <eccrypto.h>
Public Types | |
| typedef EC::Point | Element |
Public Member Functions | |
| void | Initialize (const DL_GroupParameters_EC< EC > ¶ms, const Element &Q) |
| void | Initialize (const EC &ec, const Element &G, const Integer &n, const Element &Q) |
| void | BERDecodePublicKey (BufferedTransformation &bt, bool parametersPresent, size_t size) |
| void | DEREncodePublicKey (BufferedTransformation &bt) const |
| 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 |
EC public key.
1.7.5