Package opencard.core.service
Interface CHVDialog
-
- All Known Implementing Classes:
DefaultCHVDialog,SmartCardHSMCHVDialog
public interface CHVDialogThe interface which must be implemented by all dialogs to be used by card services for CHV input.- Author:
- Thomas Schaeck (schaeck@de.ibm.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCHV(int chvNumber)Get a card holder verification for the given CHV number.
-