CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah <raif> 06/07/16 05:56:00
Modified files: tools/gnu/classpath/tools/keytool: Command.java IdentityDBCmd.java GenKeyCmd.java ImportCmd.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah <[EMAIL PROTECTED]> PR Classpath/28391 * tools/gnu/classpath/tools/keytool/Command.java (setKeyStoreParams(5)): New method. (setKeyStoreParams(4)): Call the above method with false as its 1st arg. (setProviderClassNameParam): Made private. (setKeystoreTypeParam): Likewise. (setKeyPasswordParam): Likewise (setKeystorePasswordParam): Likewise. (setKeystoreURLParam): Now accepts 2 more arguments; the first a boolean to create or not the keystore if it's not there, and the second is the store's password to process before loading the keystore. Amended the code accordingly. * tools/gnu/classpath/tools/keytool/GenKeyCmd.java (setup): Call super's setKeyStoreParams(5) with true as its first argument. * tools/gnu/classpath/tools/keytool/IdentityDBCmd.java (setup): Likewise. * tools/gnu/classpath/tools/keytool/ImportCmd.java (setup): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Command.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/GenKeyCmd.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ImportCmd.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8126&r2=1.8127