Crypto++  8.8
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
TF_CryptoSystemBase< INTFACE, BASE > Class Template Reference

Trapdoor function cryptosystem base class. More...

+ 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
 

Detailed Description

template<class INTFACE, class BASE>
class TF_CryptoSystemBase< INTFACE, BASE >

Trapdoor function cryptosystem base class.

Template Parameters
INTFACEpublic key cryptosystem base interface
BASEpublic key cryptosystem implementation base

Definition at line 267 of file pubkey.h.


The documentation for this class was generated from the following file: