Package org.kapott.hbci.manager.ChallengeInfo

Examples of org.kapott.hbci.manager.ChallengeInfo.Job


   * @return die Challenge-Daten.
   */
  private HhdVersion getHhdVersion(String code, String version)
  {
    ChallengeInfo info = ChallengeInfo.getInstance();
    Job job = info.getData(code);
    return job != null ? job.getVersion(version) : null;
  }
View Full Code Here

TOP

Related Classes of org.kapott.hbci.manager.ChallengeInfo.Job

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.