- encrypt(int, String, byte[]) - Method in interface com.cloudpos.hsm.HSMDevice
-
Do encryption by the given private key.
- encryptData(KeyInfo, byte[]) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Encrypts the data using user key defined in KeyInfo
- encryptData(KeyInfo, byte[], int, byte[], int) - Method in interface com.cloudpos.pinpad.PINPadDevice
-
Encrypts the data using user key defined in KeyInfo
- enroll(int, int) - Method in interface com.cloudpos.fingerprint.FingerprintDevice
-
Enroll fingerprint.
- ERR_CARD_UNREACHABLE - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderOperationResult
-
Card did not respond to a request.
- ERR_COMMUNICATION - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderOperationResult
-
Exchange with card failed due to a communication error (parity, crc...).
- ERR_DEVICE_BASE - Static variable in interface com.cloudpos.OperationResult
-
The start value of device error.
- ERR_GENERAL_ERROR - Static variable in interface com.cloudpos.OperationResult
-
A catastrophic error has occurred during an operation, This is the
highest-priority error designation.
- ERR_INVALIDMEDIA - Static variable in interface com.cloudpos.msr.MSROperationResult
-
Media had invalid encoding.
- ERR_MULTI_CARD - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderOperationResult
-
Many cards are placed
- ERR_NO_INFO - Static variable in interface com.cloudpos.OperationResult
-
Cause of error does not fit a description in the device documentation.
- ERR_NO_PERMISSION - Static variable in interface com.cloudpos.OperationResult
-
The requested operation is not available.
- ERR_NOMEDIA - Static variable in interface com.cloudpos.msr.MSROperationResult
-
No media encoding.
- ERR_PAPER_OUT - Static variable in interface com.cloudpos.printer.PrinterOperationResult
-
Printer out of paper
- ERR_PRINTER - Static variable in interface com.cloudpos.printer.PrinterOperationResult
-
Printer error
- ERR_PROTOCOL - Static variable in interface com.cloudpos.rfcardreader.RFCardReaderOperationResult
-
Protocol error - an error has occurred in the communication with the card.
- ERR_READFAIL - Static variable in interface com.cloudpos.msr.MSROperationResult
-
Encoded media was detected, but was unable to be read.
- ERR_TIMEOUT - Static variable in interface com.cloudpos.OperationResult
-
The error resulted from the expiration of a timeout.