/[classpath]/classpath/java/security/interfaces/DSAParams.java
ViewVC logotype

Diff of /classpath/java/security/interfaces/DSAParams.java

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

revision 1.4 by mark, Tue Jan 22 22:27:01 2002 UTC revision 1.5 by mkoch, Sun Oct 12 15:53:15 2003 UTC
# Line 54  public interface DSAParams Line 54  public interface DSAParams
54     *     *
55     * @return The DSA base value     * @return The DSA base value
56     */     */
57    public abstract BigInteger getG();    BigInteger getG();
58    
59    /**    /**
60     * Returns the prime, or 'p' value     * Returns the prime, or 'p' value
61     *     *
62     * @return The DSA prime value     * @return The DSA prime value
63     */     */
64    public abstract BigInteger getP();    BigInteger getP();
65    
66    /**    /**
67     * Returns the subprime, or 'q' value     * Returns the subprime, or 'q' value
68     *     *
69     * @return The DSA subprime value     * @return The DSA subprime value
70     */     */
71    public abstract BigInteger getQ();    BigInteger getQ();
72  }  }

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