Uses of Class
com.ecebs.rtd.enabler.types.itso.ITSOShell

Packages that use ITSOShell
com.ecebs.rtd.enabler.types.card Classes for interacting with detected smartcards. 
com.ecebs.rtd.enabler.types.itso Classes that represent the various structures found on an ITSO-compatible smartcard. 
 

Uses of ITSOShell in com.ecebs.rtd.enabler.types.card
 

Methods in com.ecebs.rtd.enabler.types.card that return ITSOShell
 ITSOShell CardInformation.getShellHeader()
          Get the shell read from the smartcard
 

Uses of ITSOShell in com.ecebs.rtd.enabler.types.itso
 

Subclasses of ITSOShell in com.ecebs.rtd.enabler.types.itso
 class ITSOShellCMD4
          Represents the ITSO Shell structure for CMD4 Mifare Ultralight
 

Methods in com.ecebs.rtd.enabler.types.itso that return ITSOShell
 ITSOShell FileControlInfo.getITSOShell()
           
 

Methods in com.ecebs.rtd.enabler.types.itso with parameters of type ITSOShell
 void Directory.setShellBlocked(ITSOShell shell)
           
 

Constructors in com.ecebs.rtd.enabler.types.itso with parameters of type ITSOShell
Directory(ITSOShell shell, byte[] dir, int offset, boolean isCMD7)
          Parses from the provided byte array starting at the provided offset
 



Copyright © 2013 Ecebs Ltd. All Rights Reserved.