#include <EncryptionMode.h>
|
static const unsigned int | IRep_size = 3 |
| number of bits needed to code the mode More...
|
|
§ Translation
§ IRep
Enumerator |
---|
ECB | |
CBC | |
OFB | |
CFB | |
NOFB | |
NCFB | |
CTR | |
STREAM | |
§ EncryptionMode() [1/3]
EncryptionMode::EncryptionMode |
( |
void |
| ) |
|
§ EncryptionMode() [2/3]
§ EncryptionMode() [3/3]
EncryptionMode::EncryptionMode |
( |
std::string |
srep | ) |
|
construct a new EncryptionMode object from a std::string representation
- Parameters
-
srep | a valid(!) std::string representation |
§ getIntegerRep()
§ getStringRep()
std::string EncryptionMode::getStringRep |
( |
void |
| ) |
const |
§ isValidIntegerRep()
bool EncryptionMode::isValidIntegerRep |
( |
unsigned int |
irep | ) |
|
|
static |
§ isValidStringRep()
bool EncryptionMode::isValidStringRep |
( |
std::string |
srep | ) |
|
|
static |
§ operator==()
§ setValue()
§ translate() [1/2]
§ translate() [2/2]
§ IRep_size
const unsigned int EncryptionMode::IRep_size = 3 |
|
static |
§ NumValues
const unsigned int EncryptionMode::NumValues = 8 |
|
staticprivate |
§ Translations
§ Value
IRep EncryptionMode::Value |
|
private |
The documentation for this class was generated from the following files: