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

Public Types | |
| typedef EC::Point | Point |
Public Methods | |
| ECDigestVerifier (const ECPublicKey< EC > &key) | |
| ECDigestVerifier (const ECParameters< EC > ¶ms,const Point &Q) | |
| ECDigestVerifier (const OID &oid,const Point &Q) | |
| ECDigestVerifier (const EC &ec,const Point &G,const Integer &n,const Point &Q) | |
| ECDigestVerifier (BufferedTransformation &bt) | |
| bool | VerifyDigest (const byte *digest,unsigned int digestLen,const byte *signature)const |
| unsigned int | MaxDigestLength ()const |
| unsigned int | DigestSignatureLength ()const |
| bool | RawVerify (const Integer &e,const Integer &n,const Integer &s)const |
Definition at line 263 of file eccrypto.h.
|
|||
|
Reimplemented from ECPublicKey. Definition at line 266 of file eccrypto.h. |
|
||||
|
Definition at line 268 of file eccrypto.h. |
|
||||||
|
Definition at line 268 of file eccrypto.h. |
|
||||||
|
Definition at line 268 of file eccrypto.h. |
|
||||||||||
|
Definition at line 268 of file eccrypto.h. |
|
||||
|
Definition at line 268 of file eccrypto.h. |
|
||||
|
Definition at line 273 of file eccrypto.h. |
|
||||
|
Definition at line 272 of file eccrypto.h. |
|
||||||||
|
Definition at line 608 of file eccrypto.cpp. |
|
||||||||
|
Definition at line 633 of file eccrypto.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000