44454647484950
*/ public static synchronized PinTanConfig create() throws Exception { File f = createFilename(); HBCIPassport p = load(f); return new PinTanConfigImpl(p,f); }
256257258259260261262263264265266
continue; try { HBCIPassport p = load(f); configs.add(new PinTanConfigImpl(p,f)); } catch (Exception e) { Logger.error("unable to load config " + f.getAbsolutePath() + " - skipping",e); }