Examples of HBCIPassportPinTan


Examples of org.kapott.hbci.passport.HBCIPassportPinTan

   */
  @Test
  public void testCurrentSecMechInfo() throws Exception
  {
    Properties bpd = getBPD("bpd/bpd2-formatted.txt","300");
    HBCIPassportPinTan passport = new HBCIPassportPinTan(null,0);
    passport.setCurrentTANMethod("942");
    passport.setBPD(bpd);
   
    Properties secmech = passport.getCurrentSecMechInfo();
   
    // secmech darf nicht null sein
    Assert.assertNotNull(secmech);
   
    // Das TAN-Verfahren 942 gibts in den BPD drei mal. In HITANS 5, 4 und 2.
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.