Crypto++ 8.7
Free C++ class library of cryptographic schemes
Public Member Functions | List of all members
PK_FixedLengthCryptoSystemImpl< BASE > Class Template Referenceabstract

Public key trapdoor function default implementation. More...

#include <pubkey.h>

+ Inheritance diagram for PK_FixedLengthCryptoSystemImpl< BASE >:

Public Member Functions

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
 

Detailed Description

template<class BASE>
class PK_FixedLengthCryptoSystemImpl< BASE >

Public key trapdoor function default implementation.

Template Parameters
BASEpublic key cryptosystem with a fixed length

Definition at line 249 of file pubkey.h.

Constructor & Destructor Documentation

◆ ~PK_FixedLengthCryptoSystemImpl()

template<class BASE >
virtual PK_FixedLengthCryptoSystemImpl< BASE >::~PK_FixedLengthCryptoSystemImpl ( )
inlinevirtual

Definition at line 252 of file pubkey.h.

Member Function Documentation

◆ MaxPlaintextLength()

template<class BASE >
size_t PK_FixedLengthCryptoSystemImpl< BASE >::MaxPlaintextLength ( size_t  ciphertextLength) const
inline

Definition at line 254 of file pubkey.h.

◆ CiphertextLength()

template<class BASE >
size_t PK_FixedLengthCryptoSystemImpl< BASE >::CiphertextLength ( size_t  plaintextLength) const
inline

Definition at line 256 of file pubkey.h.


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