/[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.1 by rsdio, Sat Aug 14 18:21:35 2004 UTC revision 1.2 by mkoch, Fri Oct 22 17:15:58 2004 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.1  
changed lines
  Added in v.1.2

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