com.jaccal.command.iso
Class ISOVerifyChv
java.lang.Object
com.jaccal.command.Command
com.jaccal.command.iso.ISOCommand
com.jaccal.command.iso.ISOVerifyChv
- public class ISOVerifyChv
- 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 |
ISOVerifyChv
public ISOVerifyChv(String chvRefId,
String chv)
throws CardException
- Construct a ISO APDU command that verifies a CHV.
- Parameters:
chvRefId
- The Id of the CHV to be verifiedchv
- The CHV value
- Throws:
CardException
ISOVerifyChv
public ISOVerifyChv(String chv)
throws CardException
- Construct a ISO APDU command that verifies a CHV.
- Parameters:
chv
- The CHV value
- Throws:
CardException
Copyright © 2005 Chang Sau Sheong, Thomas Tarpin-Lyonnet. All Rights Reserved.