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

Public Types | |
| typedef EC::Point | Point |
Public Methods | |
| ECDHC (const ECParameters< EC > ¶ms) | |
| ECDHC (const OID &oid) | |
| ECDHC (const EC &ec,const Point &G,const Integer &n,const Integer &k) | |
| ECDHC (BufferedTransformation &bt) | |
| bool | ValidateDomainParameters (RandomNumberGenerator &rng)const |
| unsigned int | AgreedValueLength ()const |
| unsigned int | PrivateKeyLength ()const |
| unsigned int | PublicKeyLength ()const |
| void | GenerateKeyPair (RandomNumberGenerator &rng,byte *privateKey,byte *publicKey)const |
| bool | Agree (byte *agreedValue,const byte *privateKey,const byte *otherPublicKey,bool validateOtherPublicKey=true)const |
Definition at line 119 of file eccrypto.h.
|
|||
|
Reimplemented from ECParameters. Definition at line 122 of file eccrypto.h. |
|
||||
|
Definition at line 124 of file eccrypto.h. |
|
||||
|
Definition at line 124 of file eccrypto.h. |
|
||||||||||
|
Definition at line 124 of file eccrypto.h. |
|
||||
|
Definition at line 124 of file eccrypto.h. |
|
||||||||||
|
Definition at line 695 of file eccrypto.cpp. |
|
||||
|
Definition at line 128 of file eccrypto.h. |
|
||||||||
|
Definition at line 686 of file eccrypto.cpp. |
|
||||
|
Definition at line 129 of file eccrypto.h. |
|
||||
|
Definition at line 130 of file eccrypto.h. |
|
||||
|
Definition at line 126 of file eccrypto.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000