Uses of Class
org.kapott.hbci.manager.MsgGen
Packages that use MsgGen
Package
Description
Package, welches diverse Klassen für den Zugriff auf die Funktionen
von HBCI4Java enthält.
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 MsgGenModifier and TypeMethodDescriptionprotected abstract StringBuffer
protected StringBuffer
protected StringBuffer
-
Uses of MsgGen in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return MsgGen -
Uses of MsgGen in org.kapott.hbci.protocol
Methods in org.kapott.hbci.protocol with parameters of type MsgGenModifier and TypeMethodDescriptionvoid
MSG.autoSetMsgSize
(MsgGen gen) void
MSG.init
(String type, String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids) void
Constructors in org.kapott.hbci.protocol with parameters of type MsgGen -
Uses of MsgGen in org.kapott.hbci.protocol.factory
Methods in org.kapott.hbci.protocol.factory with parameters of type MsgGen -
Uses of MsgGen in org.kapott.hbci.rewrite
Methods in org.kapott.hbci.rewrite with parameters of type MsgGenModifier and TypeMethodDescriptionRewrite.incomingClearText
(String st, MsgGen gen) RInvalidSegment.incomingClearText
(String st, MsgGen gen) RInvalidSuppHBCIVersion.incomingClearText
(String st, MsgGen gen) RSecTypeTAN.incomingClearText
(String st, MsgGen gen) RSigIdLeadingZero.incomingClearText
(String st, MsgGen gen) RWrongSequenceNumbers.incomingClearText
(String st, MsgGen gen) RWrongStatusSegOrder.incomingClearText
(String st, MsgGen gen) Rewrite.incomingCrypted
(String st, MsgGen gen) RHBCIVersion.incomingCrypted
(String st, MsgGen gen) RMissingMsgRef.incomingCrypted
(String st, MsgGen gen) Rewrite.incomingData
(MSG msg, MsgGen gen) RKUmsDelimiters.incomingData
(MSG msg, MsgGen gen) RKUmsEmptyBDateSets.incomingData
(MSG msg, MsgGen gen) Rewrite.outgoingClearText
(MSG msg, MsgGen gen) Rewrite.outgoingCrypted
(MSG msg, MsgGen gen) Rewrite.outgoingSigned
(MSG msg, MsgGen gen)