super(true, params); this.x = x;
if (!(obj instanceof DHPrivateKeyParameters)) { return false; } DHPrivateKeyParameters pKey = (DHPrivateKeyParameters)obj; if (!pKey.getX().equals(x)) { return false; } return super.equals(obj);
return x;