org.gudy.bouncycastle.crypto.params
Class DSAValidationParameters

java.lang.Object
  extended by org.gudy.bouncycastle.crypto.params.DSAValidationParameters

public class DSAValidationParameters
extends Object


Constructor Summary
DSAValidationParameters(byte[] seed, int counter)
           
 
Method Summary
 boolean equals(Object o)
           
 int getCounter()
           
 byte[] getSeed()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAValidationParameters

public DSAValidationParameters(byte[] seed,
                               int counter)
Method Detail

getCounter

public int getCounter()

getSeed

public byte[] getSeed()

equals

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