| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.params.DHParameters
public class DHParameters
| Constructor Summary | |
|---|---|
DHParameters(BigInteger p,
             BigInteger g)
 | 
|
DHParameters(BigInteger p,
             BigInteger g,
             BigInteger q,
             int j)
 | 
|
DHParameters(BigInteger p,
             BigInteger g,
             BigInteger q,
             int j,
             DHValidationParameters validation)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 BigInteger | 
getG()
 | 
 int | 
getJ()
 | 
 BigInteger | 
getP()
 | 
 BigInteger | 
getQ()
 | 
 DHValidationParameters | 
getValidationParameters()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DHParameters(BigInteger p,
                    BigInteger g)
public DHParameters(BigInteger p,
                    BigInteger g,
                    BigInteger q,
                    int j)
public DHParameters(BigInteger p,
                    BigInteger g,
                    BigInteger q,
                    int j,
                    DHValidationParameters validation)
| Method Detail | 
|---|
public BigInteger getP()
public BigInteger getG()
public BigInteger getQ()
public int getJ()
public DHValidationParameters getValidationParameters()
public boolean equals(Object obj)
equals in class Object
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||