|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CardServiceInterface
An interface to the public methods in CardService.
The optional parts of OCF define interfaces to standard card
services, for example for file access. Since interfaces cannot
extend classes, this interface provides access to the public
methods in class SmartCard. It will be extended by the
standard service interfaces.
Without this interface, applications would have to downcast from
a particular interface to class CardService in order to
access these methods. The exception to this rule is the method
getCHVDialog, which is not intended to be invoked by an
application.
CardService
,
CardService.getCHVDialog()
Method Summary | |
---|---|
SmartCard |
getCard()
Returns the corresponding smartcard object. |
void |
setCHVDialog(CHVDialog dialog)
Provides an application-specific dialog for CHV input. |
Method Detail |
---|
void setCHVDialog(CHVDialog dialog)
dialog
- the dialog to use for querying a password or PINCardService.setCHVDialog(opencard.core.service.CHVDialog)
SmartCard getCard()
CardService.getCard()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |