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