
This directory contains classes for directly supported cards:


ctfilesystem2
=============
Introduces a file system for memory cards. This allows to
store normal files on a memory card (read, write and delete files). It
supports a hierarchical directory structure.


ctkvkcard
=========
Support for German medical cards ("Krankenversichertenkarte").
It allows reading and parsing of the data on such a card including checksum
verification.


hbcicard
========
Support for HBCI (German "HomeBanking ComputerInterface", a homebanking
protocol) cards. This class supports so called "DDV" cards, both type 0 and 1.
It does NOT support RSA cards shipped by some banks. There is a tool in
"src/tools/hbcicard" that allows manipulation of those cards.


rsacard
=======
Partially supports RSA cards used by "Moneyplex"(c). This class is still under
development, so please don't use it seriously for now. When finished it is
supposed to add support for these cards to OpenHBCI. This is the first class
which consequently uses the new config file driven command engine by calling
CTCard::doCommand().


ctmemorycard, ctprocessorcard
=============================
These classes are simply base classes for the two possible types of chip 
cards.




