@License public final class Readers extends Object
| Modifier and Type | Method and Description |
|---|---|
static Collection<Reader> |
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> |
enumerate(org.dihedron.core.filters.Filter<Reader> filter)
Enumerates the available readers, applying a filter to it.
|
public static Collection<Reader> enumerate() throws SmartCardException
Readers).SmartCardException - if an unrecoverable error occurs while loading the PC/SC layer or
accessing the smart card reader (terminal) factory object.public static Collection<Reader> enumerate(org.dihedron.core.filters.Filter<Reader> filter) throws SmartCardException
filter - the filter to be applied.SmartCardExceptionCopyright © 2012-2014 Andrea Funtò. See here for terms and conditions.