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.factory | |
org.kapott.hbci.rewrite |
Rewriter-Module werden von HBCI4Java benutzt, um mit fehlerhaften
HBCI-Servern arbeiten zu können.
|
org.kapott.hbci.security | |
org.kapott.hbci.security.factory |
Modifier and Type | Method | Description |
---|---|---|
MSG |
Comm.pingpong(java.lang.String msgName,
MSG msg) |
Modifier and Type | Method | Description |
---|---|---|
protected abstract void |
Comm.ping(MSG msg) |
|
protected void |
CommPinTan.ping(MSG msg) |
|
protected void |
CommStandard.ping(MSG msg) |
|
MSG |
Comm.pingpong(java.lang.String msgName,
MSG msg) |
Modifier and Type | Method | Description |
---|---|---|
MSG |
MsgGen.generate(java.lang.String msgName) |
Modifier and Type | Method | Description |
---|---|---|
MSG |
MSGFactory.createMSG(java.lang.String type,
java.lang.String res,
int fullResLen,
MsgGen gen) |
|
MSG |
MSGFactory.createMSG(java.lang.String type,
java.lang.String res,
int fullResLen,
MsgGen gen,
boolean checkSeq) |
|
MSG |
MSGFactory.createMSG(java.lang.String type,
java.lang.String res,
int fullResLen,
MsgGen gen,
boolean checkSeq,
boolean checkValids) |
|
MSG |
MSGFactory.createMSG(java.lang.String type,
MsgGen gen,
java.util.Hashtable<java.lang.String,java.lang.String> clientValues) |
Modifier and Type | Method | Description |
---|---|---|
MSG |
Rewrite.incomingData(MSG msg,
MsgGen gen) |
|
MSG |
RKUmsDelimiters.incomingData(MSG msg,
MsgGen gen) |
|
MSG |
RKUmsEmptyBDateSets.incomingData(MSG msg,
MsgGen gen) |
|
MSG |
Rewrite.outgoingClearText(MSG msg,
MsgGen gen) |
|
MSG |
Rewrite.outgoingCrypted(MSG msg,
MsgGen gen) |
|
MSG |
Rewrite.outgoingSigned(MSG msg,
MsgGen gen) |
Modifier and Type | Method | Description |
---|---|---|
MSG |
Rewrite.incomingData(MSG msg,
MsgGen gen) |
|
MSG |
RKUmsDelimiters.incomingData(MSG msg,
MsgGen gen) |
|
MSG |
RKUmsEmptyBDateSets.incomingData(MSG msg,
MsgGen gen) |
|
MSG |
Rewrite.outgoingClearText(MSG msg,
MsgGen gen) |
|
MSG |
Rewrite.outgoingCrypted(MSG msg,
MsgGen gen) |
|
MSG |
Rewrite.outgoingSigned(MSG msg,
MsgGen gen) |
Modifier and Type | Method | Description |
---|---|---|
MSG |
Crypt.cryptIt(java.lang.String newName) |
Modifier and Type | Method | Description |
---|---|---|
void |
Crypt.init(IHandlerData handlerdata,
MSG msg) |
|
void |
Sig.init(IHandlerData handlerdata,
MSG msg,
HBCIPassportList passports) |
Constructor | Description |
---|---|
Crypt(IHandlerData handlerdata,
MSG msg) |
|
Sig(IHandlerData handlerdata,
MSG msg,
HBCIPassportList passports) |
Modifier and Type | Method | Description |
---|---|---|
Crypt |
CryptFactory.createCrypt(IHandlerData handlerdata,
MSG msg) |
|
Sig |
SigFactory.createSig(IHandlerData handlerdata,
MSG msg,
HBCIPassportList passports) |
Copyright © 2018. All rights reserved.