Package org.bouncycastle.tls.crypto
Class DHGroup
- java.lang.Object
-
- org.bouncycastle.tls.crypto.DHGroup
-
public class DHGroup extends java.lang.ObjectCarrier class for Diffie-Hellman group parameters.
-
-
Constructor Summary
Constructors Constructor Description DHGroup(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g, int l)Base constructor with the prime factor of (p - 1).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.math.BigIntegergetG()intgetL()java.math.BigIntegergetP()java.math.BigIntegergetQ()
-