commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commit-cp] classpath/javax/crypto/spec PBEKeySpec.java Cha...


From: Raif S. Naffah
Subject: [commit-cp] classpath/javax/crypto/spec PBEKeySpec.java Cha...
Date: Fri, 07 Jul 2006 12:24:05 +0000

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Raif S. Naffah <raif>   06/07/07 12:24:05

Modified files:
        javax/crypto/spec: PBEKeySpec.java 
        .              : ChangeLog 

Log message:
        2006-07-07  Matt Wringe <address@hidden>
        
                * javax/crypto/spec/PBEKeySpec.java: Updated copyright year.
                (passwordValid): New field.
                (setPassword): New method.
                (setSalt): Likewise.
                (setIterationCount): Likewise.
                (setKeyLength): Likewise.
                (PBEKeySpec(char[])): Use new setter methods.
                (PBEKeySpec(char[], byte[], int)): Likewise.
                (PBEKeySpec(char[], byte[], int, int)): Likewise.
                (clearPassword): Set passwordValid to false.
                (getPassword): Check that clearPassword() was not called 
earlier.
                Return a clone of the password.
                (getSalt): Return a clone of the salt if it was not null.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/spec/PBEKeySpec.java?cvsroot=classpath&r1=1.2&r2=1.3
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8039&r2=1.8040




reply via email to

[Prev in Thread] Current Thread [Next in Thread]