|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface Reader
Instances of this class represent Secure Element Readers connected to this device. These Readers can be physical devices or virtual devices. They can be removable or not. They can contain one Secure Element that can or cannot be removed.
| Method Summary | |
|---|---|
void |
closeSessions()
Close all the sessions opened on this reader. |
String |
getName()
Return the user-friendly name of this reader. |
SEService |
getSEService()
Return the Secure Element service this reader is bound to. |
boolean |
isSecureElementPresent()
Check if a Secure Element is present in this reader. |
Session |
openSession()
Connects to a secure element in this reader. |
| Method Detail |
|---|
String getName()
SEService getSEService()
boolean isSecureElementPresent()
Session openSession()
throws IOException
IOException - if something went wrong when communicating with the SE or the
reader.void closeSessions()
|
Copyright © 2010-2011 Inside Secure |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||