com.jaccal.command.iso
Class ISOReadBinary
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOReadBinary
- Direct Known Subclasses:
- GSMReadBinary
- public class ISOReadBinary
- extends ISOCommand
- Author:
- Thomas
Constructor Summary |
ISOReadBinary(String offset,
String le)
Construct a ISO APDU command that reads the current selected file
from the offset specified by offset |
ISOReadBinary(String fileSFI,
String offset,
String le)
Construct a ISO APDU command that reads the file specified
by fileSFI from the offset specified by offset |
Methods inherited from class com.jaccal.command.Command |
getBytes, getCla, getData, getIns, getLc, getLe, getP1, getP2, setData, setLc, setLe, setP1, setP2, toString |
ISOReadBinary
public ISOReadBinary(String offset,
String le)
throws CardException
- Construct a ISO APDU command that reads the current selected file
from the offset specified by offset
- Parameters:
offset
- Hexadecimal value of the offset from where to read. Ex: "01AB"le
- Hexadecimal value of the expected length. Ex: "1A"
ISOReadBinary
public ISOReadBinary(String fileSFI,
String offset,
String le)
throws CardException
- Construct a ISO APDU command that reads the file specified
by fileSFI from the offset specified by offset
- Parameters:
offset
- Hexadecimal value of the offset from where to read. Ex: "AB"fileSFI
- Hexadecimal value of the file SFI. Ex: "0C"le
- Hexadecimal value of the expected length. Ex: "1A"
- Throws:
CardException
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.