#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
Initial value:= {
}
@ CFB
Definition: EncryptionMode.h:36
@ OFB
Definition: EncryptionMode.h:35
@ STREAM
Definition: EncryptionMode.h:40
@ CBC
Definition: EncryptionMode.h:34
@ NCFB
Definition: EncryptionMode.h:38
@ CTR
Definition: EncryptionMode.h:39
@ ECB
Definition: EncryptionMode.h:33
@ NOFB
Definition: EncryptionMode.h:37
◆ Value
IRep EncryptionMode::Value |
|
private |
The documentation for this class was generated from the following files: