See: Description
| Class | Description |
|---|---|
| ATR |
Objects of class ATR represent the unique identifier of the smart card make
and model; each smart card has its own byte sequence.
|
| DataBase |
The database of supported smart cards, along with their supporting PKCS#11 drivers.
|
| DataBaseLoader |
The class responsible of loading the database of supported smart cards,
along with info about their their supporting PKCS#11 drivers.
|
| Driver |
A class representing a shared object or dynamic link library supporting a
smart card driver on a given platform.
|
| Reader | |
| Readers | |
| SmartCard |
This class represents the smart card information needed to use a given smart
card on a set of supported platforms; the smart card can be identified by
means of its SMARTCARD_ATR (answer to reset) code and is accompanied by a description,
and the name of the manufacturer; each supporting driver (one per platform)
has the name of the PKCS#11 driver library ( a .dll on Windows, a .so on
Linux...) and a series of paths where it should be located.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.