Package org.kapott.hbci.manager

Examples of org.kapott.hbci.manager.HBCIHandler


     
      HBCIUtils.init(props,callback);
      this.passport = (HBCIPassportPinTan) AbstractHBCIPassport.getInstance("PinTan");
     
      // init handler
      this.handler = new HBCIHandler(params.getProperty("hbciversion"),passport);

      // dump bpd
      //this.dump("BPD",this.passport.getBPD());
     
      // Liste der unterstuetzten Geschaeftsvorfaelle ausgeben
View Full Code Here

TOP

Related Classes of org.kapott.hbci.manager.HBCIHandler

Copyright © 2018 www.massapicom. 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.