|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Objectorg.simalliance.openmobileapi.SEService
public class SEService
The SEService realizes the communication to available Secure Elements on the device. This is the entry point of this API. It is used to connect to the infrastructure and get access to a list of Secure Element Readers.
| Nested Class Summary | |
|---|---|
static interface |
SEService.Callback
Interface to receive call-backs when the service is connected. |
| Constructor Summary | |
|---|---|
SEService(Object context,
SEService.Callback listener)
Establishes a new connection that can be used to connect to all the Secure Elements available in the system. |
|
| Method Summary | |
|---|---|
Reader[] |
getReaders()
Returns the list of available secure element readers. |
boolean |
isConnected()
Tells whether or not the service is connected |
void |
shutdown()
Releases all Secure Elements resources allocated by this SEService. |
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SEService(Object context,
SEService.Callback listener)
context - The context of the calling application.listener - A SEService.Callback object.| Method Detail |
|---|
public Reader[] getReaders()
public boolean isConnected()
public void shutdown()
|
Copyright © 2010-2011 Inside Secure |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||