Package org.bouncycastle.tls.crypto
Class DHGroup
- java.lang.Object
-
- org.bouncycastle.tls.crypto.DHGroup
-
public class DHGroup extends java.lang.Object
Carrier 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.BigInteger
getG()
int
getL()
java.math.BigInteger
getP()
java.math.BigInteger
getQ()
-