293294295296297298299300301302303
//Get the keystore passwd FilePassword fp = null; try { fp = new FilePassword(keyEncFileURL.toString()); this.storePass = fp.toCharArray(); } catch(IOException eof) { throw new IllegalStateException("The Keystore Encrypted file not located:",eof); }