Home | History | Annotate | Download | only in provider

Lines Matching refs:getParams

45         this.dsaSpec = key.getParams();
108 public DSAParams getParams()
129 && this.getParams().getG().equals(other.getParams().getG())
130 && this.getParams().getP().equals(other.getParams().getP())
131 && this.getParams().getQ().equals(other.getParams().getQ());
136 return this.getX().hashCode() ^ this.getParams().getG().hashCode()
137 ^ this.getParams().getP().hashCode() ^ this.getParams().getQ().hashCode();