Construct a DL group that is registered in the configuration.
Create a new group randomly.
Create a DSA group with a given seed.
Create a DL group. The prime q will be determined according to p.
Create a DL group.
The DL group encoding format variants.
Determine the prime creation for DL groups.
Decode a DER/BER encoded group into this instance.
Encode this group into a string using DER encoding.
Decode a PEM encoded group into this instance.
Encode this group into a string using PEM encoding.
Get the base m_g.
Get the prime m_p.
Get the prime q.
Perform validity checks on the group.
Duplicate this object
Return PEM representation of named DL group
This class represents discrete logarithm groups. It holds a prime p, a prime q = (p-1)/2 and m_g = x^((p-1)/q) mod p.