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.StringBufferComm. pong(MsgGen gen)protected java.lang.StringBufferCommPinTan. pong(MsgGen gen)protected java.lang.StringBufferCommStandard. pong(MsgGen gen) -
Uses of MsgGen in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return MsgGen Modifier and Type Method Description MsgGenHBCIHandler. getMsgGen()MsgGenHBCIInstitute. getMsgGen()MsgGenHBCIKernelImpl. getMsgGen()MsgGenHBCIUser. getMsgGen()MsgGenIHandlerData. 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 voidMSG. autoSetMsgSize(MsgGen gen)java.lang.StringSEG. getCode(MsgGen gen)voidMSG. init(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)voidMSG. init(java.lang.String type, MsgGen gen, java.util.Hashtable<java.lang.String,java.lang.String> clientValues)Constructors 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 MSGMSGFactory. createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen)MSGMSGFactory. createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq)MSGMSGFactory. createMSG(java.lang.String type, java.lang.String res, int fullResLen, MsgGen gen, boolean checkSeq, boolean checkValids)MSGMSGFactory. 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.StringRewrite. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRInvalidSegment. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRInvalidSuppHBCIVersion. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRSecTypeTAN. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRSigIdLeadingZero. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRWrongSequenceNumbers. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRWrongStatusSegOrder. incomingClearText(java.lang.String st, MsgGen gen)java.lang.StringRewrite. incomingCrypted(java.lang.String st, MsgGen gen)java.lang.StringRHBCIVersion. incomingCrypted(java.lang.String st, MsgGen gen)java.lang.StringRMissingMsgRef. incomingCrypted(java.lang.String st, MsgGen gen)MSGRewrite. incomingData(MSG msg, MsgGen gen)MSGRKUmsDelimiters. incomingData(MSG msg, MsgGen gen)MSGRKUmsEmptyBDateSets. incomingData(MSG msg, MsgGen gen)MSGRewrite. outgoingClearText(MSG msg, MsgGen gen)MSGRewrite. outgoingCrypted(MSG msg, MsgGen gen)MSGRewrite. outgoingSigned(MSG msg, MsgGen gen)
-