| Package | Description |
|---|---|
| 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.protocol | |
| org.kapott.hbci.protocol.factory | |
| org.kapott.hbci.rewrite |
Rewriter-Module werden von HBCI4Java benutzt, um mit fehlerhaften
HBCI-Servern arbeiten zu können.
|
| Modifier and Type | Method and Description |
|---|---|
protected StringBuffer |
CommStandard.pong(MsgGen gen) |
protected StringBuffer |
CommPinTan.pong(MsgGen gen) |
protected abstract StringBuffer |
Comm.pong(MsgGen gen) |
| Modifier and Type | Method and Description |
|---|---|
MsgGen |
IHandlerData.getMsgGen() |
MsgGen |
HBCIUser.getMsgGen() |
MsgGen |
HBCIKernelImpl.getMsgGen() |
MsgGen |
HBCIInstitute.getMsgGen() |
MsgGen |
HBCIHandler.getMsgGen() |
| Modifier and Type | Method and Description |
|---|---|
void |
MSG.autoSetMsgSize(MsgGen gen) |
String |
SEG.getCode(MsgGen gen) |
void |
MSG.init(String type,
MsgGen gen,
Hashtable<String,String> clientValues) |
void |
MSG.init(String type,
String res,
int fullResLen,
MsgGen gen,
boolean checkSeq,
boolean checkValids) |
| Constructor and Description |
|---|
MSG(String type,
MsgGen gen,
Hashtable<String,String> clientValues) |
MSG(String type,
String res,
int fullResLen,
MsgGen gen,
boolean checkSeq,
boolean checkValids) |
| Modifier and Type | Method and Description |
|---|---|
MSG |
MSGFactory.createMSG(String type,
MsgGen gen,
Hashtable<String,String> clientValues) |
MSG |
MSGFactory.createMSG(String type,
String res,
int fullResLen,
MsgGen gen) |
MSG |
MSGFactory.createMSG(String type,
String res,
int fullResLen,
MsgGen gen,
boolean checkSeq) |
MSG |
MSGFactory.createMSG(String type,
String res,
int fullResLen,
MsgGen gen,
boolean checkSeq,
boolean checkValids) |
Copyright © 2017. All rights reserved.