| Package | Description |
|---|---|
| org.kapott.hbci.callback |
HBCI4Java kommuniziert mit der Anwendung bzw. dem Anwender über Callbacks.
|
| org.kapott.hbci.comm | |
| 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 | Class and Description |
|---|---|
class |
AbstractHBCICallback |
class |
HBCICallbackConsole
Default-Implementation einer Callback-Klasse für textbasierte Anwendungen.
|
class |
HBCICallbackIOStreams
Callback-Klasse für Ein-/Ausgabe über IO-Streams.
|
| Constructor and Description |
|---|
CommPinTan(MsgGen msgGen,
String rewriter,
String host,
HBCICallback callback) |
| Modifier and Type | Method and Description |
|---|---|
static HBCICallback |
HBCIUtils.getCallback() |
| Modifier and Type | Field and Description |
|---|---|
protected HBCICallback |
AbstractHBCIPassport.callback |
| Modifier and Type | Method and Description |
|---|---|
HBCICallback |
HBCIPassport.getCallback() |
HBCICallback |
HBCIPassportInternal.getCallback() |
HBCICallback |
AbstractHBCIPassport.getCallback() |
| 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) |
| Constructor and Description |
|---|
AbstractHBCIPassport(Properties properties,
HBCICallback callback) |
AbstractPinTanPassport(Properties properties,
HBCICallback callback) |
HBCIPassportPinTanNoFile(Properties properties,
HBCICallback callback) |
Copyright © 2018. All rights reserved.