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

Public Types | |
| typedef EC::Point | Point |
Public Methods | |
| ECPrivateKey (const ECParameters< EC > ¶ms,const Point &Q,const Integer &d) | |
| ECPrivateKey (const OID &oid,const Point &Q,const Integer &d) | |
| ECPrivateKey (const EC &ec,const Point &G,const Integer &n,const Point &Q,const Integer &d) | |
| ECPrivateKey (RandomNumberGenerator &rng,const ECParameters< EC > ¶ms) | |
| ECPrivateKey (RandomNumberGenerator &rng,const OID &oid) | |
| ECPrivateKey (RandomNumberGenerator &rng,const EC &ec,const Point &G,const Integer &n) | |
| ECPrivateKey (BufferedTransformation &bt) | |
| void | DEREncode (BufferedTransformation &bt)const |
| const Integer& | GetPrivateExponent ()const |
Protected Types | |
| typedef EC::FieldElement | FieldElement |
Protected Methods | |
| void | Randomize (RandomNumberGenerator &rng) |
| void | RawDecode (BERSequenceDecoder &bt,bool needParameters) |
Protected Attributes | |
| Integer | m_d |
Definition at line 210 of file eccrypto.h.
|
|||
|
Definition at line 236 of file eccrypto.h. |
|
|||
|
Reimplemented from ECPublicKey. Definition at line 213 of file eccrypto.h. |
|
||||||||
|
Definition at line 215 of file eccrypto.h. |
|
||||||||
|
Definition at line 217 of file eccrypto.h. |
|
||||||||||||
|
Definition at line 219 of file eccrypto.h. |
|
||||||
|
Definition at line 222 of file eccrypto.h. |
|
||||||
|
Definition at line 224 of file eccrypto.h. |
|
||||||||||
|
Definition at line 226 of file eccrypto.h. |
|
||||
|
Definition at line 509 of file eccrypto.cpp. |
|
||||
|
Reimplemented from ECPublicKey. Definition at line 570 of file eccrypto.cpp. |
|
||||
|
Definition at line 233 of file eccrypto.h. |
|
||||
|
Definition at line 598 of file eccrypto.cpp. |
|
||||||
|
Definition at line 539 of file eccrypto.cpp. |
|
|||
|
Definition at line 240 of file eccrypto.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000