Interface CardServiceInterface

    • Method Detail

      • setCHVDialog

        void setCHVDialog​(CHVDialog dialog)
        Provides an application-specific dialog for CHV input. If an application does not set it's own dialog, a default dialog will be used if password input is required.
        Parameters:
        dialog - the dialog to use for querying a password or PIN
        See Also:
        CardService.setCHVDialog(opencard.core.service.CHVDialog)
      • getCard

        SmartCard getCard()
        Returns the corresponding smartcard object. Every service has been created using a particular instance of SmartCard. This method can be used to obtain the instance of SmartCard that has been used to create the service for which it is invoked.
        Returns:
        the smartcard object associated with this service
        See Also:
        CardService.getCard()