#include <pubkey.h>

Public Member Functions | |
| void | Encrypt (RandomNumberGenerator &rng, const byte *plaintext, size_t plaintextLength, byte *ciphertext, const NameValuePairs ¶meters=g_nullNameValuePairs) const |
| bool | ParameterSupported (const char *name) const |
| size_t | FixedMaxPlaintextLength () const |
| size_t | FixedCiphertextLength () const |
| size_t | MaxPlaintextLength (size_t ciphertextLength) const |
| size_t | CiphertextLength (size_t plaintextLength) const |
Protected Member Functions | |
| size_t | PaddedBlockByteLength () const |
| size_t | PaddedBlockBitLength () const |
Definition at line 173 of file pubkey.h.
1.5.7.1