#include <outboxjobkeys.h>
Inheritance diagram for HBCI::OutboxJobDisableLostKeys:
Public Methods | |
OutboxJobDisableLostKeys (const API *api, Pointer< Customer > c, int keyNumber=999, int keyVersion=999) | |
~OutboxJobDisableLostKeys () | |
int | messages () const |
bool | createHBCIJobs (Pointer< MessageQueue > mbox, int n=0) |
This job locks the cryptographic keys and tells the bankserver not to accept them anymore. Use this job instead of OutboxJobDisableKeys if you don't have access to the keys anymore (e.g. if your key file is lost). Note: Most banks do not support this job in order to prevent abuse (you can lock out anybody if you know his/her userid;-)
|
Constructor.
|
|
|
|
Let the job create the "real" jobs and add them to the message queue given.
Reimplemented from HBCI::OutboxJobDisableKeys. |
|
Returns the number of messages this job needs. This method is used to calculate the return value of OutboxJob::stillMessagesToSend, and it is used by API::_handleJobQueue to determine the number of actions that are going to be started. If this is a dialog job, then it consists of at least two messages:
Reimplemented from HBCI::OutboxJobDisableKeys. |