/[classpath]/classpath/java/security/spec/DSAPublicKeySpec.java
ViewVC logotype

Diff of /classpath/java/security/spec/DSAPublicKeySpec.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by mark, Thu Dec 5 11:15:06 2002 UTC revision 1.5 by rsdio, Fri Apr 25 04:58:12 2003 UTC
# Line 62  public class DSAPublicKeySpec extends Ob Line 62  public class DSAPublicKeySpec extends Ob
62       @param q the sub-prime       @param q the sub-prime
63       @param g the base       @param g the base
64    */    */
65    public DSAPublicKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g)    public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
66    {    {
67      this.y = y;      this.y = y;
68      this.p = p;      this.p = p;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26