Uses of Class
org.kapott.hbci.manager.MsgGen
-
Packages that use MsgGen 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. -
-
Uses of MsgGen in org.kapott.hbci.comm
Methods in org.kapott.hbci.comm with parameters of type MsgGen Modifier and Type Method Description protected abstract java.lang.StringBuffer
Comm. pong(MsgGen gen)
protected java.lang.StringBuffer
CommPinTan. pong(MsgGen gen)
protected java.lang.StringBuffer
CommStandard. pong(MsgGen gen)
-
Uses of MsgGen in org.kapott.hbci.manager
Fields in org.kapott.hbci.manager declared as MsgGen Modifier and Type Field Description private MsgGen
HBCIKernelImpl. gen
Methods in org.kapott.hbci.manager that return MsgGen Modifier and Type Method Description MsgGen
HBCIHandler. getMsgGen()
MsgGen
HBCIInstitute. getMsgGen()
MsgGen
HBCIKernelImpl. getMsgGen()
MsgGen
HBCIUser. getMsgGen()
MsgGen
IHandlerData. getMsgGen()
-
Uses of MsgGen in org.kapott.hbci.protocol
Methods in org.kapott.hbci.protocol with parameters of type MsgGen Modifier and Type Method Description void
MSG. autoSetMsgSize(MsgGen gen)
java.lang.String
SEG. getCode(MsgGen gen)
void
MSG. init(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)
void
MSG. init(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)
private void
MSG. initData(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)
private void
MSG. initData(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)
private void
MSG. initMsgSize(MsgGen gen)
private void
MSG. setMsgSizeValue(MsgGen gen, int value, boolean allowOverwrite)
setzen des feldes "nachrichtengroesse" im nachrichtenkopf einer nachrichtConstructors in org.kapott.hbci.protocol with parameters of type MsgGen Constructor Description MSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)
MSG(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)
-
Uses of MsgGen in org.kapott.hbci.protocol.factory
Methods in org.kapott.hbci.protocol.factory with parameters of type MsgGen 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)
-
Uses of MsgGen in org.kapott.hbci.rewrite
Methods in org.kapott.hbci.rewrite with parameters of type MsgGen Modifier and Type Method Description java.lang.String
Rewrite. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
RInvalidSegment. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
RInvalidSuppHBCIVersion. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
RSecTypeTAN. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
RSigIdLeadingZero. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
RWrongSequenceNumbers. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
RWrongStatusSegOrder. incomingClearText(java.lang.String st, MsgGen gen)
java.lang.String
Rewrite. incomingCrypted(java.lang.String st, MsgGen gen)
java.lang.String
RHBCIVersion. incomingCrypted(java.lang.String st, MsgGen gen)
java.lang.String
RMissingMsgRef. incomingCrypted(java.lang.String st, MsgGen gen)
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)
-