public class Reader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
void |
closeSessions()
Close all the sessions opened on this reader.
|
java.lang.String |
getName()
Return the 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.
|
public java.lang.String getName()
public Session openSession() throws java.io.IOException
java.io.IOException
- if something went wrong with the communicating to the
Secure Element or the reader.public boolean isSecureElementPresent()
true
if the SE is present, false
otherwise.public SEService getSEService()
public void closeSessions()
SEEK for Android Copyright 2015, Giesecke & Devrient GmbH