Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Static Public Member Functions | List of all members
CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > Class Template Reference

Block cipher mode of operation aggregate. More...

#include <modes.h>

Inheritance diagram for CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >:
[legend]
Collaboration diagram for CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >:
[legend]

Public Member Functions

 CipherModeFinalTemplate_CipherHolder ()
 
 CipherModeFinalTemplate_CipherHolder (const byte *key, size_t length)
 
 CipherModeFinalTemplate_CipherHolder (const byte *key, size_t length, const byte *iv)
 
 CipherModeFinalTemplate_CipherHolder (const byte *key, size_t length, const byte *iv, int feedbackSize)
 
- Public Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > >
std::string AlgorithmName () const
 

Static Public Member Functions

static std::string CRYPTOPP_API StaticAlgorithmName ()
 
- Static Public Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 

Additional Inherited Members

- Protected Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > >
std::string AlgorithmName () const
 
- Static Protected Member Functions inherited from AlgorithmImpl< BASE, CipherModeFinalTemplate_CipherHolder< CIPHER, BASE > >
static std::string CRYPTOPP_API StaticAlgorithmName ()
 
- Protected Attributes inherited from ObjectHolder< CIPHER >
CIPHER m_object
 

Detailed Description

template<class CIPHER, class BASE>
class CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >

Block cipher mode of operation aggregate.

Definition at line 285 of file modes.h.

Constructor & Destructor Documentation

template<class CIPHER , class BASE >
CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >::CipherModeFinalTemplate_CipherHolder ( )
inline

Definition at line 291 of file modes.h.

template<class CIPHER , class BASE >
CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >::CipherModeFinalTemplate_CipherHolder ( const byte key,
size_t  length 
)
inline

Definition at line 296 of file modes.h.

template<class CIPHER , class BASE >
CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >::CipherModeFinalTemplate_CipherHolder ( const byte key,
size_t  length,
const byte iv 
)
inline

Definition at line 301 of file modes.h.

Here is the call graph for this function:

template<class CIPHER , class BASE >
CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >::CipherModeFinalTemplate_CipherHolder ( const byte key,
size_t  length,
const byte iv,
int  feedbackSize 
)
inline

Definition at line 306 of file modes.h.

Here is the call graph for this function:

Member Function Documentation

template<class CIPHER , class BASE >
static std::string CRYPTOPP_API CipherModeFinalTemplate_CipherHolder< CIPHER, BASE >::StaticAlgorithmName ( )
inlinestatic

Definition at line 288 of file modes.h.


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