#include <eccrypto.h>
Inheritance diagram for ECPublicKey:

Public Types | |
| typedef EC::Point | Point |
Public Methods | |
| ECPublicKey (const ECParameters< EC > ¶ms,const Point &Q) | |
| ECPublicKey (const OID &oidParams,const Point &Q) | |
| ECPublicKey (const EC &ec,const Point &G,const Integer &n,const Point &Q) | |
| ECPublicKey (BufferedTransformation &bt) | |
| void | DEREncode (BufferedTransformation &bt)const |
| void | Precompute (unsigned int precomputationStorage=16) |
| void | LoadPrecomputation (BufferedTransformation &storedPrecomputation) |
| retrieve previously saved precomputation. More... | |
| void | SavePrecomputation (BufferedTransformation &storedPrecomputation)const |
| save precomputation for later use. More... | |
| const Point& | GetPublicPoint ()const |
Protected Methods | |
| ECPublicKey () | |
| Integer | EncodeDigest (ECSignatureScheme ss,const byte *digest,unsigned int digestLen)const |
Protected Attributes | |
| Point | m_Q |
| EcPrecomputation<EC> | m_Qpc |
Definition at line 165 of file eccrypto.h.
|
|||
|
Reimplemented from ECParameters. Definition at line 168 of file eccrypto.h. |
|
||||||
|
Definition at line 170 of file eccrypto.h. |
|
||||||
|
Definition at line 172 of file eccrypto.h. |
|
||||||||||
|
Definition at line 174 of file eccrypto.h. |
|
||||
|
Definition at line 440 of file eccrypto.cpp. |
|
||||
|
Definition at line 189 of file eccrypto.h. |
|
||||
|
Reimplemented from ECParameters. Definition at line 459 of file eccrypto.cpp. |
|
||||||||
|
Definition at line 495 of file eccrypto.cpp. |
|
||||
|
Definition at line 186 of file eccrypto.h. |
|
||||
|
retrieve previously saved precomputation.
Reimplemented from PK_Precomputation. Definition at line 481 of file eccrypto.cpp. |
|
||||
|
The exact semantics of Precompute() is varies, but typically it means calculate a table of n objects that can be used later to speed up computation. Reimplemented from PK_Precomputation. Definition at line 474 of file eccrypto.cpp. |
|
||||
|
save precomputation for later use.
Reimplemented from PK_Precomputation. Definition at line 488 of file eccrypto.cpp. |
|
|||
|
Definition at line 192 of file eccrypto.h. |
|
|||
|
Definition at line 193 of file eccrypto.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000