public class PinVerfiyLauncher
extends java.lang.Object
launcher of pin verification action
Constructor and Description |
---|
PinVerfiyLauncher(de.gematik.ti.healthcardaccess.IHealthCard card)
constructor with parameter
|
Modifier and Type | Method and Description |
---|---|
void |
subscribeCancleEvent(de.gematik.ti.openhealthcard.events.message.AbstractOpenHealthCardEvent event)
handle a coming event for cancelation
|
de.gematik.ti.healthcardaccess.operation.ResultOperation<PinResult> |
verifyPin(java.lang.String pinType)
Performs a PIN entry to a card
The operation causes a prompt for entering the PinReference designated PIN - regardless of whether the PIN previously successful
entered and checked.
|
public PinVerfiyLauncher(de.gematik.ti.healthcardaccess.IHealthCard card)
constructor with parameter
card
- public de.gematik.ti.healthcardaccess.operation.ResultOperation<PinResult> verifyPin(java.lang.String pinType)
Performs a PIN entry to a card The operation causes a prompt for entering the PinReference designated PIN - regardless of whether the PIN previously successful entered and checked. The card reader transmits the PIN for verification to the chosen card. The test result provides information about the success or failure of the PIN verification and, if necessary, the number of remaining PIN entry attempts.
@Subscribe public void subscribeCancleEvent(de.gematik.ti.openhealthcard.events.message.AbstractOpenHealthCardEvent event)
handle a coming event for cancelation
event
-