| Package | Description |
|---|---|
| org.dihedron.crypto.exceptions | |
| org.dihedron.crypto.providers.smartcard.discovery |
The package containing classes to support the creation of smart cards-based,
PKCS#11 security providers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnavailableDriverException |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Reader> |
Readers.enumerate()
Enumerates all available readers and returns basic information about
each of them: their assigned slot, the description and, if a smart card
is present, its ATR.
|
static Collection<Reader> |
Readers.enumerate(org.dihedron.core.filters.Filter<Reader> filter)
Enumerates the available readers, applying a filter to it.
|
static DataBase |
DataBaseLoader.loadDefault()
Loads the default smart cards database from the class path.
|
static DataBase |
DataBaseLoader.loadFromStream(InputStream input)
Initialises the database by parsing the XML file passed in as an input
stream.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.