| 
    Crypto++ 8.9
    
   Free C++ class library of cryptographic schemes 
   | 
 
#include <modes.h>
 Inheritance diagram for CipherModeFinalTemplate_ExternalCipher< BASE >:Public Member Functions | |
| CipherModeFinalTemplate_ExternalCipher () | |
| Construct a default CipherModeFinalTemplate.   | |
| CipherModeFinalTemplate_ExternalCipher (BlockCipher &cipher) | |
| Construct a CipherModeFinalTemplate.   | |
| CipherModeFinalTemplate_ExternalCipher (BlockCipher &cipher, const byte *iv, int feedbackSize=0) | |
| Construct a CipherModeFinalTemplate.   | |
| std::string | AlgorithmName () const | 
| Provides the name of this algorithm.   | |
| std::string | AlgorithmProvider () const | 
| BASE | CipherModeFinalTemplate_CipherHolder base class | 
Base class for external mode cipher combinations
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
Provides the name of this algorithm.
The standard algorithm name can be a name like AES or AES/GCM. Some algorithms do not have standard names yet. For example, there is no standard algorithm name for Shoup's ECIES.
      
  | 
  inline |