com.jaccal.command.gsm
Class GSMSelect

java.lang.Object
  extended bycom.jaccal.command.Command
      extended bycom.jaccal.command.iso.ISOCommand
          extended bycom.jaccal.command.iso.ISOSelect
              extended bycom.jaccal.command.gsm.GSMSelect

public class GSMSelect
extends ISOSelect

Author:
Thomas Tarpin-Lyonnet

Field Summary
 
Fields inherited from class com.jaccal.command.iso.ISOSelect
SELECT_AID, SELECT_FID
 
Fields inherited from class com.jaccal.command.Command
cla, data, ins, lc, le, p1, p2
 
Constructor Summary
GSMSelect(int selectType, String fileId)
          Construct a GSM apdu command that selects the file or application specified
by fileId
GSMSelect(String fileId)
          Construct a GSM apdu command that selects the file specified by fileId
 
Method Summary
 void setCla(byte cla)
           
 
Methods inherited from class com.jaccal.command.Command
getBytes, getCla, getData, getIns, getLc, getLe, getP1, getP2, setData, setLc, setLe, setP1, setP2, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSMSelect

public GSMSelect(int selectType,
                 String fileId)
          throws CardException
Construct a GSM apdu command that selects the file or application specified
by fileId

Parameters:
selectType -
fileId -
Throws:
CardException

GSMSelect

public GSMSelect(String fileId)
          throws CardException
Construct a GSM apdu command that selects the file specified by fileId

Parameters:
fileId -
Throws:
CardException
Method Detail

setCla

public void setCla(byte cla)
Overrides:
setCla in class ISOCommand


Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.