#include <cryptlib.h>
Inheritance diagram for PK_CryptoSystem:

Public Methods | |
| virtual | ~PK_CryptoSystem () |
| virtual unsigned int | MaxPlainTextLength (unsigned int cipherTextLength)const=0 |
| maximum length of plaintext for a given ciphertext length. | |
| virtual unsigned int | CipherTextLength (unsigned int plainTextLength)const=0 |
| calculate length of ciphertext given length of plaintext. | |
This class provides an interface common to encryptors and decryptors for querying their plaintext and ciphertext lengths.
Definition at line 460 of file cryptlib.h.
|
|
Definition at line 464 of file cryptlib.h. |
1.2.4 written by Dimitri van Heesch,
© 1997-2000