opencard.core.service
Class DefaultCHVDialog

java.lang.Object
  |
  +--opencard.core.service.DefaultCHVDialog

public class DefaultCHVDialog
extends java.lang.Object
implements CHVDialog

The default dialog used by card services.

See Also:
CHVDialog

Inner Class Summary
 class DefaultCHVDialog.IDDialog
          IDDialog is used to request the PIN from the user.
 
Constructor Summary
DefaultCHVDialog()
           
 
Method Summary
 java.lang.String getCHV(int chvNumber)
          Get the CHV with the given number from the user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCHVDialog

public DefaultCHVDialog()
Method Detail

getCHV

public java.lang.String getCHV(int chvNumber)
Get the CHV with the given number from the user.
Specified by:
getCHV in interface CHVDialog
Returns:
the CHV