com.jaccal.command.iso
Class ISOUpdateBinary
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOUpdateBinary
- public class ISOUpdateBinary
- extends ISOCommand
- Author:
- Thomas Tarpin-Lyonnet
Constructor Summary |
ISOUpdateBinary(String offset,
String dataToUpdate)
Construct a ISO APDU command updates the current selected file
from the offset specified in offset |
ISOUpdateBinary(String fileSFI,
String offset,
String dataToUpdate)
Construct a ISO APDU command updates the file specified by fileId
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 |
ISOUpdateBinary
public ISOUpdateBinary(String offset,
String dataToUpdate)
throws CardException
- Construct a ISO APDU command updates the current selected file
from the offset specified in offset
- Parameters:
offset
- Hexadecimal value of the offset from where the data have to be updateddataToUpdate
- Hexadecimal value of the data to be updated
- Throws:
CardException
ISOUpdateBinary
public ISOUpdateBinary(String fileSFI,
String offset,
String dataToUpdate)
throws CardException
- Construct a ISO APDU command updates the file specified by fileId
from the offset specified by offset
- Parameters:
offset
- Hexadecimal value of the offset from where the data have to be updatedfileSFI
- Hexadecimal value of the short file identifierdataToUpdate
- Hexadecimal value of the data to be updated
- Throws:
CardException
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.