Package | Description |
---|---|
com.cloudpos.pinpad |
This package provides access to functionalities related to the PINPad device.
|
Modifier and Type | Method and Description |
---|---|
PINPadOperationResult |
PINPadDevice.waitForOfflinePin(boolean voicePrompt,
int timeout)
A synchronous version of 'listenForOfflinePin'.
|
PINPadOperationResult |
PINPadDevice.waitForPinBlock(KeyInfo keyInfo,
String pan,
boolean voicePrompt,
int timeout)
Synchronously waits for user PIN input and calculates the encrypted PIN block.
|
PINPadOperationResult |
PINPadDevice.waitForPinBlock(KeyInfo keyInfo,
String pan,
boolean voicePrompt,
int timeout,
int mode,
byte[] IV)
Synchronously calculates an encrypted PIN block with a specific mode.
|