#include <pubkey.h>
Inheritance diagram for EncryptorTemplate:

Public Methods | |
| ~EncryptorTemplate () | |
| void | Encrypt (RandomNumberGenerator &rng,const byte *plainText,unsigned int plainTextLength,byte *cipherText) |
| encrypt a byte string. More... | |
Protected Methods | |
| EncryptorTemplate () | |
Definition at line 152 of file pubkey.h.
|
||||
|
|
|
||||
|
|
|
||||||||||
|
encrypt a byte string. Preconditions: \begin{itemize} \item CipherTextLength(plainTextLength) != 0 (i.e., plainText isn't too long) \item size of cipherText == CipherTextLength(plainTextLength) \end{itemize} Reimplemented from PK_Encryptor. Definition at line 29 of file pubkey.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000