QCA::DLGroup Class Reference
[QCA user API]
A discrete logarithm group.
More...
#include <QtCrypto>
List of all members.
Detailed Description
A discrete logarithm group.
Constructor & Destructor Documentation
Construct a discrete logarithm group from raw parameters.
- Parameters:
-
| p | the P parameter |
| q | the Q parameter |
| g | the G parameter |
Construct a discrete logarithm group from raw parameters.
- Parameters:
-
| p | the P parameter |
| g | the G parameter |
QCA::DLGroup::DLGroup |
( |
const DLGroup & |
from |
) |
|
Standard copy constructor.
- Parameters:
-
| from | the group to copy from |
Member Function Documentation
Standard assignment operator.
- Parameters:
-
Provide a list of the supported group sets.
- Parameters:
-
| provider | the provider to report which group sets are available. If not specified, all providers will be checked |
bool QCA::DLGroup::isNull |
( |
|
) |
const |
Test if the group is empty.
Provide the p component of the group.
Provide the q component of the group.
Provide the g component of the group.
The documentation for this class was generated from the following file: