org.gudy.bouncycastle.crypto.params
Class DSAParameters

java.lang.Object
  extended by org.gudy.bouncycastle.crypto.params.DSAParameters
All Implemented Interfaces:
CipherParameters

public class DSAParameters
extends Object
implements CipherParameters


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

DSAParameters

public DSAParameters(BigInteger p,
                     BigInteger q,
                     BigInteger g)

DSAParameters

public DSAParameters(BigInteger p,
                     BigInteger q,
                     BigInteger g,
                     DSAValidationParameters params)
Method Detail

getP

public BigInteger getP()

getQ

public BigInteger getQ()

getG

public BigInteger getG()

getValidationParameters

public DSAValidationParameters getValidationParameters()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object