|
| RSA_gen (uint32_t key_size, uint32_t exponent=RSA_F4) |
|
| ~RSA_gen ()=default |
|
RSA * | operator() (void) |
| Passing key type is a violation against the principle of generic programming when this operator is used in an algorithm but it at the same time increases usefulness of this class when used stand alone. More...
|
|
◆ RSA_gen()
RSA_gen::RSA_gen |
( |
uint32_t |
key_size, |
|
|
uint32_t |
exponent = RSA_F4 |
|
) |
| |
|
inline |
◆ ~RSA_gen()
◆ operator()()
RSA * RSA_gen::operator() |
( |
void |
| ) |
|
|
inline |
Passing key type is a violation against the principle of generic programming when this operator is used in an algorithm but it at the same time increases usefulness of this class when used stand alone.
◆ m_exponent
uint32_t RSA_gen::m_exponent |
|
private |
◆ m_key_size
uint32_t RSA_gen::m_key_size |
|
private |
The documentation for this class was generated from the following file: