#include <cryptlib.h>
Definition at line 194 of file cryptlib.h.
Public Member Functions | |
| DecodingResult () | |
| DecodingResult (unsigned int len) | |
| bool | operator== (const DecodingResult &rhs) const |
| bool | operator!= (const DecodingResult &rhs) const |
Public Attributes | |
| bool | isValidCoding |
| unsigned int | messageLength |
1.4.4