Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Trapdoor function cryptosystem base class. More...
#include <pubkey.h>
Public Member Functions | |
bool | ParameterSupported (const char *name) const |
size_t | FixedMaxPlaintextLength () const |
size_t | FixedCiphertextLength () const |
Public Member Functions inherited from PK_FixedLengthCryptoSystemImpl< INTFACE > | |
size_t | MaxPlaintextLength (size_t ciphertextLength) const |
size_t | CiphertextLength (size_t plaintextLength) const |
virtual size_t | FixedMaxPlaintextLength () const=0 |
virtual size_t | FixedCiphertextLength () const=0 |
Trapdoor function cryptosystem base class.
INTFACE | public key cryptosystem base interface |
BASE | public key cryptosystem implementation base |
|
inlinevirtual |
|
inline |
|
inlinevirtual |
Implements PK_FixedLengthCryptoSystemImpl< INTFACE >.
|
inlinevirtual |
Implements PK_FixedLengthCryptoSystemImpl< INTFACE >.