com.jaccal.command.gsm
Class GSMSelect
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOSelect
com.jaccal.command.gsm.GSMSelect
- public class GSMSelect
- extends ISOSelect
- Author:
- Thomas Tarpin-Lyonnet
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 |
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
setCla
public void setCla(byte cla)
- Overrides:
setCla
in class ISOCommand
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.