/[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.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 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.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