Uses of Class
org.kapott.hbci.protocol.Message
-
Packages that use Message 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.rewrite Rewriter-Module werden von HBCI4Java benutzt, um mit fehlerhaften HBCI-Servern arbeiten zu können.org.kapott.hbci.security -
-
Uses of Message in org.kapott.hbci.comm
Methods in org.kapott.hbci.comm that return Message Modifier and Type Method Description MessageCommPinTan. pingpong(Message message, String messageName, List<Rewrite> rewriters, HBCIMsgStatus msgStatus)Methods in org.kapott.hbci.comm with parameters of type Message Modifier and Type Method Description MessageCommPinTan. pingpong(Message message, String messageName, List<Rewrite> rewriters, HBCIMsgStatus msgStatus) -
Uses of Message in org.kapott.hbci.manager
Methods in org.kapott.hbci.manager that return Message Modifier and Type Method Description static MessageMessageFactory. createAnonymousDialogInit(HBCIPassportInternal passport)static MessageMessageFactory. createDialogEnd(boolean anonymous, HBCIPassportInternal passport, String dialogid, long msgNumber)static MessageMessageFactory. createDialogInit(String dialogName, String syncMode, HBCIPassportInternal passport, boolean withHktan, String orderSegCode)static MessageMessageFactory. createMessage(String msgName, Document document)Methods in org.kapott.hbci.manager with parameters of type Message Modifier and Type Method Description HBCIMsgStatusHBCIKernel. rawDoIt(Message message, String responseMessageName, boolean signit, boolean cryptit) -
Uses of Message in org.kapott.hbci.rewrite
Methods in org.kapott.hbci.rewrite that return Message Modifier and Type Method Description MessageRewrite. incomingData(Message msg)MessageRKUmsDelimiters. incomingData(Message msg)MessageRKUmsEmptyBDateSets. incomingData(Message msg)MessageRewrite. outgoingClearText(Message msg)MessageRewrite. outgoingCrypted(Message msg)MessageRewrite. outgoingSigned(Message msg)Methods in org.kapott.hbci.rewrite with parameters of type Message Modifier and Type Method Description MessageRewrite. incomingData(Message msg)MessageRKUmsDelimiters. incomingData(Message msg)MessageRKUmsEmptyBDateSets. incomingData(Message msg)MessageRewrite. outgoingClearText(Message msg)MessageRewrite. outgoingCrypted(Message msg)MessageRewrite. outgoingSigned(Message msg) -
Uses of Message in org.kapott.hbci.security
Methods in org.kapott.hbci.security that return Message Modifier and Type Method Description MessageCrypt. cryptIt(Message msg)Methods in org.kapott.hbci.security with parameters of type Message Modifier and Type Method Description MessageCrypt. cryptIt(Message msg)StringCrypt. decryptIt(Message message)booleanSig. signIt(Message msg, HBCIPassportInternal passport)booleanSig. verify(Message msg, HBCIPassportInternal passport)
-