Package org.kapott.hbci.passport

Examples of org.kapott.hbci.passport.AbstractHBCIPassport.syncSysId()


        Logger.info("hbci version has changed to \"" + version + "\" - set sysId to 0 to force BPD reload on next connect");
        Properties props = p.getBPD();
        if (props != null)
        {
          props.remove("BPA.version");
          p.syncSysId();
        }
      }


      PinTanConfigFactory.store(config);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.