TF_CryptoSystemBase< INTERFACE, BASE > Class Template Reference
Trapdoor function cryptosystem base class.
More...
List of all members.
Public Member Functions |
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 |
Detailed Description
template<class INTERFACE, class BASE>
class TF_CryptoSystemBase< INTERFACE, BASE >
Trapdoor function cryptosystem base class.
- Template Parameters:
-
| INTERFACE | public key cryptosystem base interface |
| BASE | public key cryptosystem implementation base |
Definition at line 277 of file pubkey.h.
The documentation for this class was generated from the following file: