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

Diff of /classpath/javax/crypto/interfaces/PBEKey.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 51  import javax.crypto.SecretKey; Line 51  import javax.crypto.SecretKey;
51   */   */
52  public interface PBEKey extends SecretKey  public interface PBEKey extends SecretKey
53  {  {
   
54    /** Compatible with JDK1.4. */    /** Compatible with JDK1.4. */
55    static final long serialVersionUID = -1430015993304333921L;    long serialVersionUID = -1430015993304333921L;
56    
57    /**    /**
58     * Retruns the iteration count, or 0 if not specified.     * Retruns the iteration count, or 0 if not specified.

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