| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gudy.bouncycastle.crypto.params.DSAParameters
public class DSAParameters
| Constructor Summary | |
|---|---|
DSAParameters(BigInteger p,
              BigInteger q,
              BigInteger g)
 | 
|
DSAParameters(BigInteger p,
              BigInteger q,
              BigInteger g,
              DSAValidationParameters params)
 | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 BigInteger | 
getG()
 | 
 BigInteger | 
getP()
 | 
 BigInteger | 
getQ()
 | 
 DSAValidationParameters | 
getValidationParameters()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DSAParameters(BigInteger p,
                     BigInteger q,
                     BigInteger g)
public DSAParameters(BigInteger p,
                     BigInteger q,
                     BigInteger g,
                     DSAValidationParameters params)
| Method Detail | 
|---|
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()
public DSAValidationParameters 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 | ||||||||