Searched defs:keypass (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java134 char[] keypass; // private key password field in class:JarSigner
245 if (keypass != null) {
246 Arrays.fill(keypass, ' ');
247 keypass = null;
334 } else if (collator.compare(flags, "-keypass") ==0) {
336 keypass = getPass(modifier, args[n]);
441 if (token && keypass != null) {
443 (".keypass.can.not.be.specified.if.storetype.is.{0}"), storetype));
448 if (storepass != null || keypass != null) {
450 ("If.protected.is.specified.then.storepass.and.keypass
[all...]

Completed in 150 milliseconds