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

Public Types | |
| typedef EC::Point | Point |
Public Methods | |
| ECDigestSigner (const ECPrivateKey< EC > &key) | |
| ECDigestSigner (const ECParameters< EC > ¶ms,const Point &Q,const Integer &d) | |
| ECDigestSigner (const OID &oid,const Point &Q,const Integer &d) | |
| ECDigestSigner (const EC &ec,const Point &G,const Integer &n,const Point &Q,const Integer &d) | |
| ECDigestSigner (RandomNumberGenerator &rng,const ECParameters< EC > ¶ms) | |
| ECDigestSigner (RandomNumberGenerator &rng,const OID &oid) | |
| ECDigestSigner (RandomNumberGenerator &rng,const EC &ec,const Point &G,const Integer &n) | |
| ECDigestSigner (BufferedTransformation &bt) | |
| void | SignDigest (RandomNumberGenerator &,const byte *digest,unsigned int digestLen,byte *signature)const |
| unsigned int | MaxDigestLength ()const |
| unsigned int | DigestSignatureLength ()const |
| void | RawSign (const Integer &k,const Integer &e,Integer &n,Integer &s)const |
| exposed for validation testing. More... | |
Definition at line 281 of file eccrypto.h.
|
|||
|
Reimplemented from ECPrivateKey. Definition at line 284 of file eccrypto.h. |
|
||||
|
Definition at line 286 of file eccrypto.h. |
|
||||||||
|
Definition at line 286 of file eccrypto.h. |
|
||||||||
|
Definition at line 286 of file eccrypto.h. |
|
||||||||||||
|
Definition at line 286 of file eccrypto.h. |
|
||||||
|
Definition at line 286 of file eccrypto.h. |
|
||||||
|
Definition at line 286 of file eccrypto.h. |
|
||||||||||
|
Definition at line 286 of file eccrypto.h. |
|
||||
|
Definition at line 286 of file eccrypto.h. |
|
||||
|
Definition at line 291 of file eccrypto.h. |
|
||||
|
Definition at line 290 of file eccrypto.h. |
|
||||||||||
|
exposed for validation testing.
Definition at line 647 of file eccrypto.cpp. |
|
||||||||||
|
Definition at line 671 of file eccrypto.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000