Classes | |
| class | BignumException |
| Base class for exceptions relating to BIGNUM%s. More... | |
| class | BignumNullException |
| Exception thrown when a pointer to a BIGNUM is null. More... | |
| class | BignumMathException |
| Base class for exceptions thrown due to errors in BIGNUM math routines. More... | |
| class | BignumModException |
| Exception thrown for errors in BN_mod. More... | |
| class | BignumMulException |
| Exception thrown for errors in BN_mul. More... | |
| class | BignumModMulException |
| Exception thrown for errors in BN_mod_mul. More... | |
| class | BignumModExpException |
| Exception thrown for errors in BN_mod_exp. More... | |
| class | BignumModInverseException |
| Exception thrown for errors in BN_mod_inverse. More... | |
| class | BignumAddException |
| Exception thrown for errors in BN_add. More... | |
| class | BignumSubException |
| Exception thrown for errors in BN_sub. More... | |
| class | BignumRshiftException |
| Exception thrown for errors in BN_rshift or BN_rshift1. More... | |
| class | BignumLshiftException |
| Exception thrown for errors in BN_lshift or BN_lshift1. More... | |
| class | BignumRandRangeException |
| Exception thrown for errors in BN_rand_range. More... | |
| class | BignumGCDException |
| Exception thrown for errors in BN_gcd. More... | |
| class | BignumGeneratePrimeException |
| Exception thrown for errors in BN_generate_prime. More... | |
| class | BignumContextException |
| Exception thrown when a BN_CTX cannot be allocated. More... | |
| class | BignumBin2BNException |
| Exception thrown when BN_bin2bn fails. More... | |
| class | BignumSetWordException |
| Exception thrown when BN_set_word fails. More... | |
| class | Check< true > |
Specialization for true. More... | |
| class | ExceptionBase |
| Base class for all exceptions thrown by classes in CODEX. More... | |
| class | IllegalIndexException |
| Exception thrown for an out-of-range index. More... | |
| class | FileException |
| Base class for exceptions relating to files. More... | |
| class | FileCannotCreateException |
| Exception thrown when a file cannot be created. More... | |
| class | FileCannotOpenException |
| Exception thrown when a file cannot be opened for reading. More... | |
| class | GetTimeOfDayException |
| Exception thrown for a failure in gettimeofday(2). More... | |
The ExceptionBase class is also inherited by base classes that are specific to errors within particular packages.
1.4.1