Security Scol plugin
|
Trapdoor function cryptosystems encryption base class. More...
#include <pubkey.h>
Public Member Functions | |
void | Encrypt (RandomNumberGenerator &rng, const byte *plaintext, size_t plaintextLength, byte *ciphertext, const NameValuePairs ¶meters=g_nullNameValuePairs) const |
Public Member Functions inherited from TF_CryptoSystemBase< PK_Encryptor, TF_Base< RandomizedTrapdoorFunction, PK_EncryptionMessageEncodingMethod > > | |
bool | ParameterSupported (const char *name) const |
size_t | FixedMaxPlaintextLength () const |
size_t | FixedCiphertextLength () const |
Public Member Functions inherited from PK_FixedLengthCryptoSystemImpl< BASE > | |
size_t | MaxPlaintextLength (size_t ciphertextLength) const |
size_t | CiphertextLength (size_t plaintextLength) const |
Additional Inherited Members | |
Protected Types inherited from TF_Base< RandomizedTrapdoorFunction, PK_EncryptionMessageEncodingMethod > | |
typedef RandomizedTrapdoorFunction | TrapdoorFunctionInterface |
typedef PK_EncryptionMessageEncodingMethod | MessageEncodingInterface |
Protected Member Functions inherited from TF_CryptoSystemBase< PK_Encryptor, TF_Base< RandomizedTrapdoorFunction, PK_EncryptionMessageEncodingMethod > > | |
size_t | PaddedBlockByteLength () const |
size_t | PaddedBlockBitLength () const |
Protected Member Functions inherited from TF_Base< RandomizedTrapdoorFunction, PK_EncryptionMessageEncodingMethod > | |
virtual const TrapdoorFunctionBounds & | GetTrapdoorFunctionBounds () const=0 |
virtual const TrapdoorFunctionInterface & | GetTrapdoorFunctionInterface () const=0 |
virtual const MessageEncodingInterface & | GetMessageEncodingInterface () const=0 |
|
inlinevirtual |
void TF_EncryptorBase::Encrypt | ( | RandomNumberGenerator & | rng, |
const byte * | plaintext, | ||
size_t | plaintextLength, | ||
byte * | ciphertext, | ||
const NameValuePairs & | parameters = g_nullNameValuePairs |
||
) | const |
Definition at line 153 of file pubkey.cpp.