| MistServer
    2.5.3-Pro-19-gf5e75b1 ( Generic_64)
    | 
Basic class supporting initialization Vectors. More...
#include <dtsc.h>
| Public Member Functions | |
| Ivec () | |
| Ivec () | |
| Ivec (long long int iVec) | |
| Ivec (long long int iVec) | |
| long long int | asInt () | 
| long long int | asInt () | 
| char * | getData () | 
| char * | getData () | 
| void | setIvec (long long int iVec) | 
| void | setIvec (long long int iVec) | 
| void | setIvec (std::string iVec) | 
| void | setIvec (std::string iVec) | 
| void | setIvec (const char *iVec, int len) | 
| void | setIvec (const char *iVec, int len) | 
| Private Attributes | |
| char | data [8] | 
| Data storage for this initialization vector.  More... | |
Basic class supporting initialization Vectors.
These are used for encryption of data.
| DTSC::Ivec::Ivec | ( | ) | 
| DTSC::Ivec::Ivec | ( | long long int | iVec | ) | 
| DTSC::Ivec::Ivec | ( | ) | 
| DTSC::Ivec::Ivec | ( | long long int | iVec | ) | 
| long long int DTSC::Ivec::asInt | ( | ) | 
| long long int DTSC::Ivec::asInt | ( | ) | 
| char * DTSC::Ivec::getData | ( | ) | 
| char* DTSC::Ivec::getData | ( | ) | 
| void DTSC::Ivec::setIvec | ( | long long int | iVec | ) | 
| void DTSC::Ivec::setIvec | ( | long long int | iVec | ) | 
| void DTSC::Ivec::setIvec | ( | std::string | iVec | ) | 
| void DTSC::Ivec::setIvec | ( | std::string | iVec | ) | 
| void DTSC::Ivec::setIvec | ( | const char * | iVec, | 
| int | len | ||
| ) | 
| void DTSC::Ivec::setIvec | ( | const char * | iVec, | 
| int | len | ||
| ) | 
| 
 | private | 
Data storage for this initialization vector.
 1.8.11
 1.8.11