Fabcoin Core  0.16.2
P2P Digital Currency
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 >:
[legend]
Collaboration diagram for TF_CryptoSystemBase< INTFACE, BASE >:
[legend]

Public Member Functions

virtual ~TF_CryptoSystemBase ()
 
bool ParameterSupported (const char *name) const
 
size_t FixedMaxPlaintextLength () const
 
size_t FixedCiphertextLength () const
 
- Public Member Functions inherited from PK_FixedLengthCryptoSystemImpl< INTFACE >
virtual ~PK_FixedLengthCryptoSystemImpl ()
 
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 276 of file pubkey.h.

Constructor & Destructor Documentation

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

Definition at line 279 of file pubkey.h.

Member Function Documentation

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

Implements PK_FixedLengthCryptoSystemImpl< INTFACE >.

Definition at line 283 of file pubkey.h.

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

Implements PK_FixedLengthCryptoSystemImpl< INTFACE >.

Definition at line 282 of file pubkey.h.

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

Definition at line 288 of file pubkey.h.

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

Definition at line 286 of file pubkey.h.

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

Definition at line 281 of file pubkey.h.


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