Security Scol plugin
Public Member Functions | Protected Member Functions | List of all members
TF_CryptoSystemBase< INTFACE, BASE > Class Template Reference

Trapdoor function cryptosystem base class. More...

#include <pubkey.h>

Inheritance diagram for TF_CryptoSystemBase< INTFACE, BASE >:
PK_FixedLengthCryptoSystemImpl< INTFACE >

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
 

Protected Member Functions

size_t PaddedBlockByteLength () const
 
size_t PaddedBlockBitLength () 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.

Constructor & Destructor Documentation

◆ ~TF_CryptoSystemBase()

template<class INTFACE , class BASE >
virtual TF_CryptoSystemBase< INTFACE, BASE >::~TF_CryptoSystemBase ( )
inlinevirtual

Definition at line 270 of file pubkey.h.

Member Function Documentation

◆ FixedCiphertextLength()

template<class INTFACE , class BASE >
size_t TF_CryptoSystemBase< INTFACE, BASE >::FixedCiphertextLength ( ) const
inlinevirtual

Implements PK_FixedLengthCryptoSystemImpl< INTFACE >.

Definition at line 274 of file pubkey.h.

◆ FixedMaxPlaintextLength()

template<class INTFACE , class BASE >
size_t TF_CryptoSystemBase< INTFACE, BASE >::FixedMaxPlaintextLength ( ) const
inlinevirtual

Implements PK_FixedLengthCryptoSystemImpl< INTFACE >.

Definition at line 273 of file pubkey.h.

◆ PaddedBlockBitLength()

template<class INTFACE , class BASE >
size_t TF_CryptoSystemBase< INTFACE, BASE >::PaddedBlockBitLength ( ) const
inlineprotected

Definition at line 279 of file pubkey.h.

◆ PaddedBlockByteLength()

template<class INTFACE , class BASE >
size_t TF_CryptoSystemBase< INTFACE, BASE >::PaddedBlockByteLength ( ) const
inlineprotected

Definition at line 277 of file pubkey.h.

◆ ParameterSupported()

template<class INTFACE , class BASE >
bool TF_CryptoSystemBase< INTFACE, BASE >::ParameterSupported ( const char *  name) const
inline

Definition at line 272 of file pubkey.h.


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