com.jaccal.command.iso
Class ISOUpdateRecord
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOUpdateRecord
- public class ISOUpdateRecord
- extends ISOCommand
- Author:
- Thomas Tarpin-Lyonnet
Methods inherited from class com.jaccal.command.Command |
getBytes, getCla, getData, getIns, getLc, getLe, getP1, getP2, setData, setLc, setLe, setP1, setP2, toString |
ISOUpdateRecord
public ISOUpdateRecord(String recordNumber,
String dataToUpdate)
throws CardException
- Construct a ISO APDU command updates the current selected record file.
- Parameters:
recordNumber
- dataToUpdate
-
- Throws:
CardException
ISOUpdateRecord
public ISOUpdateRecord(String fileSFI,
String recordNumber,
String dataToUpdate)
throws CardException
- Construct a ISO APDU command updates the record file specified by fileId.
- Parameters:
recordNumber
- fileSFI
- dataToUpdate
-
- Throws:
CardException
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.