com.jaccal.command.iso
Class ISOVerifyChv

java.lang.Object
  extended bycom.jaccal.command.Command
      extended bycom.jaccal.command.iso.ISOCommand
          extended bycom.jaccal.command.iso.ISOVerifyChv

public class ISOVerifyChv
extends ISOCommand

Author:
Thomas Tarpin-Lyonnet

Field Summary
 
Fields inherited from class com.jaccal.command.Command
cla, data, ins, lc, le, p1, p2
 
Constructor Summary
ISOVerifyChv(String chv)
          Construct a ISO APDU command that verifies a CHV.
ISOVerifyChv(String chvRefId, String chv)
          Construct a ISO APDU command that verifies a CHV.
 
Methods inherited from class com.jaccal.command.iso.ISOCommand
setCla
 
Methods inherited from class com.jaccal.command.Command
getBytes, getCla, getData, getIns, getLc, getLe, getP1, getP2, setData, setLc, setLe, setP1, setP2, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 verified
chv - 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.