/[classpath]/classpath/gnu/java/security/provider/GnuDSAPrivateKey.java
ViewVC logotype

Diff of /classpath/gnu/java/security/provider/GnuDSAPrivateKey.java

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

revision 1.3 by mark, Tue Jan 22 22:26:58 2002 UTC revision 1.4 by rsdio, Wed Apr 23 22:59:42 2003 UTC
# Line 82  public class GnuDSAPrivateKey implements Line 82  public class GnuDSAPrivateKey implements
82    {    {
83      return x;      return x;
84    }    }
85    
86      public String toString()
87      {
88        return "GnuDSAPrivateKey: x=" + x.toString(16) + " p=" + p.toString(16)
89          + " q=" + q.toString(16) + " g=" + g.toString(16);
90      }
91  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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