public interface PINPadOperationResult extends OperationResult
PINPadOperationResult
interface extends OperationResult
to provide specific results for PINPad operations.
This interface includes methods for retrieving the result of PINPad operations, particularly for encrypted PIN blocks. It can be used to determine the outcome of operations like PIN entry or encryption on a PINPad device.
Usage:
getResultCode()
to obtain the result code of the PINPad operation.getEncryptedPINBlock()
to retrieve the encrypted PIN block data.CANCEL, ERR_DEVICE_BASE, ERR_GENERAL_ERROR, ERR_NO_INFO, ERR_NO_PERMISSION, ERR_TIMEOUT, NONE, SUCCESS
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedPINBlock()
Retrieves the encrypted PIN block data resulting from a PINPad operation.
|
getResultCode