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

Diff of /classpath/javax/crypto/interfaces/DHPublicKey.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 56  import java.security.PublicKey; Line 56  import java.security.PublicKey;
56   */   */
57  public interface DHPublicKey extends DHKey, PublicKey  public interface DHPublicKey extends DHKey, PublicKey
58  {  {
   
59    /** Compatible with JDK1.4. */    /** Compatible with JDK1.4. */
60    static final long serialVersionUID = -6628103563352519193L;    long serialVersionUID = -6628103563352519193L;
61    
62    /**    /**
63     * Get the public value <i>y</i>.     * Get the public value <i>y</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