|
Crypto++ 8.9
Free C++ class library of cryptographic schemes
|
Trapdoor function cryptosystem base class. More...
#include <pubkey.h>
Inheritance diagram for TF_CryptoSystemBase< INTFACE, BASE >: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 |
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 >.