Package org.kapott.hbci.dialog
Class HBCIDialogFirstKeyRequest
java.lang.Object
org.kapott.hbci.dialog.AbstractRawHBCIDialog
org.kapott.hbci.dialog.AbstractRawHBCIDialogInit
org.kapott.hbci.dialog.HBCIDialogFirstKeyRequest
- All Implemented Interfaces:
RawHBCIDialog
Diese Klasse enthaelt den Request fuer die Abfrage der Bankensignatur.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
applyData
(DialogContext ctx) Befuellt die Daten fuer die Nachricht.protected HBCIMsgStatus
sendData
(DialogContext ctx) Default-Implementierung fuer den Versand.Methods inherited from class org.kapott.hbci.dialog.AbstractRawHBCIDialog
checkResult, createSCARequest, execute, getActualTemplate, getSegmentVersion, getTemplate, setTemplate
-
Constructor Details
-
HBCIDialogFirstKeyRequest
public HBCIDialogFirstKeyRequest()ct.
-
-
Method Details
-
applyData
Description copied from class:AbstractRawHBCIDialog
Befuellt die Daten fuer die Nachricht.- Overrides:
applyData
in classAbstractRawHBCIDialogInit
- Parameters:
ctx
- der Kontext.- See Also:
-
sendData
Description copied from class:AbstractRawHBCIDialog
Default-Implementierung fuer den Versand. Verschluesselung und Signierung findet nur statt, wenn es kein anonymer Dialog ist.- Overrides:
sendData
in classAbstractRawHBCIDialog
- Parameters:
ctx
- der Kontext.- Returns:
- die Ergebnis-Daten.
- See Also:
-