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

Public Methods | |
| ~DecryptorTemplate () | |
| unsigned int | Decrypt (const byte *cipherText,byte *plainText) |
| decrypt a byte string, and return the length of plaintext. More... | |
Protected Methods | |
| DecryptorTemplate () | |
Definition at line 140 of file pubkey.h.
|
||||
|
|
|
||||
|
|
|
||||||
|
decrypt a byte string, and return the length of plaintext. Preconditions: \begin{itemize} \item length of cipherText == CipherTextLength() \item size of plainText == MaxPlainTextLength() \end{itemize} The function returns the actual length of the plaintext, or 0 if decryption fails. Reimplemented from PK_FixedLengthDecryptor. Definition at line 21 of file pubkey.cpp. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000