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

Diff of /classpath/java/security/interfaces/DSAPublicKey.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.6.2.1 by gnu_andrew, Tue Jan 18 11:38:30 2005 UTC
# Line 50  import java.security.PublicKey; Line 50  import java.security.PublicKey;
50  public interface DSAPublicKey extends DSAKey, PublicKey  public interface DSAPublicKey extends DSAKey, PublicKey
51  {  {
52    /**    /**
53       * The version identifier used for serialization.
54       */
55      long serialVersionUID = 1234526332779022332L;
56    
57      /**
58     * This method returns the value of the DSA public key     * This method returns the value of the DSA public key
59     */     */
60    BigInteger getY();    BigInteger getY();

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

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