/[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.3 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.4 by mark, Thu Dec 5 11:15:06 2002 UTC
# Line 87  public class DSAPublicKeySpec extends Ob Line 87  public class DSAPublicKeySpec extends Ob
87    */    */
88    public BigInteger getP()    public BigInteger getP()
89    {    {
90      return this.q;      return this.p;
91    }    }
92    
93    /**    /**

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

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