SESession
Description#
SESession 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.
Properties#
SESession.reader'reader' that provides this sessionSESession.isClosedStatus of current session
Methods#
SESession.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.