OpenCard  
 
OCF, the OpenCard Framework is a standard Java framework for working with Smart Cards.  
 

com.ibm.opencard.access
Class MFCCHVProvider

java.lang.Object
  |
  +--com.ibm.opencard.access.MFCCHVProvider
Direct Known Subclasses:
MFC35CHVProvider

public abstract class MFCCHVProvider
extends java.lang.Object

The CHV provider is responsible to query the user for a password. It is one of the helpers of MFCCardAccessor. A dialog may be set to use for the query.
Card holder verification requires exchanging APDUs with the smartcard. Since the command for this purpose may be card-specific, this base class must be abstract.

Version:
$Id: MFCCHVProvider.java,v 1.1 1999/12/02 16:06:00 damke Exp $
See Also:
MFCCardAccessor

Constructor Summary
protected MFCCHVProvider()
          Instantiates a new CHV provider.
 
Method Summary
protected  CHVDialog getCHVDialog()
          Get the application-defined dialog for CHV input.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MFCCHVProvider

protected MFCCHVProvider()
Instantiates a new CHV provider. No arguments, since the attributes in this class are zero-initialized.
Method Detail

getCHVDialog

protected final CHVDialog getCHVDialog()
Get the application-defined dialog for CHV input.
Returns:
the CHV dialog to use, or null if none has been set