| Package | Description |
|---|---|
| org.kapott.hbci.callback |
HBCI4Java kommuniziert mit der Anwendung bzw. dem Anwender über Callbacks.
|
| org.kapott.hbci.GV |
Dieses Package enthält alle Klassen zur internen Repräsentation von
(Highlevel-)Jobs.
|
| org.kapott.hbci.manager |
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
|
| org.kapott.hbci.passport |
Passports repräsentieren die HBCI-Sicherheitsmedien, mit denen Zugangsdaten
eines Bankkunden verwaltet werden.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
HBCICallbackIOStreams.tanCallback(HBCIPassport passport,
GVTAN2Step hktan) |
boolean |
HBCICallback.tanCallback(HBCIPassport passport,
GVTAN2Step hktan)
gibt true zurück wenn die TAN-Eingabe zu einem späteren Zeitpunkt erfolgt
|
| Modifier and Type | Field and Description |
|---|---|
protected HBCIPassport |
HBCIJobImpl.passport |
| Constructor and Description |
|---|
HBCIJobImpl(HBCIPassport passport,
MsgGen gen,
String jobnameLL,
HBCIJobResultImpl jobResult) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HBCIUtils.ignoreError(HBCIPassport passport,
String paramName,
String msg) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HBCIPassportInternal
Interface, welches alle Passport-Varianten implementieren müssen.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHBCIPassport
Diese Klasse stellt die Basisklasse für alle "echten" Passport-Implementationen
dar.
|
class |
AbstractPinTanPassport |
class |
HBCIPassportPinTanNoFile |
| Modifier and Type | Method and Description |
|---|---|
static HBCIPassport |
AbstractHBCIPassport.getInstance(HBCICallback callback,
Properties properties) |
static HBCIPassport |
AbstractHBCIPassport.getInstance(HBCICallback callback,
Properties properties,
Object init)
Erzeugt eine Instanz eines HBCI-Passports.
|
static HBCIPassport |
AbstractHBCIPassport.getInstance(HBCICallback callback,
Properties properties,
String name) |
static HBCIPassport |
AbstractHBCIPassport.getInstance(HBCICallback callback,
Properties properties,
String name,
Object init) |
Copyright © 2018. All rights reserved.