| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Reader |
SmartCardTraits.getReader()
Returns the reader holding the smart card.
|
| Constructor and Description |
|---|
SmartCardTraits(Reader reader,
SmartCard smartcard)
Constructor.
|
SmartCardTraits(Reader reader,
SmartCard smartcard,
boolean hashOnCard)
Constructor.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<Reader> |
Readers.enumerate(org.dihedron.core.filters.Filter<Reader> filter)
Enumerates the available readers, applying a filter to it.
|
Copyright © 2012-2014 Andrea Funtò. See here for terms and conditions.