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 <[EMAIL PROTECTED]>
* 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