#include <QtCrypto>
Collaboration diagram for QCA::DLGroup:

Public Member Functions | |
| DLGroup (const BigInteger &p, const BigInteger &q, const BigInteger &g) | |
| DLGroup (const BigInteger &p, const BigInteger &g) | |
| DLGroup (const DLGroup &from) | |
| DLGroup & | operator= (const DLGroup &from) |
| bool | isNull () const |
| BigInteger | p () const |
| BigInteger | q () const |
| BigInteger | g () const |
Static Public Member Functions | |
| static QList< DLGroupSet > | supportedGroupSets (const QString &provider=QString()) |
|
||||||||||||||||
|
Construct a discrete logarithm group from raw parameters.
|
|
||||||||||||
|
Construct a discrete logarithm group from raw parameters.
|
|
|
Standard copy constructor.
|
|
|
Standard assignment operator.
|
|
|
Provide a list of the supported group sets.
|
|
|
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.
|
1.4.6