public class DHValidationParameters
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
counter |
private byte[] |
seed |
Constructor and Description |
---|
DHValidationParameters(byte[] seed,
int counter) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getCounter() |
byte[] |
getSeed() |
int |
hashCode() |