}
else
keyEncFileURL = keyfile.toURL();
//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);
}