SESession
#
DescriptionSESession interface represents a connection to one of the Secure Elements available on the device. These objects can be used to open and close communication channels with an applet.
#
PropertiesSESession.reader
'reader' that provides this sessionSESession.isClosed
Status of current session
#
MethodsSESession.getAtr()
This attribute MUST return the historical bytes provided by the physical interface of the Secure Element or null if the interface does not provide it.SESession.openBasicChannel()
Opens a communication basic channel to an application on Secure Element identified by the AID.SESession.openLogicalChannel()
Opens a communication logical channel to an application on Secure Element identified by the AID.SESession.closeAll()
Close all active channels associated with this session.