- Reader - Class in com.acs.smartcard
-
This class represents a smart card reader attached to the android device.
- Reader(UsbManager) - Constructor for class com.acs.smartcard.Reader
-
Creates an instance of Reader.
- Reader.OnStateChangeListener - Interface in com.acs.smartcard
-
Interface definition for a callback to be invoked when the state of
reader is changed.
- ReaderException - Exception in com.acs.smartcard
-
ReaderException is the superclass of those exceptions that can be thrown
during normal operation of the reader.
- ReaderException() - Constructor for exception com.acs.smartcard.ReaderException
-
- ReaderException(String) - Constructor for exception com.acs.smartcard.ReaderException
-
- ReaderException(Throwable) - Constructor for exception com.acs.smartcard.ReaderException
-
- ReaderException(String, Throwable) - Constructor for exception com.acs.smartcard.ReaderException
-
- ReadKeyOption - Class in com.acs.smartcard
-
This class represents READ_KEY_OPTION structure in ACR83/APG8201 reader.
- ReadKeyOption() - Constructor for class com.acs.smartcard.ReadKeyOption
-
Creates an instance of ReadKeyOption.
- ReadKeyOption(int, int, int, int, int) - Constructor for class com.acs.smartcard.ReadKeyOption
-
Creates and initializes an instance of ReadKeyOption.
- RemovedCardException - Exception in com.acs.smartcard
-
Thrown when a program attempts to access a card which is removed.
- RemovedCardException() - Constructor for exception com.acs.smartcard.RemovedCardException
-
- RemovedCardException(String) - Constructor for exception com.acs.smartcard.RemovedCardException
-
- RemovedCardException(Throwable) - Constructor for exception com.acs.smartcard.RemovedCardException
-
- RemovedCardException(String, Throwable) - Constructor for exception com.acs.smartcard.RemovedCardException
-