*/
private Parameters loadParameters( String location, String isEncrypted )
throws Exception
{
InputStreamLocator locator = this.createInputStreamLocator();
InputStream is = locator.locate( location );
Parameters result = new Parameters();
if( is != null )
{
is = this.getDecryptingInputStream( is, isEncrypted );