Crypto++
|
_ More...
#include <strciphr.h>
Public Member Functions | |
SymmetricCipherFinal (const byte *key) | |
SymmetricCipherFinal (const byte *key, size_t length) | |
SymmetricCipherFinal (const byte *key, size_t length, const byte *iv) | |
Clonable * | Clone () const |
std::string | AlgorithmName () const |
size_t | MinKeyLength () const |
size_t | MaxKeyLength () const |
size_t | DefaultKeyLength () const |
size_t | GetValidKeyLength (size_t n) const |
SimpleKeyingInterface::IV_Requirement | IVRequirement () const |
unsigned int | IVSize () const |
Static Public Member Functions | |
static std::string | StaticAlgorithmName () |
_
Definition at line 278 of file strciphr.h.