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

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

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

revision 1.6 by robilad, Fri Apr 23 18:14:04 2004 UTC revision 1.7 by jfrijters, Tue Jan 18 09:52:43 2005 UTC
# Line 50  import java.security.PrivateKey; Line 50  import java.security.PrivateKey;
50  public interface DSAPrivateKey extends DSAKey, PrivateKey  public interface DSAPrivateKey extends DSAKey, PrivateKey
51  {  {
52    /**    /**
53       * The version identifier used for serialization.
54       */
55      long serialVersionUID = 7776497482533790279L;
56    
57      /**
58     * This method returns the value of the DSA private key     * This method returns the value of the DSA private key
59     */     */
60    BigInteger getX();    BigInteger getX();

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

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