|
void | Initialize (const DL_GroupParameters_EC< EC > ¶ms, const Element &Q) |
| Initialize an EC Public Key using {GP,Q}. More...
|
|
void | Initialize (const EC &ec, const Element &G, const Integer &n, const Element &Q) |
| Initialize an EC Public Key using {EC,G,n,Q}. More...
|
|
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 |
|
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.