| Package | Description |
|---|---|
| org.dihedron.crypto.providers.smartcard | |
| org.dihedron.crypto.providers.smartcard.discovery |
The package containing classes to support the creation of smart cards-based,
PKCS#11 security providers.
|
| Class and Description |
|---|
| Reader |
| 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.
|
| Class and 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.
|
| Reader |
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.