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

Public Types | |
| typedef EC::Point | Point |
Public Methods | |
| ECEncryptor (const ECPublicKey< EC > &key) | |
| ECEncryptor (const ECParameters< EC > ¶ms,const Point &Q) | |
| ECEncryptor (const OID &oid,const Point &Q) | |
| ECEncryptor (const EC &ec,const Point &G,const Integer &n,const Point &Q) | |
| ECEncryptor (BufferedTransformation &bt) | |
| unsigned int | MaxPlainTextLength (unsigned int cipherTextLength)const |
| unsigned int | CipherTextLength (unsigned int plainTextLength)const |
| void | Encrypt (RandomNumberGenerator &rng,const byte *plainText,unsigned int plainTextLength,byte *cipherText) |
Definition at line 321 of file eccrypto.h.
|
|||
|
Reimplemented from ECPublicKey. Definition at line 324 of file eccrypto.h. |
|
||||
|
Definition at line 326 of file eccrypto.h. |
|
||||||
|
Definition at line 326 of file eccrypto.h. |
|
||||||
|
Definition at line 326 of file eccrypto.h. |
|
||||||||||
|
Definition at line 326 of file eccrypto.h. |
|
||||
|
Definition at line 326 of file eccrypto.h. |
|
||||
|
Definition at line 330 of file eccrypto.h. |
|
||||||||||
|
Definition at line 333 of file eccrypto.h. |
|
||||
|
Definition at line 328 of file eccrypto.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000