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

/openjdk7/jdk/src/share/classes/sun/security/tools/
H A DJarSigner.java127 char[] storepass; // keystore password field in class:JarSigner
214 if ((keystore != null) || (storepass != null)) {
250 if (storepass != null) {
251 Arrays.fill(storepass, ' ');
252 storepass = null;
302 } else if (collator.compare(flags, "-storepass") ==0) {
304 storepass = getPass(modifier, args[n]);
448 if (storepass != null || keypass != null) {
450 ("If.protected.is.specified.then.storepass.and.keypass.must.not.be.specified"));
455 if (storepass !
[all...]

Completed in 50 milliseconds