Uses of Class
org.kapott.hbci.protocol.MSG
-
Packages that use MSG 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 -
-
Uses of MSG in org.kapott.hbci.comm
Methods in org.kapott.hbci.comm that return MSG Modifier and Type Method Description MSGComm. pingpong(java.lang.String msgName, MSG msg)Methods in org.kapott.hbci.comm with parameters of type MSG Modifier and Type Method Description protected abstract voidComm. ping(MSG msg)protected voidCommPinTan. ping(MSG msg)protected voidCommStandard. ping(MSG msg)MSGComm. pingpong(java.lang.String msgName, MSG msg) -
Uses of MSG in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return MSG Modifier and Type Method Description MSGMsgGen. generate(java.lang.String msgName) -
Uses of MSG in org.kapott.hbci.protocol.factory
Methods in org.kapott.hbci.protocol.factory that return MSG 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 MSG in org.kapott.hbci.rewrite
Methods in org.kapott.hbci.rewrite that return MSG Modifier and Type Method Description 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)Methods in org.kapott.hbci.rewrite with parameters of type MSG Modifier and Type Method Description 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) -
Uses of MSG in org.kapott.hbci.security
Methods in org.kapott.hbci.security that return MSG Modifier and Type Method Description MSGCrypt. cryptIt(java.lang.String newName)Methods in org.kapott.hbci.security with parameters of type MSG Modifier and Type Method Description voidCrypt. init(IHandlerData handlerdata, MSG msg)voidSig. init(IHandlerData handlerdata, MSG msg, HBCIPassportList passports)Constructors in org.kapott.hbci.security with parameters of type MSG Constructor Description Crypt(IHandlerData handlerdata, MSG msg)Sig(IHandlerData handlerdata, MSG msg, HBCIPassportList passports) -
Uses of MSG in org.kapott.hbci.security.factory
Methods in org.kapott.hbci.security.factory with parameters of type MSG Modifier and Type Method Description CryptCryptFactory. createCrypt(IHandlerData handlerdata, MSG msg)SigSigFactory. createSig(IHandlerData handlerdata, MSG msg, HBCIPassportList passports)
-