Security Scol plugin
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 >:
TF_CryptoSystemBase< PK_Decryptor, TF_Base< TrapdoorFunctionInverse, PK_EncryptionMessageEncodingMethod > > TF_CryptoSystemBase< PK_Encryptor, TF_Base< RandomizedTrapdoorFunction, PK_EncryptionMessageEncodingMethod > > TF_DecryptorBase TF_EncryptorBase AlgorithmImpl< TF_DecryptorBase, SCHEME_OPTIONS::AlgorithmInfo > AlgorithmImpl< TF_EncryptorBase, SCHEME_OPTIONS::AlgorithmInfo >

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

◆ CiphertextLength()

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

Definition at line 256 of file pubkey.h.

◆ MaxPlaintextLength()

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

Definition at line 254 of file pubkey.h.


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