opencard.core.service
Class DefaultCHVDialog

java.lang.Object
  extended by opencard.core.service.DefaultCHVDialog
All Implemented Interfaces:
CHVDialog

public class DefaultCHVDialog
extends java.lang.Object
implements CHVDialog

The default dialog used by card services.

Version:
$Id: DefaultCHVDialog.java,v 1.1.1.1 1999/10/05 15:34:31 damke Exp $
Author:
Thomas Schaeck (schaeck@de.ibm.com)
See Also:
CHVDialog

Nested 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
Parameters:
chvNumber - CHV number for which CHV is required
Returns:
the CHV