|
void | Initialize (const DL_GroupParameters_EC< EC > ¶ms, const Element &Q) |
| Initialize an EC Public Key using {GP,Q}.
|
|
void | Initialize (const EC &ec, const Element &G, const Integer &n, const Element &Q) |
| Initialize an EC Public Key using {EC,G,n,Q}.
|
|
virtual void | AssignFrom (const NameValuePairs &source) |
|
virtual void | SetPublicElement (const Element &y) |
|
void | BERDecodePublicKey (BufferedTransformation &bt, bool parametersPresent, size_t size) |
|
void | DEREncodePublicKey (BufferedTransformation &bt) const |
|
bool | Validate (RandomNumberGenerator &rng, unsigned int level) const |
| Check this object for errors.
|
|
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| Get a named value.
|
|
void | AssignFrom (const NameValuePairs &source) |
| Assign values to this object.
|
|
bool | SupportsPrecomputation () const |
| Determines whether the object supports precomputation.
|
|
void | Precompute (unsigned int precomputationStorage=16) |
| Perform precomputation.
|
|
void | LoadPrecomputation (BufferedTransformation &storedPrecomputation) |
| Retrieve previously saved precomputation.
|
|
void | SavePrecomputation (BufferedTransformation &storedPrecomputation) const |
| Save precomputation for later use.
|
|
const DL_GroupParameters< Element > & | GetAbstractGroupParameters () const |
| Retrieves abstract group parameters.
|
|
DL_GroupParameters< Element > & | AccessAbstractGroupParameters () |
| Retrieves abstract group parameters.
|
|
const DL_FixedBasePrecomputation< Element > & | GetPublicPrecomputation () const |
| Accesses the public precomputation.
|
|
DL_FixedBasePrecomputation< Element > & | AccessPublicPrecomputation () |
| Accesses the public precomputation.
|
|
bool | operator== (const DL_PublicKeyImpl< DL_GroupParameters_EC< EC > > &rhs) const |
|
bool | GetVoidValue (const char *name, const std::type_info &valueType, void *pValue) const |
| Get a named value.
|
|
void | AssignFrom (const NameValuePairs &source) |
| Initialize or reinitialize this key.
|
|
virtual const Element & | GetPublicElement () const |
| Retrieves the public element.
|
|
virtual void | SetPublicElement (const Element &y) |
| Sets the public element.
|
|
virtual Element | ExponentiatePublicElement (const Integer &exponent) const |
| Exponentiates this element.
|
|
virtual Element | CascadeExponentiateBaseAndPublicElement (const Integer &baseExp, const Integer &publicExp) const |
| Exponentiates an element.
|
|
O | GetAlgorithmID () const |
|
bool | BERDecodeAlgorithmParameters (BufferedTransformation &bt) |
|
bool | DEREncodeAlgorithmParameters (BufferedTransformation &bt) const |
|
const GP & | GetGroupParameters () const |
|
GP & | AccessGroupParameters () |
|
template<class EC>
class DL_PublicKey_ECGDSA< EC >
Elliptic Curve German DSA key for ISO/IEC 15946.
- Template Parameters
-
- See also
- ECGDSA
- Since
- Crypto++ 6.0
Definition at line 500 of file eccrypto.h.