if (!terminal.waitForCardPresent(60 * 1000L))
throw new HBCI_Exception("Keine Chipkarte in Kartenleser " + terminal.getName() + " gefunden");
this.smartCard = terminal.connect("T=1");
this.cardService = new RSACardService();
HBCIUtils.log(" using: " + this.cardService.getClass().getName(),HBCIUtils.LOG_INFO);
this.cardService.init(this.smartCard);
// getCID
byte[] cid = this.cardService.getCID();