/[classpath]/classpath/javax/crypto/interfaces/DHPrivateKey.java
ViewVC logotype

Diff of /classpath/javax/crypto/interfaces/DHPrivateKey.java

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

revision 1.2.2.1 by gnu_andrew, Fri Jan 14 10:24:16 2005 UTC revision 1.2.2.2 by gnu_andrew, Sat Jan 15 17:02:17 2005 UTC
# Line 57  import java.security.PrivateKey; Line 57  import java.security.PrivateKey;
57   */   */
58  public interface DHPrivateKey extends DHKey, PrivateKey  public interface DHPrivateKey extends DHKey, PrivateKey
59  {  {
   
60    /** Compatible with JDK1.4. */    /** Compatible with JDK1.4. */
61    static final long serialVersionUID = 2211791113380396553L;    long serialVersionUID = 2211791113380396553L;
62    
63    /**    /**
64     * Returns the private value <i>x</i>.     * Returns the private value <i>x</i>.

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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