HBCI::AbstractTrans | Abstract base class for transactions and similar business cases in HBCI |
HBCI::Account | The abstract base class for an account in OpenHBCI |
HBCI::AccountBalance | Stores all values/balances of an Account as sent to us by the Bank |
HBCI::API | This is the central OpenHBCI wrapper class |
HBCI::Auth | Interface class to provide a method to retrieve a PIN |
HBCI::Balance | Stores all data belonging to one specific balance |
HBCI::Bank | The abstract base class for a bank in HBCI |
HBCI::bpdJob | Internal bank parameter data that describes a HBCI job |
HBCI::Customer | Represents the Customer of a Bank in HBCI (which is a specific role of a User) |
HBCI::Date | Represents a date in Openhbci |
HBCI::Error | This class is thrown when an error occurs |
HBCI::Hbci | The central user interaction class for all HBCI connections through OpenHBCI |
HBCI::instituteMessage | A message sent to us by the bank |
HBCI::Interactor | Interface class to provide methods for every user interaction that is needed by the core OpenHBCI |
HBCI::InteractorCB | Alternative implementation class for the Interactor interface |
HBCI::Limit | |
HBCI::Medium | Abstract base class for any security medium in OpenHBCI |
HBCI::MediumPlugin | This is the abstract base class for a medium plugin |
HBCI::MediumPluginList | |
HBCI::MediumRDHBase | Base class for all RDH based media |
HBCI::MessageReference | Fully qualified reference to a specific message that was sent some time earlier |
HBCI::OutboxAccountJob | Abstract base class for account based OutboxJob in HBCIAPI Abstract base class for account based jobs |
HBCI::OutboxJob | Abstract base class for all jobs to be used with HBCIAPI |
HBCI::OutboxJobChangeKeys | This job allows you to change your cryptographic keys |
HBCI::OutboxJobDebitNote | Job that issues a debit note in favor of a Account |
HBCI::OutboxJobDeleteStandingOrder | Job that deletes an existing standing order |
HBCI::OutboxJobDisableKeys | Job that locks both, the current crypt and sign key of a user |
HBCI::OutboxJobDisableLostKeys | Job that locks both, the current crypt and sign key of a user |
HBCI::OutboxJobGetAccounts | Job that updates the list of Account's for a Customer |
HBCI::OutboxJobGetBalance | Job that retrieves the balance of an Account |
HBCI::OutboxJobGetKeys | Job that gets the server keys |
HBCI::OutboxJobGetStandingOrders | Job that retrieves all standing orders for one Account |
HBCI::OutboxJobGetStatusReports | Job that retrieves all Transaction's of one Account |
HBCI::OutboxJobGetSystemId | Job that gets the system id to synchronize it |
HBCI::OutboxJobGetTransactions | Job that retrieves all Transaction's of one Account |
HBCI::OutboxJobKeys | Base class for key management This job gets the servers keys or send ours. It is a base class for key management |
HBCI::OutboxJobNewStandingOrder | Job that creates a new standing order for a Account at the bank |
HBCI::OutboxJobSendKeys | Job that sends the keys of one Customer (FIXME: this should rather be a User) to the server |
HBCI::OutboxJobSynchronize | Base class for synchronization jobs. Job that synchronizes with the server |
HBCI::OutboxJobTransfer | Job that initiates a money transfer from a Account This job transfers money from one of our account to somebody else's account |
HBCI::Plugin | This is the base class for a plugin |
HBCI::Pointer< T > | A smart pointer template class |
HBCI::PointerBase | Base class for the smart pointer template class |
HBCI::ProgressMonitor | Interface class to show the progress of an action in HBCIAPI |
HBCI::ProgressMonitorCB | Callback based implementation of ProgressMonitor |
HBCI::StandingOrder | Holds all the data of a Standing Order in HBCI |
HBCI::StatusReport | Status information about one particular message |
HBCI::String | Some static methods to manipulate strings |
HBCI::Time | Represents the time of day in HBCI |
HBCI::Transaction | Holds all the data of a transaction in HBCI |
HBCI::User | Represents a user of a bank in HBCI |
HBCI::Value | Represents a monetary value in HBCI |